php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #17260 Dynamic Library support not available
Submitted: 2002-05-15 18:05 UTC Modified: 2002-05-23 16:25 UTC
From: lchastel at hotmail dot com Assigned:
Status: Not a bug Package: Apache2 related
PHP Version: 4.2.1 OS: Linux
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: lchastel at hotmail dot com
New email:
PHP Version: OS:

 

 [2002-05-15 18:05 UTC] lchastel at hotmail dot com
The message "Dynamic Library support not available" appears in phpinfo.

My configuration :
Mandrake 8.1 Linux 2.4.8-34.1mdk 
Apache/2.0.36 (Unix) DAV/2 PHP/4.2.1 
autoconf 2.53
automake 1.6.1
libtool 1.4.2
gcc 2.96

To compile PHP I use :
'./configure' '--enable-bcmath=shared' '--enable-calendar=shared' '--enable-dba=shared' '--enable-dio=shared' '--enable-ftp=shared' '--enable-gd-native-ttf=shared' '--enable-mbstring=shared' '--enable-mbregex=shared' '--enable-sockets=shared' '--enable-tockenizer=shared' '--enable-xml=shared' '--enable-xslt=shared' '--with-apxs2=/usr/local/apache2/bin/apxs' '--with-pear' '--with-openssl=shared' '--with-zlib=shared' '--with-bz2=shared' '--with-dom=shared' '--with-dom-xslt=shared' '--with-gd=shared' '--with-jpeg-dir=/usr' '--with-png-dir=/usr' '--with-freetype-dir=/usr' '--with-ttf=/usr' '--with-gettext=shared' '--with-java=/usr/local/java/j2sdk1.4.0' '--with-mysql=shared,/usr' '--with-xslt-sablot=shared,/usr' '--with-iconv=shared,/usr'

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-05-17 08:43 UTC] sniper@php.net
What does config.log have about checking dlopen ?

--Jani

 [2002-05-23 13:53 UTC] lchastel at hotmail dot com
You're right.
In config.log, dlopen test failed. ld try to link with -lsocket. This librairy is a sun one, Linux intregrates this lib in the kernel.

I replace my PHP source directory by a new clean one from the archive.
I try again and this time it works.

Laurent
 [2002-05-23 16:25 UTC] sniper@php.net
So it's not bug.

 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed Apr 30 14:01:29 2025 UTC