php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #41507 Can not compile
Submitted: 2007-05-26 15:44 UTC Modified: 2007-05-26 16:48 UTC
From: vtzan at citiwave dot net Assigned:
Status: Not a bug Package: Compile Failure
PHP Version: 4.4.7 OS: Linux Centos 4.4 SMP
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: vtzan at citiwave dot net
New email:
PHP Version: OS:

 

 [2007-05-26 15:44 UTC] vtzan at citiwave dot net
Description:
------------
this is my php config:
---------------------
 ./configure --with-apxs=/usr/local/apache/bin/apxs --prefix=/usr/local --with-iconv=/usr

it seems something is wrong with iconv in php source. I use the latest version libiconv-1.11.

/bin/sh /root/php_install/php-4.4.7/libtool --silent --preserve-dup-deps --mode=compile gcc -I"/usr/include" -Iext/iconv/ -I/root/php_install/php-4.4.7/ext/iconv/ -DPHP_ATOM_INC -I/root/php_install/php-4.4.7/include -I/root/php_install/php-4.4.7/main -I/root/php_install/php-4.4.7 -I/root/php_install/php-4.4.7/ext/xml/expat -I/root/php_install/php-4.4.7/TSRM -I/root/php_install/php-4.4.7/Zend    -g -O2  -prefer-non-pic -c /root/php_install/php-4.4.7/ext/iconv/iconv.c -o ext/iconv/iconv.lo 
/root/php_install/php-4.4.7/ext/iconv/iconv.c: In function `zm_startup_miconv':
/root/php_install/php-4.4.7/ext/iconv/iconv.c:124: error: `_libiconv_version' undeclared (first use in this function)
/root/php_install/php-4.4.7/ext/iconv/iconv.c:124: error: (Each undeclared identifier is reported only once
/root/php_install/php-4.4.7/ext/iconv/iconv.c:124: error: for each function it appears in.)
make: *** [ext/iconv/iconv.lo] Error 1
root@golum [~/php_install/php-4.4.7]# 

thanks for your support.

Bill




Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-05-26 16:48 UTC] johannes@php.net
Please do not submit the same bug more than once. An existing
bug report already describes this very problem. Even if you feel
that your issue is somewhat different, the resolution is likely
to be the same. 

Thank you for your interest in PHP.

Please see bug #29362 for the reason and a work-around.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Mon Jul 21 17:00:03 2025 UTC