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
 [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

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1998-05-21 18:22 UTC] rasmus
Fixed
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 20:01:28 2024 UTC