On Thursday, December 12, 2002, at 01:01  PM, kurt wrote:

I have set the environment variables as follows:
	export POSTGRES_INCLUDE="/usr/local/pgsql/include"
	export POSTGRES_LIB="/usr/local/pgsql/lib/libpq.so"

Problem:
	DBD::Pg fails to install with an "Undefined symbols" error.

Can anyone shed some light?
Yes, set POSTGRES_LIB to "/usr/local/pgsql/lib", instead. Or better yet, don't set it or POSTGRES_INCLUDE at all. Let DBD::Pg 1.20's Makefile.PL find the libraries itself.

HTH,

David

--
David Wheeler AIM: dwTheory
[EMAIL PROTECTED] ICQ: 15726394
http://david.wheeler.net/ Yahoo!: dew7e
Jabber: [EMAIL PROTECTED]

Reply via email to