Port Bug Report: cannot find dlfcn.h

From: Unprivileged user <nobody>
To: pgsql-ports(at)postgresql(dot)org
Subject: Port Bug Report: cannot find dlfcn.h
Date: 1999-01-08 16:20:27
Message-ID: 199901081620.LAA13275@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-ports


============================================================================
POSTGRESQL BUG REPORT TEMPLATE
============================================================================

Your name : Alberto Marconi
Your email address : amarconi(at)akros(dot)it

Category : install: compile
Severity : serious

Summary: cannot find dlfcn.h

System Configuration
--------------------
Operating System : Linux 2.0.0 ELF

PostgreSQL version : 6.4.2

Compiler used : gcc 2.7.2

Hardware:
---------
Slackware
Linux dns 2.0.0 #3 Fri Jul 10 15:30:24 MET DST 1998 i486
i486 66Mhz (test system) 32 MB RAM

Versions of other tools:
------------------------
gmake 3.74
flex 2.5.4a

--------------------------------------------------------------------------

Problem Description:
--------------------
When I compile, I get the error shown below:

gcc -I../../include -I../../backend -O2 -Wall -Wmissing-prototypes -I.. -c
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-6.4.2/src/backend/port'
make[1]: *** [port.dir] Error 2
make[1]: Leaving directory `/usr/src/pgsql/postgresql-6.4.2/src/backend'
make: *** [all] Error 2

I found some references to this problem in your mailing lists,
but I could not find a solution nor a workaround.
Please help.

--------------------------------------------------------------------------

Test Case:
----------

--------------------------------------------------------------------------

Solution:
---------

--------------------------------------------------------------------------

Browse pgsql-ports by date

  From Date Subject
Next Message Grégoire Welraeds 1999-01-08 21:45:23 installation echo
Previous Message Unprivileged user 1999-01-08 10:09:11 Port Bug Report: pg_dump from 6.3.2 to 6.4.2 trouble