Re: [GENERAL] libpq.so open failed

1999-08-04 Thread Mario Haza
Try to put these two lines on the /etc/profile: LD_LIBRARY_PATH=/usr/lib:/usr/local/lib:/usr/local/pgsql/lib export LD_LIBRARY_PATH Mario "Mago" Haza Technological Research / Research Center for Educational Computing e-mail: [EMAIL PROTECTED] [EMAIL PROTECTED] Tel. (5) 627-021

Re: [GENERAL] libpq.so open failed

1999-08-04 Thread Charles Tassell
I've never used Solaris, but I know you get a similar error in Linux if you don't have the dir libpq.so is in the /etc/ld.so.conf file. If you have an /etc/ld.so.conf file, add the line: /usr/local/pqsql/lib to it and run ldconfig. Hope it's that simple. :) At 05:04 PM 8/4/99, Ximo Domenech w

[GENERAL] libpq.so open failed

1999-08-04 Thread Ximo Domenech
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