> > Undefined subroutine &main::acc_menu called at bin/mozilla/login.pl line 48. > Compilation failed in require at /usr/local/sql-ledger/login.pl line 90. > [Fri Aug 30 17:25:06 2002] [error] [client 127.0.0.1] Premature end of > script headers: /usr/local/sql-ledger/login.pl > > I can't see anything obvious and my perl is pretty lame (but since > others are using 1.8.7 successfully, I don't expect the problem lies there). >
First check your perl path (should be /usr/bin/perl). You can do this by typing which perl at the shell prompt. I think the problem lies in permissions. Check your apache logs in the directory /etc/httpd/logs. Try moving your entire sql-ledger directory to /var/www/cgi-bin/sql-ledger and point your browser to http://localhost/cgi-bin/sql-ledger/admin.pl. With Redhat, your cgi-bin directory by default lies outside of the document root. The purpose of setting up /usr/local/sql-ledger and modifying your httpd.conf file is to place it outside of the document root. You already have the correct alias and permissions preset in /var/www/cgi-bin. Susan Murray ------------------------------------------------------- This sf.net email is sponsored by: OSDN - Tired of that same old cell phone? Get a new here for FREE! https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390 ------------------------------------------------------- (un)subscribe: http://lists.sourceforge.net/lists/listinfo/sql-ledger-users Archive: http://www.mail-archive.com/[email protected]/

