Re: [ADMIN] Install problems (libpq.so.1)

1999-08-01 Thread Robert J. Sprawls
On Sun, 1 Aug 1999, astromonk wrote: > Hello: > > where can I find libpq.so.1? > > I am trying to install DBI/DBD for postgreSQL. I found > perl-DBI-1.06-1.i386.rpm on rpmfind.net and it installed just fine but > when I tried to install perl-DBD-Pg-0.91-1.i386.rpm I get a message that > > th

[ADMIN] Install problems (libpq.so.1)

1999-08-01 Thread astromonk
Hello: where can I find libpq.so.1? I am trying to install DBI/DBD for postgreSQL. I found perl-DBI-1.06-1.i386.rpm on rpmfind.net and it installed just fine but when I tried to install perl-DBD-Pg-0.91-1.i386.rpm I get a message that this package needs libpq.so.1. What package do I need to in

[ADMIN] Install problems (libpq.so.1)

1999-08-01 Thread astromonk
hello again: libpq.so.2 is symlinked to libpq.so. I copied libpq.so to libpq.so.1 and then reran >/sbin/ldconfig (/usr/lib is found in /etc/ld.so.conf where all libpq.so files are found - I could not find any .so's under the postgres installation directorys) I then ran >rpm -Uvh perl-DBD-pg.rpm

Re: [ADMIN] Re: [GENERAL] Re: DBD-Pg Install problems

1999-08-01 Thread Oliver Elphick
astromonk wrote: > > >well let's see rpm -ql postgresql-devel >lists the following directorys as having files > >/usr/lib/pgsql >/usr/include/pgsql > >so now what do i set POSTGRES_HOME to to get this to work? It would be nice > had >it been /usr/pgsql/include and /usr/p

Re: [ADMIN] Re: [GENERAL] Re: DBD-Pg Install problems

1999-08-01 Thread astromonk
well let's see rpm -ql postgresql-devel lists the following directorys as having files /usr/lib/pgsql /usr/include/pgsql so now what do i set POSTGRES_HOME to to get this to work? It would be nice had it been /usr/pgsql/include and /usr/pgsql/lib but it is not that way. so do I have to hack

[ADMIN] Install problems (libpq.so.1)

1999-08-01 Thread maxsbox
> > Date: Sun, 1 Aug 1999 10:58:18 -0500 (CDT) > From: "Robert J. Sprawls" <[EMAIL PROTECTED]> > Subject: Re: [ADMIN] Install problems (libpq.so.1) > > On Sun, 1 Aug 1999, astromonk wrote: > > > Hello: > > > > where can I find libpq.so.1? > > > > I am trying to install DBI/DBD for postgreSQL. I

[ADMIN] Re: DBD-Pg Install problems

1999-08-01 Thread astromonk
No where in the postgres documentation was I told to set POSTGRES_HOME. I can connect to the database from the command line and do everything I need so I assume that postgreSQL is setup properly. I am told that DBD installs just fine when postgreSQL is installed in the default location on RedHat

[ADMIN] Re: [GENERAL] Re: DBD-Pg Install problems

1999-08-01 Thread Oliver Elphick
astromonk wrote: ... >I checked the documentation and still not sure what I should set POSTGRES_HO >ME to. >I set it to /usr/lib/pgsql where some files are found and /var/lib/pgsql whe >re other >postgres files are found and tried to install DBD but it still told me that >