libpq.so open failed

From: Ximo Domenech <ximo(dot)domenech(at)ival(dot)es>
To: "pgsql-general(at)postgreSQL(dot)org" <pgsql-general(at)postgreSQL(dot)org>
Subject: libpq.so open failed
Date: 1999-08-04 20:04:42
Message-ID: 37A89CDA.C520BBED@ival.es
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi to everyone !!
I'm sorry, my last message have arrived to the mailing list with bad
subject.
I dont know why. :-|
Here my problem:

I'm tring to migrate Postgres from Linux to Solaris. (2.7)
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

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Thomas Good 1999-08-04 20:45:38 Re: [GENERAL] ElephantWear Now Available...
Previous Message Bruce Momjian 1999-08-04 19:42:39 Re: [GENERAL] Problem with pgaccess