php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #25675 make php error~
Submitted: 2003-09-26 17:44 UTC Modified: 2003-09-27 07:17 UTC
From: kicela at yahoo dot com dot tw Assigned:
Status: Not a bug Package: Compile Failure
PHP Version: 4.3.3 OS: mandrake9.1
Private report: No CVE-ID: None
View Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
If you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: kicela at yahoo dot com dot tw
New email:
PHP Version: OS:

 

 [2003-09-26 17:44 UTC] kicela at yahoo dot com dot tw
Description:
------------
I use DSO install php4.3.3 module to apache2. but do make happend this message error.I have try to use php4.5.cvs and another editon instlal. but this error still live in my Mandrake linux 9.1. ~thx~

~It's my config~
mysql-3.23.57
apache-2.0.47

./configure --prefix=/usr/local/php --with-apx2=/usr/local/apache2/bin/apx --with-mysql=/usr/local/mysql --with-zlib




Reproduce code:
---------------
"ERROR MESSAGE"

/home/germ/php4cvs/ext/standard/filestat.c:575: undefined reference to `php_check_open_basedir_ex'
/usr/local/mysql/lib/libmysqlclient.a(my_compress.o)(.text+0xb4): In function `my_compress_alloc':
: undefined reference to `compress'
/usr/local/mysql/lib/libmysqlclient.a(my_compress.o)(.text+0x12a): In function `my_uncompress':
: undefined reference to `uncompress'
collect2: ld returned 1 exit status
make: *** [sapi/cli/php] Error 1



Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-09-27 07:17 UTC] sniper@php.net
Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions. 

Thank you for your interest in PHP.

Works fine when you use correct configure line and
clean sources.

 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Sun Nov 30 18:00:01 2025 UTC