Обсуждение: DBD::Pg

Поиск
Список
Период
Сортировка

DBD::Pg

От
David Wright
Дата:
I am resubmitting this message because the original had an incorrect
reply-to address.....
:-)

I have recently installed Mandrake 7.1 and am trying to install the
DBD::Pg module to interface with the distributions PostgreSQL which is
version 6.5.3

The Perl is version 5.6.0 and I downloaded the DBD-Pg-0.95 tar file from

CPAN.

As root, I cd to /tmp and untarred the DBD-Pg-0.95. From this directory
I now set the POSTGRES_HOME to /usr/lib/pgsql, POSTGRES_LIB to
/usr/lib/pgsql and POSTGRES_INCLUDE to /usr/include.

perl Makefile.PL runs Ok
make produces an error message saying "libpq-fe.h: No such file or
directory". I have found documentation around the Internet saying that
this file is required by programs using libpq.so but have not been able
to find where I can get this header file from!!

I am getting frustrated! Anyone able to assist please?

David







Re: DBD::Pg

От
Ingo Luetkebohle
Дата:
On Sun, Dec 31, 2000 at 10:08:27AM -0500, David Wright wrote:
> make produces an error message saying "libpq-fe.h: No such file or
> directory". I have found documentation around the Internet saying that
> this file is required by programs using libpq.so but have not been able
> to find where I can get this header file from!!

In postgres 6.5.x, that file is part of the postgresql-devel rpm,
which is not installed by default but should be on your distribution
medium.
-- Ingo Luetkebohle / ingo@blank.pages.de / 95428014
/
|SchemantiX Open Source contact; Computational Linguistics
|student; Fargonauten.DE sysadmin; Gimp Registry maintainer;


Re: DBD::Pg

От
Luc Bouchard
Дата:
Make sure you have the development RPM of Postgresql loaded before
compiling.

On Sun, 31 Dec 2000, David Wright wrote:

> 
> I am resubmitting this message because the original had an incorrect
> reply-to address.....
> :-)
> 
> I have recently installed Mandrake 7.1 and am trying to install the
> DBD::Pg module to interface with the distributions PostgreSQL which is
> version 6.5.3
> 
> The Perl is version 5.6.0 and I downloaded the DBD-Pg-0.95 tar file from
> 
> CPAN.
> 
> As root, I cd to /tmp and untarred the DBD-Pg-0.95. From this directory
> I now set the POSTGRES_HOME to /usr/lib/pgsql, POSTGRES_LIB to
> /usr/lib/pgsql and POSTGRES_INCLUDE to /usr/include.
> 
> perl Makefile.PL runs Ok
> make produces an error message saying "libpq-fe.h: No such file or
> directory". I have found documentation around the Internet saying that
> this file is required by programs using libpq.so but have not been able
> to find where I can get this header file from!!
> 
> I am getting frustrated! Anyone able to assist please?
> 
> David
> 
> 
> 
> 
> 

-- 
Luc Bouchard
luc@luker.on.ca
90 Sidekick 2dr Softop - Rubber Zuki
94 S-10 2wd Longbed
Nepean, ON, Canada



Re: DBD::Pg

От
Alexander Kulakov
Дата:
David Wright wrote:
> perl Makefile.PL runs Ok
> make produces an error message saying "libpq-fe.h: No such file or
> directory". I have found documentation around the Internet saying that
> this file is required by programs using libpq.so but have not been able
> to find where I can get this header file from!!
> 

Have you ever install postgres development package?