ID: 42547
User updated by: dawidpachla at gmail dot com
Reported By: dawidpachla at gmail dot com
-Status: Feedback
+Status: Open
Bug Type: Compile Failure
Operating System: CentOS 5 with DirectAdmin
PHP Version: 5.2.4
New Comment:
grep: main/php_config.h: No such file or directory
Previous Comments:
------------------------------------------------------------------------
[2007-09-19 13:28:12] [EMAIL PROTECTED]
What does this output:
# grep ICONV main/php_config.h
------------------------------------------------------------------------
[2007-09-18 15:12:14] dawidpachla at gmail dot com
still the same error :/
/usr/local/directadmin/customapache/php-5.2.4/ext/iconv/iconv.c:1242:
undefined reference to `libiconv'
ext/iconv/iconv.o:/usr/local/directadmin/customapache/php-5.2.4/ext/iconv/iconv.c:1286:
more undefined references to `libiconv' follow
ext/iconv/iconv.o: In function `php_iconv_stream_filter_ctor':
/usr/local/directadmin/customapache/php-5.2.4/ext/iconv/iconv.c:2426:
undefined reference to `libiconv_open'
collect2: ld returned 1 exit status
make: *** [sapi/cgi/php-cgi] Error 1
------------------------------------------------------------------------
[2007-09-18 12:33:45] [EMAIL PROTECTED]
Of course you should do "make clean", I forgot to mention that:
# rm config.cache && ./configure && make clean && make
------------------------------------------------------------------------
[2007-09-13 16:07:13] dawidpachla at gmail dot com
When I changed all /usr/local/lib to /usr/local I had the same error as
before, when I used rm config.cache && ./configure && make I got the
following error:
/usr/local/directadmin/customapache/php-5.2.4/main/rfc1867.c:1185:
undefined reference to `php_mb_gpc_encoding_converter'
main/.libs/output.o: In function `php_ob_init_named':
/usr/local/directadmin/customapache/php-5.2.4/main/output.c:438:
undefined reference to `php_ob_gzhandler_check'
collect2: ld returned 1 exit status
make: *** [sapi/cgi/php-cgi] Error 1
------------------------------------------------------------------------
[2007-09-13 10:21:18] [EMAIL PROTECTED]
I meant EVERY option in PHP configure, not just the one.
Anyway, try this short version instead:
# rm config.cache && ./configure && make
------------------------------------------------------------------------
The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/42547
--
Edit this bug report at http://bugs.php.net/?id=42547&edit=1