php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #18388 apache fails to start: libphp4.so: undefined symbol: zm_startup_url_scanner_ex
Submitted: 2002-07-17 04:40 UTC Modified: 2002-07-17 11:14 UTC
From: tobimarq at gmx dot de Assigned:
Status: Not a bug Package: *Compile Issues
PHP Version: 4.2.1 OS: Linux (Suse 8.0)
Private report: No CVE-ID: None
 [2002-07-17 04:40 UTC] tobimarq at gmx dot de
Apache 1.3.23 (with mod_ssl, mod_backhand), running perfectly without loading the php-module.

message on ./httpd start:
Cannot load /usr/local/apache/libexec/libphp4.so into server: /usr/local/apache/libexec/libphp4.so: undefined symbol: zm_startup_url_scanner_ex

php config-line:
../configure '--with-zlib=yes' '--enable-sigchild' '--enable-mbstring' '--enable-trans-sid' '--disable-url-fopen-wrapper' '--enable-safe-mode' '--with-mod-charset' '--with-dom' '--with-xml' '--enable-inline-optimization' '--enable-yp' '--enable-track-vars' '--enable-bcmath' '--enable-force-cgi-redirect' '--enable-discard-path' '--enable-sablot-errors-descriptive' '--with-imap' '--with-imap-ssl' '--with-cpdflib' '--with-xslt-sablot' '--enable-xslt' '--with-iconv' '--with-sybase=/usr/lib' '--with-apxs=/usr/local/apache/bin/apxs' '-v' '--enable-debug' '--with-sablot-js' '--with-curl'

I have another machine with equal config and software-packages - but other hardware - running perfectly.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-07-17 07:54 UTC] tobimarq at gmx dot de
Solution:
check ext/standard in php source-dir.
is there a file url_scanner_ex.c?
I found url_scanner_ex.c, size 0 bytes and url_scanner_ex.c.orig > 0 bytes
did a
mv url_scanner_ex.c.orig url_scanner_ex.c

configure and make. 
Fixed.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 16:01:29 2024 UTC