[freeside] DBI->connect error: ... UID.pm line 88 using PG FS 1.4.0
Rick Eicher II
rick at pbol.net
Tue Aug 20 10:31:39 PDT 2002
> I changed the line:
> #tcpip_socket = false ==> tcpip_socket = true
>
> with the same result of:
> [y/N]:N
> DBI->connect(host=localhost;dbname=freeside) failed: could not connect
to
> server: Connection refused at /usr/lib/perl5/site_perl/5.6.1/FS/UID.pm
> line
> 88
> DBI->connect error: could not connect to server: Connection refused
> sh-2.05a$ exit <<User is freeside>>
>
> Isn't that the same thing, as the conf file states:
>
> /var/lib/pgsql/data/postgresql.conf
> # The commented-out settings shown in this file
> # represent the default values.
So the default that is comment out is 'false' which has to be set to
'true'.
I assume you restarted postgresql after this change. After restart what
do you get from a 'ps aux' command for user postgres?
You did do a 'createuser -P' command as user postgres to create the
database user freeside as per the docs?
Does the database freeside exist? (pgsql freeside)
Did you have any problems with the 'make create-database' command? If so
I would double check to make sure DBI and such are working correctly.
rick
More information about the freeside-users
mailing list