Failed install - libgen.so doesn't exist

From: "Poul Jensen" <flyvholm(at)fys(dot)ku(dot)dk>
To: <pgsql-ports(at)postgresql(dot)org>
Subject: Failed install - libgen.so doesn't exist
Date: 2006-01-24 03:35:37
Message-ID: 000601c62097$43f72a20$da1be589@flyvholm
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers 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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2006-01-24 04:15:47 Re: [HACKERS] CIDR/INET improvements
Previous Message Adnan HOTMAIL 2006-01-23 22:07:06 unsubscribe

Browse pgsql-ports by date

  From Date Subject
Next Message Tom Lane 2006-01-30 04:00:39 Re: Failed install - libgen.so doesn't exist
Previous Message Tom Lane 2006-01-19 17:29:35 Re: Postgresql7.4.11 compilation failing on Mac Intels