From: Bob G. <bo...@rc...> - 2007-06-11 21:02:43
|
On Mon, 2007-06-11 at 15:12 -0500, Bob Gustafson wrote: > On Jun 11, 2007, at 12:15, Step wrote: > > > I downloaded and installed the sql-ledger 2.8.5 (first > > time clean install) > > I followed the install instructions in the README > > file. When I run admin.pl, I get: > > "[error] Can't locate bin/mozilla/admin.pl in @INC > > (@INC contains: /... etc" in my apache2 error_log. > > > > After I reload the admin.pl for few times, I get > > Access denied. > > > > Any ides what's wrong? > > > > Thank you for your help. > > > > > > Perl, v5.8.8 > > Apache/2.0.58 > > PostgreSQL 8.0.13 > > Linux 2.6.18-gentoo-r6 > > mod_perl 2.0.3-r1 > > I use the URL > > http://localhost/sql-ledger/admin.pl > > I think you are pointed a couple of directories too deep. > > Bob G > To add to my quick reply above, there are several 'admin.pl' files: [root@hoho2 sql-ledger]# find . -name admin.pl -print ./bin/mozilla/admin.pl ./bin/lynx/admin.pl ./admin.pl [root@hoho2 sql-ledger]# It is possible that you are missing the ./bin/mozilla/admin.pl file. If so, you can extract that file from the tar bundle for sql-ledger, or you might just try to install again. If admin.pl was missing, there may be other files missing. Bob G |