From: Mark B. <ma...@hu...> - 2007-06-12 12:23:12
|
Step writes: > Perl version in 5.8.8 > All other Perl scripts/applications run OK > >> ... just use cgi. > > Can you please elaborate. > Sql-Ledger Perl code must be run as regular CGI, not as part of mod_perl. You mentioned mod_perl in you list of software which made me wonder. mod_perl provides apache with a way of keeping the perl interpreter memory-resident, with the hopes of increased performance. plain old cgi reloads the perl interpreter with each script execution. seems like you have a misconfigured web server. i would go over that part of the install in careful detail--its well written and complete. if there is a step you don't understand, don't guess, post here for clarification. m |