php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #7748 error message on boot
Submitted: 2000-11-10 10:56 UTC Modified: 2000-11-20 18:43 UTC
From: sjakob at mail dot tele dot dk Assigned:
Status: Closed Package: Apache related
PHP Version: 4.0.3pl1 OS: linux 6.4
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: sjakob at mail dot tele dot dk
New email:
PHP Version: OS:

 

 [2000-11-10 10:56 UTC] sjakob at mail dot tele dot dk
I made it so far that I installed php.4.0.3pl1

There where no error messages with ./configure , make and make install

(./configure --with-apxs --with-mysql=/usr/src/mysql-3.23.27-beta-pc-linux-gnu-i686)

Before this I installed mysql in the /usr/src directory and it seems to work fine, I made some tables for testing.

Now, when I reboorted the computer apache failed. The apache error_log showed this:

Function registration failed - dublicate name - defined in Unknown

-each in Unkown on line 0
-strlen in Unknown on line 0
-strcmp in Unknown on line 0
-strcasecmp in Unknown on line 0
-error_reporting in on line 0
-leak in Unknown on line 0
-define in Unknown on line 0

PHP Warning: Basic Functions: Unable to register functions, unable to load in Unknown line 0


Hopefully you can help

Regards

Steen

Denmark

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-11-20 12:18 UTC] sniper@php.net
Are you trying to run both PHP 3 and PHP 4 on same server?
IF so, you must configure both with --enable-versioning

--Jani
 [2000-11-20 18:43 UTC] sniper@php.net
User reported problem solved. (by removing php3 statements from httpd.conf)

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