php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #7266 /etc/httpd/modules/libphp4.so: undefined symbol: uncompress
Submitted: 2000-10-16 22:38 UTC Modified: 2000-11-29 06:18 UTC
From: aryn at email dot com Assigned:
Status: Closed Package: Apache related
PHP Version: 4.0.2 OS: Redhat 6.2
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: aryn at email dot com
New email:
PHP Version: OS:

 

 [2000-10-16 22:38 UTC] aryn at email dot com
i get this error with versions 4.0.2 and 4.0.3pl1, and i can't seem to figure out why it's doing this. when i try to restart apache, i get:

Starting httpd: Syntax error on line 132 of /etc/httpd/conf/httpd.conf:
Cannot load /etc/httpd/modules/libphp4.so into server: /etc/httpd/modules/libphp4.so: undefined symbol: uncompress
[FAILED]

any help?

version: php4.0.2
OS: redhat6.2
configure line: ./configure --with-mysql=/www/mysql --with-pgsql=/www/pgsql --with-apxs=/usr/sbin/apxs

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-10-17 14:57 UTC] aryn at email dot com
i installed the RPM -- force of php-3.0.15-2.i386.rpm, and it installed fine. then i rebuilt the latest version. (php-4.0.3pl1.tar.gz) with the ./cvsclean and ./buildconf before i build it. then i did a make clean, make, and make install.

now, when starting the server, it starts fine, but will not connect on port 80. the tail of the error.log file gives:

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
 [2000-10-17 20:05 UTC] sniper@php.net
If you want to run both PHP3 and PHP4  you must use --enable-versioning  when you configure both PHP4 and PHP3.

I doubt that the RPM packaged PHP3 has been configured with --enable-versioning.

And about the first problem with that undefined symbol: uncompress..
try adding --with-zlib into the configure line.

--Jani
 [2000-11-29 06:18 UTC] stas@php.net
no feedback
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Dec 22 11:01:30 2024 UTC