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

From: Dana Hudes <dhudes(at)hudes(dot)org>
To: astromonk <astromonk(at)flashmail(dot)com>
Cc: Oliver Elphick <olly(at)lfix(dot)co(dot)uk>, "pgsql-admin(at)postgresql(dot)org" <pgsql-admin(at)postgreSQL(dot)org>, "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgreSQL(dot)org>, "dbi-users(at)isc(dot)org" <dbi-users(at)isc(dot)org>
Subject: Re: [ADMIN] Re: [GENERAL] Re: DBD-Pg Install problems
Date: 1999-08-02 00:41:40
Message-ID: Pine.LNX.4.10.9908012041170.19503-100000@harmony.hudes.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Get the 6.5.1 RPMs and it will set up everything for you.

On Sun, 1 Aug 1999, astromonk wrote:

> *** From dbi-users -- To unsubscribe, see the end of this message. ***
>
>
>
> 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 the Makefile? Why is it that PostgreSQL has a different
> directory structure for the same version on different distributions? I just want
> to get this thing installed and working.
>
> Oliver Elphick wrote:
>
> > 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
> > >I needed to
> > >set POSTGRES_HOME. What is DBD looking for anyway?
> >
> > It's using it here (Makefile.PL):
> > my %opts = (
> > ....
> > INC => "-I$ENV{POSTGRES_HOME}/include ...
> > ....
> > LIBS => ["-L$ENV{POSTGRES_HOME}/lib -lpq"],
> >
> > );
> >
> > So it wants to find the include files and the libraries.
> >
> > --
> > Vote against SPAM: http://www.politik-digital.de/spam/
> > ========================================
> > Oliver Elphick Oliver(dot)Elphick(at)lfix(dot)co(dot)uk
> > Isle of Wight http://www.lfix.co.uk/oliver
> > PGP key from public servers; key ID 32B8FAA1
> > ========================================
> > "And why call ye me, Lord, Lord, and do not the things
> > which I say?" Luke 6:46
>
>
> ------------------------------------------------------------------------------
> To unsubscribe from this list, please visit: http://www.isc.org/dbi-lists.html
> If you are without web access, or if you are having trouble with the web page,
> please send mail to dbi-users-request(at)isc(dot)org with the subject line of
> 'unsubscribe'.
> ------------------------------------------------------------------------------
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message The Hermit Hacker 1999-08-02 01:30:46 LinuxWorld Editors' Choice Awards - Finalist Status
Previous Message Dana Hudes 1999-08-02 00:40:00 Re: Where is DBD-pg.92RPMS? (.91 not compat with postgres?)