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
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: mcarthy at bc dot edu
New email:
PHP Version: OS:

 

 [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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Wed Feb 05 06:01:32 2025 UTC