From: Johnnie T. <jl...@ma...> - 2004-05-23 00:32:12
|
On May 21, 2004, at 14:19, Johnnie Turner wrote: > Hello: > Trying to setup sql-ledger on latest OS X > Error: at /admin.pl and login.pl > You don't have permission to access /sql-ledger/admin.pl on this > server > > I have followed the instructions, line by line of Paul Teeter > very detailed how-to file, but can not seem to find the problem > > I set the ownership to www:www on ALL files at this point > and added to > > Also: setup.pl does not work as I get an error of: > NO LWP > > ANY pointers would be thanked. > > Regards, > John Turner > > Found the problem was bad thinking on my part. I had sql-ledger installed on a SuSE 9.1 machine and dumped my database file from the Linux machine and loaded it into postgresQL on the OS X machine However, I tried to log on as my old user and had not gone through the sql-ledger admin setup of users and databases. The error given in the error_log /var/log/httpd/error_log "Compilation failed in require at /Library/WebServer/Documents/sql-ledger/login.pl line 90. Error: users/members : No such file or directory" Of course that was a different message as reported in the Apache screen. Also found that by default, /etc/httpd/httpd.conf looks in the directory /etc/httpd/users for that sql-ledger-httpd.config Therefore I just used the instructions per sql-ledger's README file and did not have to edit httpd.conf I'm a Happy camper -- now ready to find out if this thing will do the job for me. Regards, John Turner |