On Mon, Jul 9, 2012 at 8:25 PM, Philip Rhoades <[email protected]> wrote: > Chris, > > Sorry about the testing delay - I have continuing family health issues > which regularly distract me. > > I built the current RPM version from SVN, and installed it OK on a > fresh, virtual Fedora17 i686 machine but I get this in error_log: > > [Tue Jul 10 12:52:05 2012] [error] [client 127.0.0.1] DBI > connect('dbname=template1','postgres',...) failed: could not connect to > server: No such file or dire > ctory, referer: http://localhost/ledgersmb/setup.pl > [Tue Jul 10 12:52:05 2012] [error] [client 127.0.0.1] \tIs the server > running locally and accepting, referer: > http://localhost/ledgersmb/setup.pl > [Tue Jul 10 12:52:05 2012] [error] [client 127.0.0.1] \tconnections on > Unix domain socket "/tmp/.s.PGSQL.5432"? at LedgerSMB.pm line 867, > referer: http://loca > lhost/ledgersmb/setup.pl
The easiest thing to do is probably set it to connect to localhost. It is looking for a socket file that doesn't exist. It could be in an unusual place and important environment variables may not be set up by the distro. Best Wishes, Chris Travers ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Ledger-smb-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ledger-smb-devel
