Hi Jaju,
On Wed, 23 Jan 2002, Ravindra Jaju wrote:
Hi.
The ${PGINSTALLDIR}/lib directory should be in your /etc/ld.so.conf, and then run ldconfig
You can use after that, without any compiles.
Otherwise, set the LD_LIBRARY_PATH variable for the process to include the ${PGINSTALLDIR}/lib at runtime.
${PGINSTALLDIR} is the dir where you installed PostgreSQL.
hth.
Thx a lot... It works... I have to put lib path into /etc/ld.so.conf and run ldconfig.
It compiles now perfactly ok...
With regards,