ID: 26321
Updated by: [EMAIL PROTECTED]
Reported By: grayw at mail dot montclair dot edu
-Status: Open
+Status: Feedback
Bug Type: Compile Failure
Operating System: Mac OS X 10.3.1
PHP Version: 5CVS-2003-12-1
New Comment:
Does adding --disable-mbstring into configure line make this work?
Previous Comments:
------------------------------------------------------------------------
[2003-12-15 10:29:02] grayw at mail dot montclair dot edu
I have the time to put more work into this bug, so if there's anything
I can do (I understand how busy the bugs people are!), please let me
know. I'll give it another whack with the latest CVS snapshot.
Bill
------------------------------------------------------------------------
[2003-12-02 10:19:10] grayw at mail dot montclair dot edu
Well, I didn't get past the configure --without-pcre-
regex:
[OUTPUT]
Configuring PEAR
checking whether to install PEAR... yes
configure: error:
PEAR requires PCRE to be enabled.
Add --with-pcre-regex to the configure line.
[/OUTPUT]
Trying configure --without-pcre-regex and --without-
pear... well it seems the make bonked again (this seems
to happen right when the final libphp5.so is being
built):
ld: ext/openssl/openssl.o illegal reference to symbol:
_SSL_get_privatekey defined in indirectly referenced
dynamic library /usr/lib/libssl.0.9.7.dylib
ld: warning multiple definitions of symbol _regerror
ext/mbstring/oniguruma/regposerr.o definition of
_regerror in section (__TEXT,__text)
/Library/Apache2/bin/httpd definition of _regerror
ld: warning multiple definitions of symbol _regcomp
/Library/Apache2/bin/httpd definition of _regcomp
/usr/lib/libm.dylib(regcomp.So) definition of _regcomp
ld: warning multiple definitions of symbol _regexec
/Library/Apache2/bin/httpd definition of _regexec
/usr/lib/libm.dylib(regexec.So) definition of _regexec
ld: warning multiple definitions of symbol _regfree
/Library/Apache2/bin/httpd definition of _regfree
/usr/lib/libm.dylib(regfree.So) definition of _regfree
make: *** [libs/libphp5.bundle] Error 1
------------------------------------------------------------------------
[2003-12-02 00:14:22] [EMAIL PROTECTED]
Does the problem go away if you add --without-pcre-regex to your PHP
configure line..? (remember to delete config.cache before reconfigure)
------------------------------------------------------------------------
[2003-12-01 12:51:54] grayw at mail dot montclair dot edu
DOH! sorry about that! Apache configure:
./configure \
--enable-so \
--prefix=/Library/Apache2 \
--enable-cache \
--enable-disk-cache \
--enable-ldap \
--enable-auth-ldap \
--enable-mime-magic \
--enable-expires \
--enable-headers \
--enable-ssl \
--enable-http \
--enable-info \
--enable-cgi \
--enable-vhost-alias \
--enable-rewrite
------------------------------------------------------------------------
[2003-12-01 11:59:57] [EMAIL PROTECTED]
What was the configure line used to configure Apache?
------------------------------------------------------------------------
The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/26321
--
Edit this bug report at http://bugs.php.net/?id=26321&edit=1