Re: Postgres 7.1RC1 on Solaris 7

From: David George <david(at)onyxsoft(dot)com>
To: Ahmed Moustafa <ahmed(dot)moustafa(at)bigfoot(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Postgres 7.1RC1 on Solaris 7
Date: 2001-04-04 22:01:28
Message-ID: 3ACB99B8.6A07E7D7@onyxsoft.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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 failed: No such file or directory
> Killed
> bash-2.03# ldd conftest
> libz.so => (file not found)

Are you sure you have zlib? Solaris 7 doesn't come with it. Try doing a 'find /
-name libz.a -print'. If it doesn't find anything you will need to download
zlib-1.1.3 from ftp://ftp.freesoftware.com/pub/infozip/zlib/zlib-1.1.3.tar.gz

Hope this helps.

--
David

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Phuong Ma 2001-04-04 22:12:27 performance inconsistency
Previous Message Feite Brekeveld 2001-04-04 21:56:22 how to do a select distinct within pgplsql