php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #10249 Duplicate name
Submitted: 2001-04-09 14:58 UTC Modified: 2001-05-27 23:55 UTC
From: mcarthy at bc dot edu Assigned:
Status: Closed Package: Apache related
PHP Version: 4.0.4pl1 OS: SuSE/s390 v7.0
Private report: No CVE-ID: None
 [2001-04-09 14:58 UTC] mcarthy at bc dot edu
Apache v1.3 and php v3 apparently came with SuSE distribution
Apache working

I installed php-4.0.4pl1

./configure --with-apxs=/usr/sbin/apxs \
--enable-versioning \
--with-mysql=/usr/local/mysql \
--enable-track-vars

Build, make, and make install seemed to work fine. Copied php.ini-dist to /etc/httpd

Apache won't start - found these error messages in /var/log/httpd/error_log:

PHP Warning:  Function registration failed - duplicate name - define in Unknown on line 0
PHP Warning:  Function registration failed - duplicate name - defined in Unknown on line 0
PHP Warning:  Function registration failed - duplicate name - each in Unknown on line 0
PHP Warning:  Function registration failed - duplicate name - strlen in Unknown on line 0
PHP Warning:  Function registration failed - duplicate name - strcmp in Unknown on line 0
PHP Warning:  Function registration failed - duplicate name - strcasecmp in Unknown on line 0
PHP Warning:  Function registration failed - duplicate name - error_reporting in Unknown on line 0
PHP Warning:  Function registration failed - duplicate name - leak in Unknown on line 0
PHP Warning:  Function registration failed - duplicate name - function_exists in Unknown on line 0
PHP Warning:  Basic Functions:  Unable to register functions, unable to load in Unknown on line 0

Added include_path = /usr/local/php-4.0.4pl1

Same errors as above

Apache still not working - can you help?

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-04-09 15:00 UTC] mcarthy at bc dot edu
Added php user with UID-510

No change in errormessages - Apache still down
 [2001-05-27 23:55 UTC] sniper@php.net
You need to compile both PHP 3 and PHP 4 with --enable-versioning. 

--Jani

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 15:01:28 2024 UTC