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
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
38 + 6 = ?
Subscribe to this entry?

 
 [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: Mon Apr 29 14:01:30 2024 UTC