Re: 7.1.3 configure failure on Solaris 2.6

From: "David De Graff" <postgresql(at)awarehouse(dot)com>
To: "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: <pgsql-ports(at)postgresql(dot)org>
Subject: Re: 7.1.3 configure failure on Solaris 2.6
Date: 2001-11-26 23:25:18
Message-ID: 013201c176d1$aee9e0d0$c81df0cf@Bensf382
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-ports

Thanks for the quick help, Tom.

Here's what I got:

>>
# more conftest.c
int main() {return 0;}
# gcc -o conftest
conftest.c -lz -lresolv -lgen -lnsl -lsocket -ldl -lm -lreadline -ltermcap
# ls
conftest conftest.c
# ./conftest
ld.so.1: ./conftest: fatal: libz.so: open failed: No such file or directory
Killed
# echo $?
137
# find /* -name libz.so
/usr/local/lib/libz.so
#
<<

By the way, the path for the user running the compile is:

# $PATH
ksh:
/usr/local/qt/bin:/usr/bin:/usr/local/bb/bin:/usr/ucb:/etc:/usr/local/bin:/u
sr/local/sbin:/usr/sbin:/usr/openwin/bin:/usr/ccs/bin:/usr/local/lib:/usr/sh
are/lib/terminfo:/usr/local/mysql/bin: not found

Maybe the solution should be clear, but again I'm still climbing the Unix
admin learning curve. There's something odd with the 'not found' at the end
of hte PATH value, and with the trailing colon. That colon is not in the
PATH value in .profile. Any ideas?

Best,

David De Graff

In response to

Responses

Browse pgsql-ports by date

  From Date Subject
Next Message Tom Lane 2001-11-26 23:58:33 Re: 7.1.3 configure failure on Solaris 2.6
Previous Message Tom Lane 2001-11-26 22:48:27 Re: 7.1.3 configure failure on Solaris 2.6