On Fri, 2002-08-30 at 12:30, Glen Gunsalus wrote: > > > Can't locate DBI.pm in @INC (@INC contains: > /usr/lib/perl5/5.6.0/i386-linux /usr/lib/perl5/5.6.0 > /usr/lib/perl5/site_perl/5.6.0/i386-linux /usr/lib/perl5/site_perl/5.6.0 > /usr/lib/perl5/site_perl .) at bin/mozilla/login.pl line 25. > > Glen, you need the rpm perl-DBI which you can install by launching a terminal window (if you use X) and typing up2date -i perl-DBI .
The default Redhat posgres installation disallows connections. I found it a lot easier to not start postmaster as a service, but to start it either manually (using the -i option) or in /etc/rc.d/local as /usr/bin/postmaster -D /var/lib/pgsql/data -i Redhat's default data path is /var/lib/pgsql/data instead of /usr/local/pgsql data. You also don't need to put the script into a usr/local/sql-ledger directory because you already have an alias in your httpd.conf for the cgi-bin directory outside of the document root. Just install it into /var/www/cgi-bin and save yourself some headaches. :-) Susan Another newbie who just installed it with Redhat ------------------------------------------------------- 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]/

