Re: install problem

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Stephen M(dot) Ford" <sford(at)Eng(dot)Auburn(dot)EDU>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: install problem
Date: 2001-04-25 20:42:21
Message-ID: 5830.988231341@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

"Stephen M. Ford" <sford(at)Eng(dot)Auburn(dot)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

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Shay Moreno 2001-04-26 12:36:52 Re: DROP COLUMN ?
Previous Message Stephen M. Ford 2001-04-25 20:14:28 install problem