Justin Clift writes:
> It doesn't seem to have been mentioned that the preferable way to
> compile PostgreSQL on Solaris is to unset your LD_LIBRARY_PATH and set
> an LD_RUN_PATH instead.
>
> That is right isn't it?
Not really. You don't need to set either of these variables. In the
problem th
al Message-
From: Martín Marqués [mailto:[EMAIL PROTECTED]]
Sent: Friday, April 06, 2001 9:22 AM
To: Ahmed Moustafa; Tom Lane
Cc: [EMAIL PROTECTED]
Subject: Re: [GENERAL] Postgres 7.1RC1 on Solaris 7
On Friday 06 April 2001 06:20, Ahmed Moustafa wrote:
> Tom,
>
> I set LD_LIBRARY_PATH
Hi,
It doesn't seem to have been mentioned that the preferable way to
compile PostgreSQL on Solaris is to unset your LD_LIBRARY_PATH and set
an LD_RUN_PATH instead.
That is right isn't it?
Regards and best wishes,
Justin Clift
Ahmed Moustafa wrote:
>
> Hi Tom,
>
> I did the test by hand and
On Friday 06 April 2001 06:20, Ahmed Moustafa wrote:
> Tom,
>
> I set LD_LIBRARY_PATH in root's .profile and I still get the same error.
> Do I need to set somewhere else, please?
I had the same problem. It's because Solaris isn't reading the .bashrc,
.profile or what ever. Solution: ln -s /usr
Thanks a lot. Adding /usr/local/lib to the LD_LIBRARY_PATH solved the problem. But
now Webmin gives this error
"The PostgreSQL database on your system is version , but Webmin only supports
versions 6.5 and above."
Although, it was working with version 7.0.3. Is it Webmin's problem?
Again, thank
Ahmed Moustafa wrote:
> Hi Tom,
>
> I did the test by hand and here is the output:
>
> bash-2.03# echo "int main() { return 0; }" >conftest.c
> bash-2.03# gcc -o conftest conftest.c -lz -lresolv -lgen -lnsl -lsocket -ldl
> -lm
> bash-2.03# ./conftest
> ld.so.1: ./conftest: fatal: libz.so: open f
Hi Tom,
I did the test by hand and here is the output:
bash-2.03# echo "int main() { return 0; }" >conftest.c
bash-2.03# gcc -o conftest conftest.c -lz -lresolv -lgen -lnsl -lsocket -ldl
-lm
bash-2.03# ./conftest
ld.so.1: ./conftest: fatal: libz.so: open failed: No such file or directory
Killed
Hi Peter,
Changing line 6846 gave me the same error message.
Ahmed
Peter Eisentraut wrote:
> Ahmed Moustafa writes:
>
> > Hi,
> >
> > I downloaded Postgres 7.1RC1 from
> > ftp://ftp.postgresql.org/pub/dev/postgresql-7.1RC1.tar.gz. When I did
> > ./configure, I got a error with the test program
Hi Peter,
I did the test by hand and here is the output:
bash-2.03# echo "int main() { return 0; }" >conftest.c
bash-2.03# gcc -o conftest conftest.c -lz -lresolv -lgen -lnsl -lsocket -ldl
-lm
bash-2.03# ./conftest
ld.so.1: ./conftest: fatal: libz.so: open failed: No such file or directory
Kill
Tom Lane writes:
> (Peter, shouldn't we suggest to the autoconf boys that that output
> ought to go into config.log?)
It seems your request has already been heard. In general, the config.log
files from Autoconf 2.50 are a *lot* better, e.g., they actually include
the result of the test. Should
Ahmed Moustafa writes:
> bash-2.03# echo "int main() { return 0; }" >conftest.c
> bash-2.03# gcc -o conftest conftest.c -lz -lresolv -lgen -lnsl -lsocket -ldl
> -lm
> bash-2.03# ./conftest
> ld.so.1: ./conftest: fatal: libz.so: open failed: No such file or directory
You need to set the LD_LIBRA
Peter Eisentraut <[EMAIL PROTECTED]> writes:
> Ahmed Moustafa writes:
>> I downloaded Postgres 7.1RC1 from
>> ftp://ftp.postgresql.org/pub/dev/postgresql-7.1RC1.tar.gz. When I did
>> ./configure, I got a error with the test program. I could not figure out
>> the problem. Would you take a look at t
Ahmed Moustafa writes:
> Hi,
>
> I downloaded Postgres 7.1RC1 from
> ftp://ftp.postgresql.org/pub/dev/postgresql-7.1RC1.tar.gz. When I did
> ./configure, I got a error with the test program. I could not figure out
> the problem. Would you take a look at the config.log
> (http://www.photo.net/user
13 matches
Mail list logo