Michael Fowler wrote:

> On Tue, Oct 02, 2001 at 10:10:35PM -0400, R Talbot wrote:
> > When I ran ./configure on PostgreSQL 7.1.2 I did so --with-perl but make
> > reported It could not install because Perl libraries were not shared.. I
> > assume it wanted me to have the Perl static installed and linked.. Right
> > or wrong??
>
> No, it wants the shared perl library, libperl.so.  It probably just couldn't
> find it; you'll have to do a search for it, then pass a --with-libraries
> option to configure to point to the directory it's in.
>
>
> Work together in what way?  DBI and DBD::Pg are for accessing a PostgreSQL
> database; once those are installed and working you can talk to a PostgreSQL
> database to your heart's content.  What other kind of working together did
> you have in mind?
>
> Michael

Michael

    Thank you ... You answered my question!
I was thinking perhaps other compiled relationships had to be
established.. As an example I have learned PHP must be
compiled for Postgres to work with Postgres..

Bob T.


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to