Re: Postgres 7.1RC1 on Solaris 7

Поиск
Список
Период
Сортировка
От David George
Тема Re: Postgres 7.1RC1 on Solaris 7
Дата
Msg-id 3ACB99B8.6A07E7D7@onyxsoft.com
обсуждение исходный текст
Ответ на Re: Postgres 7.1RC1 on Solaris 7  (Peter Eisentraut <peter_e@gmx.net>)
Ответы Re: Postgres 7.1RC1 on Solaris 7
Список 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


В списке pgsql-general по дате отправления:

Предыдущее
От: Ahmed Moustafa
Дата:
Сообщение: Re: Postgres 7.1RC1 on Solaris 7
Следующее
От: Phuong Ma
Дата:
Сообщение: performance inconsistency