A question about some Linux's libs ( I hope ) !

Started by Paolo P. Lo Giaccoover 27 years ago2 messagesgeneral
Jump to latest
#1Paolo P. Lo Giacco
artex@siasys.it

This is the final part of the installation log file that Make install produce:

gcc -I../../include -I../../backend -O2 -Wall -Wmissing-prototypes -I.. -c
dynloader.c -o dynloader.o
In file included from dynloader.c:24:
../../include/dynloader.h:19: dlfcn.h: No such file or directory
make[2]: *** [dynloader.o] Error 1
make[2]: Leaving directory `/usr/src/pgsql/postgresql-v6.4/src/backend/port'
make[1]: *** [port.dir] Error 2
make[1]: Leaving directory `/usr/src/pgsql/postgresql-v6.4/src/backend'
make: *** [install] Error 2
icaro:/usr/src/pgsql/postgresql-v6.4/src$

I think that my Linux 2.0.35 hasn't the correct version of libs.
May you help me ?

Thanks at all...

#2The Hermit Hacker
scrappy@hub.org
In reply to: Paolo P. Lo Giacco (#1)
Re: [GENERAL] A question about some Linux's libs ( I hope ) !

On Wed, 2 Dec 1998, Paolo P. Lo Giacco wrote:

This is the final part of the installation log file that Make install produce:

gcc -I../../include -I../../backend -O2 -Wall -Wmissing-prototypes -I.. -c
dynloader.c -o dynloader.o
In file included from dynloader.c:24:
../../include/dynloader.h:19: dlfcn.h: No such file or directory
make[2]: *** [dynloader.o] Error 1
make[2]: Leaving directory `/usr/src/pgsql/postgresql-v6.4/src/backend/port'
make[1]: *** [port.dir] Error 2
make[1]: Leaving directory `/usr/src/pgsql/postgresql-v6.4/src/backend'
make: *** [install] Error 2
icaro:/usr/src/pgsql/postgresql-v6.4/src$

I think that my Linux 2.0.35 hasn't the correct version of libs.
May you help me ?

Some versions of linux require you to download the dld libs seperately
from the standard distribution...

Marc G. Fournier
Systems Administrator @ hub.org
primary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.org