dlfcn.h?

From: Jorge A Zarate Perez <zaratepj(at)itonet2(dot)itox(dot)mx>
To: pgsql-ports(at)postgresql(dot)org
Subject: dlfcn.h?
Date: 1999-02-23 06:24:30
Message-ID: 36D2499D.3B80B984@itonet2.itox.mx
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-ports

Hi... I try to compile postgresql-6.4.2 in my Linux Slackware 3.2 but
when the compile try to do it says (in the log file make.log)

.......
make[2]: Entering directory `/postgresql-6.4.2/src/backend/port'
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 `/postgresql-6.4.2/src/backend/port'
make[1]: *** [port.dir] Error 2
make[1]: Leaving directory `/postgresql-6.4.2/src/backend'
make: *** [all] Error 2

I try to find dlfcn.h in my system but it doesn't have....

It's someting wrong....

thanks for advanced

Browse pgsql-ports by date

  From Date Subject
Next Message Syed Ali 1999-02-23 16:43:43 Postgresql is not compiling
Previous Message Thomas G. Lockhart 1999-02-23 03:02:40 Re: [PORTS] Port Bug Report: Problem in the src release 6.4.2 - runtime core dump