Failed install - libgen.so doesn't exist

Поиск
Список
Период
Сортировка
От Poul Jensen
Тема Failed install - libgen.so doesn't exist
Дата
Msg-id 000601c62097$43f72a20$da1be589@flyvholm
обсуждение исходный текст
Ответы Re: Failed install - libgen.so doesn't exist  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-ports

I don’t think this is platform specific, but Fedora Core 2 it is anyway. I was upgrading from v. 8.0 to 8.1.2. Ran the commands

./configure –with-perl

gmake

gmake check

with no apparent problems. Then

su root

gmake install

and it doesn’t get far before this happens:

 

...

gmake -C timezone install

gmake[2]: Entering directory `/home/postgres/postgresql-8.1.2/src/timezone'

gmake -C ../../src/port all

gmake[3]: Entering directory `/home/postgres/postgresql-8.1.2/src/port'

gmake[3]: Nothing to be done for `all'.

gmake[3]: Leaving directory `/home/postgres/postgresql-8.1.2/src/port'

./zic -d /usr/local/pgsql/share/timezone ./data/africa ./data/antarctica ./data/asia ./data/australasia ./data/europe ./data/northamerica ./data/southamerica ./data/pacificnew ./data/etcetera ./data/factory ./data/backward ./data/systemv ./data/solar87 ./data/solar88 ./data/solar89

./zic: error while loading shared libraries: libgen.so: cannot open shared object file: No such file or directory

gmake[2]: *** [install] Error 127

gmake[2]: Leaving directory `/home/postgres/postgresql-8.1.2/src/timezone'

...

 

No file called libgen.so exists on the server. Any suggestions?

 

Poul Jensen

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Postgresql7.4.11 compilation failing on Mac Intels
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Failed install - libgen.so doesn't exist