php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #368 language-parser.y specifies dlfcn.h although ./configure didn't detect it
Submitted: 1998-05-08 17:55 UTC Modified: 1998-05-21 18:22 UTC
From: thierry at skynet dot be Assigned: rasmus (profile)
Status: Closed Package: Compile Failure
PHP Version: 3.0 Release Candidate 4 OS: Linux 2.0.33
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: thierry at skynet dot be
New email:
PHP Version: OS:

 

 [1998-05-08 17:55 UTC] thierry at skynet dot be
spiff:/usr/src/php-3.0RC4# make install
gcc -O2   -I. -I.   -I/usr/local/etc/httpd/src      -I/usr/local/include/mysql      -g -Wall     -c language-parser.tab.c -o language-parser.tab.o
In file included from language-parser.y:51:
parser.h:76: dlfcn.h: No such file or directory
make: *** [language-parser.tab.o] Error 1

output of ./configuration :
checking for netinet/in.h... (cached) yes
checking for dlfcn.h... (cached) no
checking for limits.h... (cached) yes
checking for gdbm.h... (cached) yes

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1998-05-21 18:22 UTC] rasmus
Fixed
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Thu Jul 03 21:01:34 2025 UTC