help Solaris

From: Ximo Domenech <ximo(dot)domenech(at)ival(dot)es>
To: "pgsql-general(at)postgreSQL(dot)org" <pgsql-general(at)postgreSQL(dot)org>
Subject: help Solaris
Date: 1999-08-04 18:36:58
Message-ID: 37A8884A.7F12F461@ival.es
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi to everyone.
I'm tring to migrate Postgres from Linux to Solaris.
The C source code (cgi's) is running ok in linux, but when execute
from solaris I obtain the next error in execution:

ld.so.1: cgi_name: fatal: libpq.so: open failed: No such file or
directory

I've compiled the cgi with:

-L/usr/local/pgsql/lib -R/usr/local/pqsql/lib -lpq

The paths of libraries is Ok.
I've been reading something about Solaris in Postgres web site.
Someone, recommend to use

export LD_RUN_PATH=/usr/local/pgsql/lib

to find libraries in execution time. Thats no work in my computer. I
dont know how to continue.
Any idea ?
Thank you in advanced.

--
__________________________________________________

Ximo Domenech ximo(dot)domenech(at)ival(dot)es
Internet Valencia 96 352 35 30
http://www.ival.es

Browse pgsql-general by date

  From Date Subject
Next Message Charles Tassell 1999-08-04 18:58:57 Re: [GENERAL] libpq.so open failed
Previous Message Héctor Morales 1999-08-04 18:34:36 Problem with pgaccess