| From: | Ahmed Moustafa <ahmed(dot)moustafa(at)bigfoot(dot)com> |
|---|---|
| To: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
| Cc: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-general(at)postgresql(dot)org |
| Subject: | Re: Postgres 7.1RC1 on Solaris 7 |
| Date: | 2001-04-04 21:22:16 |
| Message-ID: | 3ACB9088.F63F9A49@bigfoot.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
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, thanks a lot for your help.
Peter Eisentraut wrote:
> 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_LIBRARY_PATH environment variable to include the
> location where libz is installed, e.g.,
>
> LD_LIBRARY_PATH=/usr/local/lib
> export LD_LIBRARY_PATH
>
> ... or whichever method to configure the dynamic linker you prefer. I'll
> update FAQ_Solaris about this.
>
> --
> Peter Eisentraut peter_e(at)gmx(dot)net http://yi.org/peter-e/
| Attachment | Content-Type | Size |
|---|---|---|
| ahmed.moustafa.vcf | text/x-vcard | 186 bytes |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Feite Brekeveld | 2001-04-04 21:56:22 | how to do a select distinct within pgplsql |
| Previous Message | Tom Lane | 2001-04-04 20:20:33 | Re: Re: php Compile question |