Re: Failed install - libgen.so doesn't exist - Mailing list pgsql-ports

From Poul Jensen
Subject Re: Failed install - libgen.so doesn't exist
Date
Msg-id 43DDAE36.9000907@fys.ku.dk
Whole thread Raw
In response to Re: Failed install - libgen.so doesn't exist  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-ports
>>Would you know what I need to fix to let the installation proceed?
>>
>>
>
>I'd suggest make clean, edit src/Makefile.global to remove -lgen from
>the LIBS macro, and rebuild.
>
>            regards, tom lane
>
>
gmake clean + editing the makefile didn't quite do, but after deleting
the whole installation folder and the /usr/local/pgsql folder (I doubt
this was necessary, but went ahead since I had no data in there) I redid
the normal installation procedure with the one modification you pointed
me to: After running ./configure (but before gmake) I removed -lgen from
the LIBS macro in src/Makefile.global.
Installation completed. Thank you Tom!

Poul Jensen

pgsql-ports by date:

Previous
From: Poul Jensen
Date:
Subject: Re: Failed install - libgen.so doesn't exist
Next
From: Steve Waltner
Date:
Subject: Solaris 9 and PgSQL 8.1.3 - createdb Link Fails