Re: install problem - Mailing list pgsql-novice

From Tom Lane
Subject Re: install problem
Date
Msg-id 5830.988231341@sss.pgh.pa.us
Whole thread Raw
In response to install problem  ("Stephen M. Ford" <sford@Eng.Auburn.EDU>)
List pgsql-novice
"Stephen M. Ford" <sford@Eng.Auburn.EDU> writes:
> *** Could not execute a simple test program.  This may be a problem
> *** related to locating shared libraries.  Check the file 'config.log'
> *** for the exact reason.

> LD_LIBRARY_PATH=/usr/local/lib:/usr/local/ssl/lib

I think your LD_LIBRARY_PATH fails to include all the directories
that are searched by the linker.  So libraries are getting found and
bound into the test executable, but then the runtime shlib linker can't
find 'em.

            regards, tom lane

pgsql-novice by date:

Previous
From: "Stephen M. Ford"
Date:
Subject: install problem
Next
From: esavas@mac.com
Date:
Subject: DROP COLUMN ?