php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #9713 Compiled Fault
Submitted: 2001-03-12 17:04 UTC Modified: 2001-06-03 22:05 UTC
From: andregildemeister at gmx dot de Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.0.4pl1 OS: Linux Suse 7.0
Private report: No CVE-ID: None
View Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
If you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: andregildemeister at gmx dot de
New email:
PHP Version: OS:

 

 [2001-03-12 17:04 UTC] andregildemeister at gmx dot de
Hello,

I compiled php 4.0.4pl1 with apache (dynamic shared object).
I used the following configure command:

./configure 
--with-mysql=/usr/ --with-pgsql=/usr/local/pgsql
--with-apxs=/usr/local/apache/bin/apxs
--enable-sysvshm=yes
--enable-sysvsem=yes
--enable-track-vars=yes
--enable-url-includes=yes
--enable-ftp
--with-regex
--with-jpeg-dir=/usr/local/
--with-zlib
--with-gd=/usr/local/
--with-mcrypt=/usr/
--enable-versioning
--with-config-file-path=/etc/
--with-ldap=/usr/local/ldap

After I finished compiling, i start the apache daemon an got the following fault:

Syntax error on line 207 of /usr/local/apache/conf/httpd.conf cannot load
/usr/local/apache/libexec/libphp4.so into server:
/usr/local/apache/libexec/libphp4.so: undefined symbol: 
undefined symbol: php_regcomp,

The configure order is perfect, the fault lay in the following instruction:
--with-regex





Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-06-03 22:05 UTC] sniper@php.net
This is fixed in CVS now. You should be using the type
for --with-regex or just leave the option out entirely
in which case it will default to 'php'.

--Jani

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Nov 08 12:01:29 2024 UTC