From: Step <st...@ya...> - 2007-06-11 19:48:02
|
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 ____________________________________________________________________________________ Luggage? GPS? Comic books? Check out fitting gifts for grads at Yahoo! Search http://search.yahoo.com/search?fr=oni_on_mail&p=graduation+gifts&cs=bz |
From: Bob G. <bo...@rc...> - 2007-06-11 20:12:46
|
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 |
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 |
From: Mark B. <ma...@hu...> - 2007-06-11 21:09:41
|
On Jun 11, 2007, at 12:15, Step wrote: > mod_perl 2.0.3-r1 Are you trying to run under mod_perl? If so, just use cgi. m |
From: Step <st...@ya...> - 2007-06-12 07:26:50
|
Perl version in 5.8.8 All other Perl scripts/applications run OK > ... just use cgi. Can you please elaborate. --- Mark Bucciarelli <ma...@hu...> wrote: > On Jun 11, 2007, at 12:15, Step wrote: > > > mod_perl 2.0.3-r1 > > Are you trying to run under mod_perl? If so, just > use cgi. > > m > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 > express and take > control of your XML. No limits. Just data. Click to > get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > sql-ledger-users mailing list > sql...@li... > https://lists.sourceforge.net/lists/listinfo/sql-ledger-users > ____________________________________________________________________________________ Need a vacation? Get great deals to amazing places on Yahoo! Travel. http://travel.yahoo.com/ |
From: Jerome J. A. <jer...@bo...> - 2007-06-12 11:37:36
|
Step, Check if you are using apache Alias directive. I think SQL-Ledger should be run under an Alias directive rather than as a directory under /htdocs. Also don't forget to restart apache if you already have the directive. This is what I have in my conf/httpd.conf file: Alias /sql-ledger /usr/local/apps/sql-ledger/ <Directory /usr/local/apps/sql-ledger> AllowOverride All AddHandler cgi-script .pl AddDefaultCharset On Options ExecCGI Includes FollowSymlinks Order Allow,Deny Allow from All </Directory> <Directory /usr/apps/local/sql-ledger/users> Order Deny,Allow Deny from All </Directory> http://www.techsier.com - Blog http://www.boholweb.com - Bohol tourism website http://www.auza.net - enabling e-services in Bohol Step wrote: >Perl version in 5.8.8 >All other Perl scripts/applications run OK > > > >>... just use cgi. >> >> > >Can you please elaborate. > > > >--- Mark Bucciarelli <ma...@hu...> >wrote: > > > >>On Jun 11, 2007, at 12:15, Step wrote: >> >> >> >>>mod_perl 2.0.3-r1 >>> >>> >>Are you trying to run under mod_perl? If so, just >>use cgi. >> >>m >> >> >> >> >------------------------------------------------------------------------- > > >>This SF.net email is sponsored by DB2 Express >>Download DB2 Express C - the FREE version of DB2 >>express and take >>control of your XML. No limits. Just data. Click to >>get it now. >>http://sourceforge.net/powerbar/db2/ >>_______________________________________________ >>sql-ledger-users mailing list >>sql...@li... >> >> >> >https://lists.sourceforge.net/lists/listinfo/sql-ledger-users > > > > > > > > >____________________________________________________________________________________ >Need a vacation? Get great deals >to amazing places on Yahoo! Travel. >http://travel.yahoo.com/ > >------------------------------------------------------------------------- >This SF.net email is sponsored by DB2 Express >Download DB2 Express C - the FREE version of DB2 express and take >control of your XML. No limits. Just data. Click to get it now. >http://sourceforge.net/powerbar/db2/ >_______________________________________________ >sql-ledger-users mailing list >sql...@li... >https://lists.sourceforge.net/lists/listinfo/sql-ledger-users > > > > |
From: Step <st...@ya...> - 2007-06-13 09:23:25
|
I moved the sql-ledger, fixed apache the conf files and restarted the apache2. Still the same problem: Can't locate bin/mozilla/login.pl in @INC (@INC contains: /home/httpd/perl /etc/perl /usr/lib/perl5/vendor_perl/5.8.8/i686-linux /usr/lib/perl5/vendor_perl/5.8.8 /usr/lib/perl5/vendor_perl /usr/lib/perl5/site_perl/5.8.8/i686-linux /usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl/5.8.0/i686-linux /usr/lib/perl5/site_perl/5.8.0 /usr/lib/perl5/site_perl /usr/lib/perl5/5.8.8/i686-linux /usr/lib/perl5/5.8.8 /usr/local/lib/site_perl . /usr/lib/apache2) at /usr/local/sql-ledger/login.pl line 112.\n And the login.pl file: ... if ($form{terminal}) { $form{terminal} =~ s/%2f/\//gi; $form{terminal} =~ s/\.\.\///g; $ARGV[0] = "path=bin/$form{terminal}&script=$script"; map { $ARGV[0] .= "&${_}=$form{$_}" } keys %form; (line 112) require "bin/$form{terminal}/$script"; } else { print "Content-Type: text/html\n\n" if $ENV{HTTP_USER_AGENT}; print qq|\nUnknown terminal\n|; } } --- "Jerome J. Auza" <jer...@bo...> wrote: > Step, > > Check if you are using apache Alias directive. I > think SQL-Ledger > should be run under an Alias directive rather than > as a directory under > /htdocs. Also don't forget to restart apache if you > already have the > directive. > > This is what I have in my conf/httpd.conf file: > > Alias /sql-ledger /usr/local/apps/sql-ledger/ > <Directory /usr/local/apps/sql-ledger> > AllowOverride All > AddHandler cgi-script .pl > AddDefaultCharset On > Options ExecCGI Includes FollowSymlinks > Order Allow,Deny > Allow from All > </Directory> > > <Directory /usr/apps/local/sql-ledger/users> > Order Deny,Allow > Deny from All > </Directory> > > > > > http://www.techsier.com - Blog > http://www.boholweb.com - Bohol tourism website > http://www.auza.net - enabling e-services in Bohol > > > > Step wrote: > > >Perl version in 5.8.8 > >All other Perl scripts/applications run OK > > > > > > > >>... just use cgi. > >> > >> > > > >Can you please elaborate. > > > > > > > >--- Mark Bucciarelli <ma...@hu...> > >wrote: > > > > > > > >>On Jun 11, 2007, at 12:15, Step wrote: > >> > >> > >> > >>>mod_perl 2.0.3-r1 > >>> > >>> > >>Are you trying to run under mod_perl? If so, just > >>use cgi. > >> > >>m > >> > >> > >> > >> > >------------------------------------------------------------------------- > > > > > >>This SF.net email is sponsored by DB2 Express > >>Download DB2 Express C - the FREE version of DB2 > >>express and take > >>control of your XML. No limits. Just data. Click > to > >>get it now. > >>http://sourceforge.net/powerbar/db2/ > >>_______________________________________________ > >>sql-ledger-users mailing list > >>sql...@li... > >> > >> > >> > >https://lists.sourceforge.net/lists/listinfo/sql-ledger-users > > > > > > > > > > > > > > > > > >____________________________________________________________________________________ > >Need a vacation? Get great deals > >to amazing places on Yahoo! Travel. > >http://travel.yahoo.com/ > > > >------------------------------------------------------------------------- > >This SF.net email is sponsored by DB2 Express > >Download DB2 Express C - the FREE version of DB2 > express and take > >control of your XML. No limits. Just data. Click to > get it now. > >http://sourceforge.net/powerbar/db2/ > >_______________________________________________ > >sql-ledger-users mailing list > >sql...@li... > >https://lists.sourceforge.net/lists/listinfo/sql-ledger-users > > > > > > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 > express and take > control of your XML. No limits. Just data. Click to > get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > sql-ledger-users mailing list > sql...@li... > https://lists.sourceforge.net/lists/listinfo/sql-ledger-users > ____________________________________________________________________________________ Got a little couch potato? Check out fun summer activities for kids. http://search.yahoo.com/search?fr=oni_on_mail&p=summer+activities+for+kids&cs=bz |
From: Jerome J. A. <jer...@bo...> - 2007-06-13 11:11:40
|
Ah, check the file permissions. It's possible that apache doesn't have read permissions on the files and directories. http://www.techsier.com - Blog http://www.boholweb.com - Bohol tourism website http://www.auza.net - enabling e-services in Bohol Step wrote: >I moved the sql-ledger, fixed apache the conf files >and restarted the apache2. >Still the same problem: >Can't locate bin/mozilla/login.pl in @INC (@INC >contains: /home/httpd/perl /etc/perl >/usr/lib/perl5/vendor_perl/5.8.8/i686-linux >/usr/lib/perl5/vendor_perl/5.8.8 >/usr/lib/perl5/vendor_perl >/usr/lib/perl5/site_perl/5.8.8/i686-linux >/usr/lib/perl5/site_perl/5.8.8 >/usr/lib/perl5/site_perl/5.8.0/i686-linux >/usr/lib/perl5/site_perl/5.8.0 >/usr/lib/perl5/site_perl >/usr/lib/perl5/5.8.8/i686-linux /usr/lib/perl5/5.8.8 >/usr/local/lib/site_perl . /usr/lib/apache2) at >/usr/local/sql-ledger/login.pl line 112.\n > > >And the login.pl file: >... > if ($form{terminal}) { > $form{terminal} =~ s/%2f/\//gi; > $form{terminal} =~ s/\.\.\///g; > > $ARGV[0] = >"path=bin/$form{terminal}&script=$script"; > map { $ARGV[0] .= "&${_}=$form{$_}" } keys %form; > >(line 112) require "bin/$form{terminal}/$script"; > > } else { > > print "Content-Type: text/html\n\n" if >$ENV{HTTP_USER_AGENT}; > print qq|\nUnknown terminal\n|; > } > >} > > > > > >--- "Jerome J. Auza" <jer...@bo...> wrote: > > > >>Step, >> >>Check if you are using apache Alias directive. I >>think SQL-Ledger >>should be run under an Alias directive rather than >>as a directory under >>/htdocs. Also don't forget to restart apache if you >>already have the >>directive. >> >>This is what I have in my conf/httpd.conf file: >> >>Alias /sql-ledger /usr/local/apps/sql-ledger/ >> <Directory /usr/local/apps/sql-ledger> >> AllowOverride All >> AddHandler cgi-script .pl >> AddDefaultCharset On >> Options ExecCGI Includes FollowSymlinks >> Order Allow,Deny >> Allow from All >> </Directory> >> >> <Directory /usr/apps/local/sql-ledger/users> >> Order Deny,Allow >> Deny from All >> </Directory> >> >> >> >> >>http://www.techsier.com - Blog >>http://www.boholweb.com - Bohol tourism website >>http://www.auza.net - enabling e-services in Bohol >> >> >> >>Step wrote: >> >> >> >>>Perl version in 5.8.8 >>>All other Perl scripts/applications run OK >>> >>> >>> >>> >>> >>>>... just use cgi. >>>> >>>> >>>> >>>> >>>Can you please elaborate. >>> >>> >>> >>>--- Mark Bucciarelli <ma...@hu...> >>>wrote: >>> >>> >>> >>> >>> >>>>On Jun 11, 2007, at 12:15, Step wrote: >>>> >>>> >>>> >>>> >>>> >>>>>mod_perl 2.0.3-r1 >>>>> >>>>> >>>>> >>>>> >>>>Are you trying to run under mod_perl? If so, just >>>>use cgi. >>>> >>>>m >>>> >>>> >>>> >>>> >>>> >>>> >>------------------------------------------------------------------------- >> >> >>> >>> >>> >>> >>>>This SF.net email is sponsored by DB2 Express >>>>Download DB2 Express C - the FREE version of DB2 >>>>express and take >>>>control of your XML. No limits. Just data. Click >>>> >>>> >>to >> >> >>>>get it now. >>>>http://sourceforge.net/powerbar/db2/ >>>>_______________________________________________ >>>>sql-ledger-users mailing list >>>>sql...@li... >>>> >>>> >>>> >>>> >>>> >>https://lists.sourceforge.net/lists/listinfo/sql-ledger-users >> >> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>____________________________________________________________________________________ >> >> >>>Need a vacation? Get great deals >>>to amazing places on Yahoo! Travel. >>>http://travel.yahoo.com/ >>> >>> >>> >>------------------------------------------------------------------------- >> >> >>>This SF.net email is sponsored by DB2 Express >>>Download DB2 Express C - the FREE version of DB2 >>> >>> >>express and take >> >> >>>control of your XML. No limits. Just data. Click to >>> >>> >>get it now. >> >> >>>http://sourceforge.net/powerbar/db2/ >>>_______________________________________________ >>>sql-ledger-users mailing list >>>sql...@li... >>> >>> >>https://lists.sourceforge.net/lists/listinfo/sql-ledger-users >> >> >>> >>> >>> >>> >------------------------------------------------------------------------- > > >>This SF.net email is sponsored by DB2 Express >>Download DB2 Express C - the FREE version of DB2 >>express and take >>control of your XML. No limits. Just data. Click to >>get it now. >>http://sourceforge.net/powerbar/db2/ >>_______________________________________________ >>sql-ledger-users mailing list >>sql...@li... >> >> >> >https://lists.sourceforge.net/lists/listinfo/sql-ledger-users > > > > > > >____________________________________________________________________________________ >Got a little couch potato? >Check out fun summer activities for kids. >http://search.yahoo.com/search?fr=oni_on_mail&p=summer+activities+for+kids&cs=bz > >------------------------------------------------------------------------- >This SF.net email is sponsored by DB2 Express >Download DB2 Express C - the FREE version of DB2 express and take >control of your XML. No limits. Just data. Click to get it now. >http://sourceforge.net/powerbar/db2/ >_______________________________________________ >sql-ledger-users mailing list >sql...@li... >https://lists.sourceforge.net/lists/listinfo/sql-ledger-users > > > > |
From: Step <st...@ya...> - 2007-06-13 14:52:50
|
Than you for all the help Jerome. > ...read permissions on the files and directories. Permissions are OK, I even chown'ed those to apache drwxr-xr-x 11 apache apache 1.1K Jun 13 17:25 sql-ledger and -rwxr-xr-x 1 apache apache 2.6K Nov 26 2006 admin.pl ... drwxr-xr-x 2 apache apache 752 Mar 30 04:47 lynx drwxr-xr-x 2 apache apache 752 May 9 23:41 mozilla I added a small Perl test script to bin/mozilla/. URL: http://localhost/sql-ledger/bin/mozilla/test.pl runs just fine. --- "Jerome J. Auza" <jer...@bo...> wrote: > Ah, check the file permissions. It's possible that > apache doesn't have > read permissions on the files and directories. > > http://www.techsier.com - Blog > http://www.boholweb.com - Bohol tourism website > http://www.auza.net - enabling e-services in Bohol > > > > Step wrote: > > >I moved the sql-ledger, fixed apache the conf files > >and restarted the apache2. > >Still the same problem: > >Can't locate bin/mozilla/login.pl in @INC (@INC > >contains: /home/httpd/perl /etc/perl > >/usr/lib/perl5/vendor_perl/5.8.8/i686-linux > >/usr/lib/perl5/vendor_perl/5.8.8 > >/usr/lib/perl5/vendor_perl > >/usr/lib/perl5/site_perl/5.8.8/i686-linux > >/usr/lib/perl5/site_perl/5.8.8 > >/usr/lib/perl5/site_perl/5.8.0/i686-linux > >/usr/lib/perl5/site_perl/5.8.0 > >/usr/lib/perl5/site_perl > >/usr/lib/perl5/5.8.8/i686-linux > /usr/lib/perl5/5.8.8 > >/usr/local/lib/site_perl . /usr/lib/apache2) at > >/usr/local/sql-ledger/login.pl line 112.\n > > > > > >And the login.pl file: > >... > > if ($form{terminal}) { > > $form{terminal} =~ s/%2f/\//gi; > > $form{terminal} =~ s/\.\.\///g; > > > > $ARGV[0] = > >"path=bin/$form{terminal}&script=$script"; > > map { $ARGV[0] .= "&${_}=$form{$_}" } keys > %form; > > > >(line 112) require "bin/$form{terminal}/$script"; > > > > } else { > > > > print "Content-Type: text/html\n\n" if > >$ENV{HTTP_USER_AGENT}; > > print qq|\nUnknown terminal\n|; > > } > > > >} > > > > > > > > > > > >--- "Jerome J. Auza" <jer...@bo...> > wrote: > > > > > > > >>Step, > >> > >>Check if you are using apache Alias directive. I > >>think SQL-Ledger > >>should be run under an Alias directive rather than > >>as a directory under > >>/htdocs. Also don't forget to restart apache if > you > >>already have the > >>directive. > >> > >>This is what I have in my conf/httpd.conf file: > >> > >>Alias /sql-ledger /usr/local/apps/sql-ledger/ > >> <Directory /usr/local/apps/sql-ledger> > >> AllowOverride All > >> AddHandler cgi-script .pl > >> AddDefaultCharset On > >> Options ExecCGI Includes FollowSymlinks > >> Order Allow,Deny > >> Allow from All > >> </Directory> > >> > >> <Directory /usr/apps/local/sql-ledger/users> > >> Order Deny,Allow > >> Deny from All > >> </Directory> > >> > >> > >> > >> > >>http://www.techsier.com - Blog > >>http://www.boholweb.com - Bohol tourism website > >>http://www.auza.net - enabling e-services in Bohol > >> > >> > >> > >>Step wrote: > >> > >> > >> > >>>Perl version in 5.8.8 > >>>All other Perl scripts/applications run OK > >>> > >>> > >>> > >>> > >>> > >>>>... just use cgi. > >>>> > >>>> > >>>> > >>>> > >>>Can you please elaborate. > >>> > >>> > >>> > >>>--- Mark Bucciarelli <ma...@hu...> > >>>wrote: > >>> > >>> > >>> > >>> > >>> > >>>>On Jun 11, 2007, at 12:15, Step wrote: > >>>> > >>>> > >>>> > >>>> > >>>> > >>>>>mod_perl 2.0.3-r1 > >>>>> > >>>>> > >>>>> > >>>>> > >>>>Are you trying to run under mod_perl? If so, > just > >>>>use cgi. > >>>> > >>>>m > >>>> > >>>> > >>>> > >>>> > >>>> > >>>> > >>------------------------------------------------------------------------- > >> > >> > >>> > >>> > >>> > >>> > >>>>This SF.net email is sponsored by DB2 Express > >>>>Download DB2 Express C - the FREE version of DB2 > >>>>express and take > >>>>control of your XML. No limits. Just data. Click > >>>> > >>>> > >>to > >> > >> > >>>>get it now. > >>>>http://sourceforge.net/powerbar/db2/ > >>>>_______________________________________________ > >>>>sql-ledger-users mailing list > >>>>sql...@li... > >>>> > >>>> > >>>> > >>>> > >>>> > >>https://lists.sourceforge.net/lists/listinfo/sql-ledger-users > >> > >> > >>> > >>> > >>> > >>> > >>> > >>> > >>> > >>> > >>> > >>> > >>____________________________________________________________________________________ > >> > >> > >>>Need a vacation? Get great deals > >>>to amazing places on Yahoo! Travel. > >>>http://travel.yahoo.com/ > >>> > >>> > >>> > >>------------------------------------------------------------------------- > >> > >> > >>>This SF.net email is sponsored by DB2 Express > >>>Download DB2 Express C - the FREE version of DB2 > === message truncated === ____________________________________________________________________________________ Get your own web address. Have a HUGE year through Yahoo! Small Business. http://smallbusiness.yahoo.com/domains/?p=BESTDEAL |
From: Bob G. <bo...@rc...> - 2007-06-13 15:51:56
|
What about permissions of the actual (missing) files, i.e. bin/mozilla/admin.pl bin/mozilla/login.pl On Jun 13, 2007, at 09:52, Step wrote: > Than you for all the help Jerome. > >> ...read permissions on the files and directories. > > Permissions are OK, I even chown'ed those to apache > > drwxr-xr-x 11 apache apache 1.1K Jun 13 17:25 > sql-ledger > > and > -rwxr-xr-x 1 apache apache 2.6K Nov 26 2006 admin.pl > ... > drwxr-xr-x 2 apache apache 752 Mar 30 04:47 lynx > drwxr-xr-x 2 apache apache 752 May 9 23:41 mozilla > > > I added a small Perl test script to bin/mozilla/. > URL: http://localhost/sql-ledger/bin/mozilla/test.pl > > runs just fine. > > > > > --- "Jerome J. Auza" <jer...@bo...> wrote: > >> Ah, check the file permissions. It's possible that >> apache doesn't have >> read permissions on the files and directories. >> >> http://www.techsier.com - Blog >> http://www.boholweb.com - Bohol tourism website >> http://www.auza.net - enabling e-services in Bohol >> >> >> >> Step wrote: >> >>> I moved the sql-ledger, fixed apache the conf files >>> and restarted the apache2. >>> Still the same problem: >>> Can't locate bin/mozilla/login.pl in @INC (@INC >>> contains: /home/httpd/perl /etc/perl >>> /usr/lib/perl5/vendor_perl/5.8.8/i686-linux >>> /usr/lib/perl5/vendor_perl/5.8.8 >>> /usr/lib/perl5/vendor_perl >>> /usr/lib/perl5/site_perl/5.8.8/i686-linux >>> /usr/lib/perl5/site_perl/5.8.8 >>> /usr/lib/perl5/site_perl/5.8.0/i686-linux >>> /usr/lib/perl5/site_perl/5.8.0 >>> /usr/lib/perl5/site_perl >>> /usr/lib/perl5/5.8.8/i686-linux >> /usr/lib/perl5/5.8.8 >>> /usr/local/lib/site_perl . /usr/lib/apache2) at >>> /usr/local/sql-ledger/login.pl line 112.\n >>> >>> >>> And the login.pl file: >>> ... >>> if ($form{terminal}) { >>> $form{terminal} =~ s/%2f/\//gi; >>> $form{terminal} =~ s/\.\.\///g; >>> >>> $ARGV[0] = >>> "path=bin/$form{terminal}&script=$script"; >>> map { $ARGV[0] .= "&${_}=$form{$_}" } keys >> %form; >>> >>> (line 112) require "bin/$form{terminal}/$script"; >>> >>> } else { >>> >>> print "Content-Type: text/html\n\n" if >>> $ENV{HTTP_USER_AGENT}; >>> print qq|\nUnknown terminal\n|; >>> } >>> >>> } >>> >>> >>> >>> >>> >>> --- "Jerome J. Auza" <jer...@bo...> >> wrote: >>> >>> >>> >>>> Step, >>>> >>>> Check if you are using apache Alias directive. I >>>> think SQL-Ledger >>>> should be run under an Alias directive rather than >>>> as a directory under >>>> /htdocs. Also don't forget to restart apache if >> you >>>> already have the >>>> directive. >>>> >>>> This is what I have in my conf/httpd.conf file: >>>> >>>> Alias /sql-ledger /usr/local/apps/sql-ledger/ >>>> <Directory /usr/local/apps/sql-ledger> >>>> AllowOverride All >>>> AddHandler cgi-script .pl >>>> AddDefaultCharset On >>>> Options ExecCGI Includes FollowSymlinks >>>> Order Allow,Deny >>>> Allow from All >>>> </Directory> >>>> >>>> <Directory /usr/apps/local/sql-ledger/users> >>>> Order Deny,Allow >>>> Deny from All >>>> </Directory> >>>> >>>> >>>> >>>> >>>> http://www.techsier.com - Blog >>>> http://www.boholweb.com - Bohol tourism website >>>> http://www.auza.net - enabling e-services in Bohol >>>> >>>> >>>> >>>> Step wrote: >>>> >>>> >>>> >>>>> Perl version in 5.8.8 >>>>> All other Perl scripts/applications run OK >>>>> >>>>> >>>>> >>>>> >>>>> >>>>>> ... just use cgi. >>>>>> >>>>>> >>>>>> >>>>>> >>>>> Can you please elaborate. >>>>> >>>>> >>>>> >>>>> --- Mark Bucciarelli <ma...@hu...> >>>>> wrote: >>>>> >>>>> >>>>> >>>>> >>>>> >>>>>> On Jun 11, 2007, at 12:15, Step wrote: >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>>> mod_perl 2.0.3-r1 >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>> Are you trying to run under mod_perl? If so, >> just >>>>>> use cgi. >>>>>> >>>>>> m >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >> >>> -------------------------------------------------------------------- >>> ----- >>>> >>>> >>>>> >>>>> >>>>> >>>>> >>>>>> This SF.net email is sponsored by DB2 Express >>>>>> Download DB2 Express C - the FREE version of DB2 >>>>>> express and take >>>>>> control of your XML. No limits. Just data. Click >>>>>> >>>>>> >>>> to >>>> >>>> >>>>>> get it now. >>>>>> http://sourceforge.net/powerbar/db2/ >>>>>> _______________________________________________ >>>>>> sql-ledger-users mailing list >>>>>> sql...@li... >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >> >>> https://lists.sourceforge.net/lists/listinfo/sql-ledger-users >>>> >>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >> >>> ____________________________________________________________________ >>> ________________ >>>> >>>> >>>>> Need a vacation? Get great deals >>>>> to amazing places on Yahoo! Travel. >>>>> http://travel.yahoo.com/ >>>>> >>>>> >>>>> >> >>> -------------------------------------------------------------------- >>> ----- >>>> >>>> >>>>> This SF.net email is sponsored by DB2 Express >>>>> Download DB2 Express C - the FREE version of DB2 >> > === message truncated === > > > > > ______________________________________________________________________ > ______________ > Get your own web address. > Have a HUGE year through Yahoo! Small Business. > http://smallbusiness.yahoo.com/domains/?p=BESTDEAL > > ---------------------------------------------------------------------- > --- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > sql-ledger-users mailing list > sql...@li... > https://lists.sourceforge.net/lists/listinfo/sql-ledger-users |
From: Step <st...@ya...> - 2007-06-13 16:02:16
|
used to be: -rw-r--r-- 1 apache apache 7.4K May 18 17:12 bin/mozilla/login.pl I chmod'it to 755 just to test -rwxr-xr-x 1 apache apache 7.4K May 18 17:12 bin/mozilla/login.pl and same for admin.pl in mozilla and in ./ Nothing, same problem: Can't locate bin/mozilla/login.pl in @INC (@INC... and so on --- Bob Gustafson <bo...@rc...> wrote: > What about permissions of the actual (missing) > files, i.e. > bin/mozilla/admin.pl > bin/mozilla/login.pl > > On Jun 13, 2007, at 09:52, Step wrote: > > > Than you for all the help Jerome. > > > >> ...read permissions on the files and directories. > > > > Permissions are OK, I even chown'ed those to > apache > > > > drwxr-xr-x 11 apache apache 1.1K Jun 13 17:25 > > sql-ledger > > > > and > > -rwxr-xr-x 1 apache apache 2.6K Nov 26 2006 > admin.pl > > ... > > drwxr-xr-x 2 apache apache 752 Mar 30 04:47 lynx > > drwxr-xr-x 2 apache apache 752 May 9 23:41 > mozilla > > > > > > I added a small Perl test script to bin/mozilla/. > > URL: > http://localhost/sql-ledger/bin/mozilla/test.pl > > > > runs just fine. > > > > > > > > > > --- "Jerome J. Auza" <jer...@bo...> > wrote: > > > >> Ah, check the file permissions. It's possible > that > >> apache doesn't have > >> read permissions on the files and directories. > >> > >> http://www.techsier.com - Blog > >> http://www.boholweb.com - Bohol tourism website > >> http://www.auza.net - enabling e-services in > Bohol > >> > >> > >> > >> Step wrote: > >> > >>> I moved the sql-ledger, fixed apache the conf > files > >>> and restarted the apache2. > >>> Still the same problem: > >>> Can't locate bin/mozilla/login.pl in @INC (@INC > >>> contains: /home/httpd/perl /etc/perl > >>> /usr/lib/perl5/vendor_perl/5.8.8/i686-linux > >>> /usr/lib/perl5/vendor_perl/5.8.8 > >>> /usr/lib/perl5/vendor_perl > >>> /usr/lib/perl5/site_perl/5.8.8/i686-linux > >>> /usr/lib/perl5/site_perl/5.8.8 > >>> /usr/lib/perl5/site_perl/5.8.0/i686-linux > >>> /usr/lib/perl5/site_perl/5.8.0 > >>> /usr/lib/perl5/site_perl > >>> /usr/lib/perl5/5.8.8/i686-linux > >> /usr/lib/perl5/5.8.8 > >>> /usr/local/lib/site_perl . /usr/lib/apache2) at > >>> /usr/local/sql-ledger/login.pl line 112.\n > >>> > >>> > >>> And the login.pl file: > >>> ... > >>> if ($form{terminal}) { > >>> $form{terminal} =~ s/%2f/\//gi; > >>> $form{terminal} =~ s/\.\.\///g; > >>> > >>> $ARGV[0] = > >>> "path=bin/$form{terminal}&script=$script"; > >>> map { $ARGV[0] .= "&${_}=$form{$_}" } keys > >> %form; > >>> > >>> (line 112) require > "bin/$form{terminal}/$script"; > >>> > >>> } else { > >>> > >>> print "Content-Type: text/html\n\n" if > >>> $ENV{HTTP_USER_AGENT}; > >>> print qq|\nUnknown terminal\n|; > >>> } > >>> > >>> } > >>> > >>> > >>> > >>> > >>> > >>> --- "Jerome J. Auza" <jer...@bo...> > >> wrote: > >>> > >>> > >>> > >>>> Step, > >>>> > >>>> Check if you are using apache Alias directive. > I > >>>> think SQL-Ledger > >>>> should be run under an Alias directive rather > than > >>>> as a directory under > >>>> /htdocs. Also don't forget to restart apache > if > >> you > >>>> already have the > >>>> directive. > >>>> > >>>> This is what I have in my conf/httpd.conf file: > >>>> > >>>> Alias /sql-ledger /usr/local/apps/sql-ledger/ > >>>> <Directory /usr/local/apps/sql-ledger> > >>>> AllowOverride All > >>>> AddHandler cgi-script .pl > >>>> AddDefaultCharset On > >>>> Options ExecCGI Includes FollowSymlinks > >>>> Order Allow,Deny > >>>> Allow from All > >>>> </Directory> > >>>> > >>>> <Directory /usr/apps/local/sql-ledger/users> > >>>> Order Deny,Allow > >>>> Deny from All > >>>> </Directory> > >>>> > >>>> > >>>> > >>>> > >>>> http://www.techsier.com - Blog > >>>> http://www.boholweb.com - Bohol tourism website > >>>> http://www.auza.net - enabling e-services in > Bohol > >>>> > >>>> > >>>> > >>>> Step wrote: > >>>> > >>>> > >>>> > >>>>> Perl version in 5.8.8 > >>>>> All other Perl scripts/applications run OK > >>>>> > >>>>> > >>>>> > >>>>> > >>>>> > >>>>>> ... just use cgi. > >>>>>> > >>>>>> > >>>>>> > >>>>>> > >>>>> Can you please elaborate. > >>>>> > >>>>> > >>>>> > >>>>> --- Mark Bucciarelli > <ma...@hu...> > >>>>> wrote: > >>>>> > >>>>> > >>>>> > >>>>> > >>>>> > >>>>>> On Jun 11, 2007, at 12:15, Step wrote: > >>>>>> > >>>>>> > >>>>>> > >>>>>> > >>>>>> > >>>>>>> mod_perl 2.0.3-r1 > >>>>>>> > >>>>>>> > >>>>>>> > >>>>>>> > >>>>>> Are you trying to run under mod_perl? If so, > >> just > >>>>>> use cgi. > >>>>>> > >>>>>> m > >>>>>> > >>>>>> > >>>>>> > >>>>>> > >>>>>> > >>>>>> > >> > >>> > -------------------------------------------------------------------- > > >>> ----- > >>>> > === message truncated === ____________________________________________________________________________________ Boardwalk for $500? In 2007? Ha! Play Monopoly Here and Now (it's updated for today's economy) at Yahoo! Games. http://get.games.yahoo.com/proddesc?gamekey=monopolyherenow |
From: Jerome J. A. <jer...@bo...> - 2007-06-13 17:57:25
|
I'm not sure if this would work but might be worth a shot. The idea is to add your installation directory in the @INC variable. Try this: add in /usr/local/sql-ledger/login.pl: use lib '/sql-ledger-install-dir/'; If this works, you need to find a way to add your sql-ledger installation directory as a default location where to look for library files. http://www.techsier.com - Blog http://www.boholweb.com - Bohol tourism website http://www.auza.net - enabling e-services in Bohol Step wrote: >used to be: >-rw-r--r-- 1 apache apache 7.4K May 18 17:12 >bin/mozilla/login.pl > >I chmod'it to 755 just to test > >-rwxr-xr-x 1 apache apache 7.4K May 18 17:12 >bin/mozilla/login.pl > >and same for admin.pl in mozilla and in ./ > >Nothing, same problem: Can't locate >bin/mozilla/login.pl in @INC (@INC... and so on > > > >--- Bob Gustafson <bo...@rc...> wrote: > > > >>What about permissions of the actual (missing) >>files, i.e. >>bin/mozilla/admin.pl >>bin/mozilla/login.pl >> >>On Jun 13, 2007, at 09:52, Step wrote: >> >> >> >>>Than you for all the help Jerome. >>> >>> >>> >>>>...read permissions on the files and directories. >>>> >>>> >>>Permissions are OK, I even chown'ed those to >>> >>> >>apache >> >> >>>drwxr-xr-x 11 apache apache 1.1K Jun 13 17:25 >>>sql-ledger >>> >>>and >>>-rwxr-xr-x 1 apache apache 2.6K Nov 26 2006 >>> >>> >>admin.pl >> >> >>>... >>>drwxr-xr-x 2 apache apache 752 Mar 30 04:47 lynx >>>drwxr-xr-x 2 apache apache 752 May 9 23:41 >>> >>> >>mozilla >> >> >>>I added a small Perl test script to bin/mozilla/. >>>URL: >>> >>> >>http://localhost/sql-ledger/bin/mozilla/test.pl >> >> >>>runs just fine. >>> >>> >>> >>> >>>--- "Jerome J. Auza" <jer...@bo...> >>> >>> >>wrote: >> >> >>>>Ah, check the file permissions. It's possible >>>> >>>> >>that >> >> >>>>apache doesn't have >>>>read permissions on the files and directories. >>>> >>>>http://www.techsier.com - Blog >>>>http://www.boholweb.com - Bohol tourism website >>>>http://www.auza.net - enabling e-services in >>>> >>>> >>Bohol >> >> >>>> >>>>Step wrote: >>>> >>>> >>>> >>>>>I moved the sql-ledger, fixed apache the conf >>>>> >>>>> >>files >> >> >>>>>and restarted the apache2. >>>>>Still the same problem: >>>>>Can't locate bin/mozilla/login.pl in @INC (@INC >>>>>contains: /home/httpd/perl /etc/perl >>>>>/usr/lib/perl5/vendor_perl/5.8.8/i686-linux >>>>>/usr/lib/perl5/vendor_perl/5.8.8 >>>>>/usr/lib/perl5/vendor_perl >>>>>/usr/lib/perl5/site_perl/5.8.8/i686-linux >>>>>/usr/lib/perl5/site_perl/5.8.8 >>>>>/usr/lib/perl5/site_perl/5.8.0/i686-linux >>>>>/usr/lib/perl5/site_perl/5.8.0 >>>>>/usr/lib/perl5/site_perl >>>>>/usr/lib/perl5/5.8.8/i686-linux >>>>> >>>>> >>>>/usr/lib/perl5/5.8.8 >>>> >>>> >>>>>/usr/local/lib/site_perl . /usr/lib/apache2) at >>>>>/usr/local/sql-ledger/login.pl line 112.\n >>>>> >>>>> >>>>>And the login.pl file: >>>>>... >>>>> if ($form{terminal}) { >>>>> $form{terminal} =~ s/%2f/\//gi; >>>>> $form{terminal} =~ s/\.\.\///g; >>>>> >>>>> $ARGV[0] = >>>>>"path=bin/$form{terminal}&script=$script"; >>>>> map { $ARGV[0] .= "&${_}=$form{$_}" } keys >>>>> >>>>> >>>>%form; >>>> >>>> >>>>>(line 112) require >>>>> >>>>> >>"bin/$form{terminal}/$script"; >> >> >>>>> } else { >>>>> >>>>> print "Content-Type: text/html\n\n" if >>>>>$ENV{HTTP_USER_AGENT}; >>>>> print qq|\nUnknown terminal\n|; >>>>> } >>>>> >>>>>} >>>>> >>>>> >>>>> >>>>> >>>>> >>>>>--- "Jerome J. Auza" <jer...@bo...> >>>>> >>>>> >>>>wrote: >>>> >>>> >>>>> >>>>> >>>>> >>>>>>Step, >>>>>> >>>>>>Check if you are using apache Alias directive. >>>>>> >>>>>> >>I >> >> >>>>>>think SQL-Ledger >>>>>>should be run under an Alias directive rather >>>>>> >>>>>> >>than >> >> >>>>>>as a directory under >>>>>>/htdocs. Also don't forget to restart apache >>>>>> >>>>>> >>if >> >> >>>>you >>>> >>>> >>>>>>already have the >>>>>>directive. >>>>>> >>>>>>This is what I have in my conf/httpd.conf file: >>>>>> >>>>>>Alias /sql-ledger /usr/local/apps/sql-ledger/ >>>>>> <Directory /usr/local/apps/sql-ledger> >>>>>> AllowOverride All >>>>>> AddHandler cgi-script .pl >>>>>> AddDefaultCharset On >>>>>> Options ExecCGI Includes FollowSymlinks >>>>>> Order Allow,Deny >>>>>> Allow from All >>>>>> </Directory> >>>>>> >>>>>> <Directory /usr/apps/local/sql-ledger/users> >>>>>> Order Deny,Allow >>>>>> Deny from All >>>>>> </Directory> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>>http://www.techsier.com - Blog >>>>>>http://www.boholweb.com - Bohol tourism website >>>>>>http://www.auza.net - enabling e-services in >>>>>> >>>>>> >>Bohol >> >> >>>>>> >>>>>>Step wrote: >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>>>Perl version in 5.8.8 >>>>>>>All other Perl scripts/applications run OK >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>>>... just use cgi. >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>Can you please elaborate. >>>>>>> >>>>>>> >>>>>>> >>>>>>>--- Mark Bucciarelli >>>>>>> >>>>>>> >><ma...@hu...> >> >> >>>>>>>wrote: >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>>>On Jun 11, 2007, at 12:15, Step wrote: >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>>>mod_perl 2.0.3-r1 >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>Are you trying to run under mod_perl? If so, >>>>>>>> >>>>>>>> >>>>just >>>> >>>> >>>>>>>>use cgi. >>>>>>>> >>>>>>>>m >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >-------------------------------------------------------------------- > > >>>>>----- >>>>> >>>>> >=== message truncated === > > > > >____________________________________________________________________________________ >Boardwalk for $500? In 2007? Ha! Play Monopoly Here and Now (it's updated for today's economy) at Yahoo! Games. >http://get.games.yahoo.com/proddesc?gamekey=monopolyherenow > >------------------------------------------------------------------------- >This SF.net email is sponsored by DB2 Express >Download DB2 Express C - the FREE version of DB2 express and take >control of your XML. No limits. Just data. Click to get it now. >http://sourceforge.net/powerbar/db2/ >_______________________________________________ >sql-ledger-users mailing list >sql...@li... >https://lists.sourceforge.net/lists/listinfo/sql-ledger-users > > > > |
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 |
From: Step <st...@ya...> - 2007-06-11 21:45:31
|
> > I use the URL > > > > http://localhost/sql-ledger/admin.pl > > > > I think you are pointed a couple of directories > too deep. No, I am trying to run the admin.pl in htdocs/sql-ledger/ I also have the sql-ledger/bin/mozilla/admin.pl And if I reload the page few times, I get "Access denied!" --- Bob Gustafson <bo...@rc...> wrote: > 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 > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 > express and take > control of your XML. No limits. Just data. Click to > get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > sql-ledger-users mailing list > sql...@li... > https://lists.sourceforge.net/lists/listinfo/sql-ledger-users > ____________________________________________________________________________________ Park yourself in front of a world of choices in alternative vehicles. Visit the Yahoo! Auto Green Center. http://autos.yahoo.com/green_center/ |
From: Govardhan <gov...@co...> - 2007-06-12 05:04:07
|
Dear Sir/Madam, I am trying to install SQL-Ledger in my windowsXP Operating system, I am having problem in installing DBD-Pg , I could not find any precompiled version of DBD-Pg, Can anybody help me in installing DBD-Pg ??. Waiting for earliest reply... Thanks Gov ----- Original Message ----- From: "Bob Gustafson" <bo...@rc...> To: <sql...@li...> Sent: Tuesday, June 12, 2007 1:42 AM Subject: Re: [SL] [error] Can't locate bin/mozilla/admin.pl in @INC... > > 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 > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > sql-ledger-users mailing list > sql...@li... > https://lists.sourceforge.net/lists/listinfo/sql-ledger-users > > __________ NOD32 2323 (20070611) Information __________ > > This message was checked by NOD32 antivirus system. > http://www.eset.com > > |
From: Govardhan <gov...@co...> - 2007-06-12 05:05:08
|
Dear Sir/Madam, I am trying to install SQL-Ledger in my windowsXP Operating system, I am having problem in installing DBD-Pg , I could not find any precompiled version of DBD-Pg, Can anybody help me in installing DBD-Pg ??. Waiting for earliest reply... Thanks Gov ----- Original Message ----- From: "Bob Gustafson" <bo...@rc...> To: <sql...@li...> Sent: Tuesday, June 12, 2007 1:42 AM Subject: Re: [SL] [error] Can't locate bin/mozilla/admin.pl in @INC... > > 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 > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > sql-ledger-users mailing list > sql...@li... > https://lists.sourceforge.net/lists/listinfo/sql-ledger-users > > __________ NOD32 2323 (20070611) Information __________ > > This message was checked by NOD32 antivirus system. > http://www.eset.com > > |