Mombu the Php Forum sponsored links

Go Back   Mombu the Php Forum > Php > #36842 : Linked with libiconv library , but phpinfo say glibc
User Name
Password
REGISTER NOW! Mark Forums Read

sponsored links


Reply
 
1 26th May 21:51
php-bugs
External User
 
Posts: 1
Default #36842 : Linked with libiconv library , but phpinfo say glibc



From: dima at sweb dot ru
Operating system: Red Hat Linux release 8.0
PHP version: 5.1.2
PHP Bug Type: ICONV related
Bug description: Linked with libiconv library , but phpinfo say glibc

Description:
------------
On the system with installed libiconv library php don't see
iconv() function (Fatal error: Call to undefined function iconv() ) but in
phpinfo say that it's implemented throuh glibc.

Reproduce code:
---------------
Any use of iconv() function gets: Fatal error.


--
Edit bug report at http://bugs.php.net/?id=36842&edit=1
--
Try a CVS snapshot (PHP 4.4): http://bugs.php.net/fix.php?id=36842&r=trysnapshot44
Try a CVS snapshot (PHP 5.1): http://bugs.php.net/fix.php?id=36842&r=trysnapshot51
Try a CVS snapshot (PHP 6.0): http://bugs.php.net/fix.php?id=36842&r=trysnapshot60
Fixed in CVS: http://bugs.php.net/fix.php?id=36842&r=fixedcvs
Fixed in release: http://bugs.php.net/fix.php?id=36842&r=alreadyfixed
Need backtrace: http://bugs.php.net/fix.php?id=36842&r=needtrace
Need Reproduce Script: http://bugs.php.net/fix.php?id=36842&r=needscript
Try newer version: http://bugs.php.net/fix.php?id=36842&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=36842&r=support
Expected behavior: http://bugs.php.net/fix.php?id=36842&r=notwrong
Not enough info: http://bugs.php.net/fix.php?id=36842&r=notenoughinfo
Submitted twice: http://bugs.php.net/fix.php?id=36842&r=submittedtwice
register_globals: http://bugs.php.net/fix.php?id=36842&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=36842&r=php3
Daylight Savings: http://bugs.php.net/fix.php?id=36842&r=dst
IIS Stability: http://bugs.php.net/fix.php?id=36842&r=isapi
Install GNU Sed: http://bugs.php.net/fix.php?id=36842&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=36842&r=float
No Zend Extensions: http://bugs.php.net/fix.php?id=36842&r=nozend
MySQL Configuration Error: http://bugs.php.net/fix.php?id=36842&r=mysqlcfg
  Reply With Quote


  sponsored links


2 26th May 21:51
External User
 
Posts: 1
Default #36842 : Linked with libiconv library , but phpinfo say glibc



ID: 36842
Updated by: tony2001@php.net
Reported By: dima at sweb dot ru
-Status: Open
+Status: Feedback
Bug Type: ICONV related
Operating System: Red Hat Linux release 8.0
PHP Version: 5.1.2
New Comment:

Not enough information was provided for us to be able
to handle this bug. Please re-read the instructions at
http://bugs.php.net/how-to-report.php

If you can provide more information, feel free to add it
to this bug and change the status back to "Open".

Thank you for your interest in PHP.

Previous Comments:
------------------------------------------------------------------------

[2006-03-24 10:48:02] dima at sweb dot ru

Description:
------------
On the system with installed libiconv library php don't see
iconv() function (Fatal error: Call to undefined function iconv() ) but
in phpinfo say that it's implemented throuh glibc.

Reproduce code:
---------------
Any use of iconv() function gets: Fatal error.

------------------------------------------------------------------------


--
Edit this bug report at http://bugs.php.net/?id=36842&edit=1
  Reply With Quote
3 26th May 21:51
php-bugs
External User
 
Posts: 1
Default #36842 : Linked with libiconv library , but phpinfo say glibc


ID: 36842
User updated by: dima at sweb dot ru
Reported By: dima at sweb dot ru
-Status: Feedback
+Status: Open
Bug Type: ICONV related
Operating System: Red Hat Linux release 8.0
PHP Version: 5.1.2
New Comment:

php was compiled with the following options:

../configure \
'--prefix=/opt/php5' \
'--with-mysql=/usr' \
'--with-config-file-path=/etc/opt/php5' \
'--enable-force-cgi-redirect' \
'--disable-debug' \
'--enable-pic' \
'--disable-rpath' \
'--enable-inline-optimization' \
'--with-freetype-dir=/usr/local' \
'--with-png-dir=/usr' \
'--with-gd' \
'--enable-gd-native-ttf' \
'--with-mime-magic' \
'--without-gdbm' \
'--with-gettext' \
'--with-jpeg-dir=/usr' \
'--with-curl' \
'--with-curlwrappers' \
'--enable-ftp' \
'--enable-mbstring' \
'--with-xml' \
'--with-xsl' \
'--with-expat-dir=/usr' \
'--with-dom=shared,/usr' \
'--with-dom-xslt=/usr' \
'--with-dom-exslt=/usr' \
'--with-xmlrpc=shared' \
'--with-pcre-regex' \
'--with-zlib' \
'--enable-bcmath' \
'--enable-magic-quotes' \
'--enable-sockets' \
'--enable-sysvshm' \
'--enable-track-vars' \
'--enable-trans-sid' \
'--with-pgsql=/usr/bin/pg_config' \
'--enable-memory-limit' \
'--with-snmp' \
'--enable-soap' \


Previous Comments:
------------------------------------------------------------------------

[2006-03-24 11:01:19] tony2001@php.net

Not enough information was provided for us to be able
to handle this bug. Please re-read the instructions at
http://bugs.php.net/how-to-report.php

If you can provide more information, feel free to add it
to this bug and change the status back to "Open".

Thank you for your interest in PHP.


------------------------------------------------------------------------

[2006-03-24 10:48:02] dima at sweb dot ru

Description:
------------
On the system with installed libiconv library php don't see
iconv() function (Fatal error: Call to undefined function iconv() ) but
in phpinfo say that it's implemented throuh glibc.

Reproduce code:
---------------
Any use of iconv() function gets: Fatal error.

------------------------------------------------------------------------


--
Edit this bug report at http://bugs.php.net/?id=36842&edit=1
  Reply With Quote
4 26th May 21:51
External User
 
Posts: 1
Default #36842 : Linked with libiconv library , but phpinfo say glibc


ID: 36842
Updated by: tony2001@php.net
Reported By: dima at sweb dot ru
-Status: Open
+Status: Feedback
Bug Type: ICONV related
Operating System: Red Hat Linux release 8.0
PHP Version: 5.1.2
New Comment:

Reconfigure it with just `./configure --with-iconv=/usr` and see if it
helps.


Previous Comments:
------------------------------------------------------------------------

[2006-03-24 11:08:07] dima at sweb dot ru

php was compiled with the following options:

../configure \
'--prefix=/opt/php5' \
'--with-mysql=/usr' \
'--with-config-file-path=/etc/opt/php5' \
'--enable-force-cgi-redirect' \
'--disable-debug' \
'--enable-pic' \
'--disable-rpath' \
'--enable-inline-optimization' \
'--with-freetype-dir=/usr/local' \
'--with-png-dir=/usr' \
'--with-gd' \
'--enable-gd-native-ttf' \
'--with-mime-magic' \
'--without-gdbm' \
'--with-gettext' \
'--with-jpeg-dir=/usr' \
'--with-curl' \
'--with-curlwrappers' \
'--enable-ftp' \
'--enable-mbstring' \
'--with-xml' \
'--with-xsl' \
'--with-expat-dir=/usr' \
'--with-dom=shared,/usr' \
'--with-dom-xslt=/usr' \
'--with-dom-exslt=/usr' \
'--with-xmlrpc=shared' \
'--with-pcre-regex' \
'--with-zlib' \
'--enable-bcmath' \
'--enable-magic-quotes' \
'--enable-sockets' \
'--enable-sysvshm' \
'--enable-track-vars' \
'--enable-trans-sid' \
'--with-pgsql=/usr/bin/pg_config' \
'--enable-memory-limit' \
'--with-snmp' \
'--enable-soap' \

------------------------------------------------------------------------

[2006-03-24 11:01:19] tony2001@php.net

Not enough information was provided for us to be able
to handle this bug. Please re-read the instructions at
http://bugs.php.net/how-to-report.php

If you can provide more information, feel free to add it
to this bug and change the status back to "Open".

Thank you for your interest in PHP.


------------------------------------------------------------------------

[2006-03-24 10:48:02] dima at sweb dot ru

Description:
------------
On the system with installed libiconv library php don't see
iconv() function (Fatal error: Call to undefined function iconv() ) but
in phpinfo say that it's implemented throuh glibc.

Reproduce code:
---------------
Any use of iconv() function gets: Fatal error.

------------------------------------------------------------------------


--
Edit this bug report at http://bugs.php.net/?id=36842&edit=1
  Reply With Quote
5 26th May 21:51
php-bugs
External User
 
Posts: 1
Default #36842 : Linked with libiconv library , but phpinfo say glibc


ID: 36842
User updated by: dima at sweb dot ru
Reported By: dima at sweb dot ru
-Status: Feedback
+Status: Open
Bug Type: ICONV related
Operating System: Red Hat Linux release 8.0
PHP Version: 5.1.2
New Comment:

Helps it or not it's a bug. Because of wrong phpinfo.


Previous Comments:
------------------------------------------------------------------------

[2006-03-24 11:10:46] tony2001@php.net

Reconfigure it with just `./configure --with-iconv=/usr` and see if it
helps.

------------------------------------------------------------------------

[2006-03-24 11:08:07] dima at sweb dot ru

php was compiled with the following options:

../configure \
'--prefix=/opt/php5' \
'--with-mysql=/usr' \
'--with-config-file-path=/etc/opt/php5' \
'--enable-force-cgi-redirect' \
'--disable-debug' \
'--enable-pic' \
'--disable-rpath' \
'--enable-inline-optimization' \
'--with-freetype-dir=/usr/local' \
'--with-png-dir=/usr' \
'--with-gd' \
'--enable-gd-native-ttf' \
'--with-mime-magic' \
'--without-gdbm' \
'--with-gettext' \
'--with-jpeg-dir=/usr' \
'--with-curl' \
'--with-curlwrappers' \
'--enable-ftp' \
'--enable-mbstring' \
'--with-xml' \
'--with-xsl' \
'--with-expat-dir=/usr' \
'--with-dom=shared,/usr' \
'--with-dom-xslt=/usr' \
'--with-dom-exslt=/usr' \
'--with-xmlrpc=shared' \
'--with-pcre-regex' \
'--with-zlib' \
'--enable-bcmath' \
'--enable-magic-quotes' \
'--enable-sockets' \
'--enable-sysvshm' \
'--enable-track-vars' \
'--enable-trans-sid' \
'--with-pgsql=/usr/bin/pg_config' \
'--enable-memory-limit' \
'--with-snmp' \
'--enable-soap' \

------------------------------------------------------------------------

[2006-03-24 11:01:19] tony2001@php.net

Not enough information was provided for us to be able
to handle this bug. Please re-read the instructions at
http://bugs.php.net/how-to-report.php

If you can provide more information, feel free to add it
to this bug and change the status back to "Open".

Thank you for your interest in PHP.


------------------------------------------------------------------------

[2006-03-24 10:48:02] dima at sweb dot ru

Description:
------------
On the system with installed libiconv library php don't see
iconv() function (Fatal error: Call to undefined function iconv() ) but
in phpinfo say that it's implemented throuh glibc.

Reproduce code:
---------------
Any use of iconv() function gets: Fatal error.

------------------------------------------------------------------------


--
Edit this bug report at http://bugs.php.net/?id=36842&edit=1
  Reply With Quote
6 26th May 21:51
External User
 
Posts: 1
Default #36842 : Linked with libiconv library , but phpinfo say glibc


ID: 36842
Updated by: tony2001@php.net
Reported By: dima at sweb dot ru
-Status: Open
+Status: Bogus
Bug Type: ICONV related
Operating System: Red Hat Linux release 8.0
PHP Version: 5.1.2
New Comment:

No bug, but a libraries/headers mess in your system.

Previous Comments:
------------------------------------------------------------------------

[2006-03-24 11:24:15] dima at sweb dot ru

Helps it or not it's a bug. Because of wrong phpinfo.

------------------------------------------------------------------------

[2006-03-24 11:10:46] tony2001@php.net

Reconfigure it with just `./configure --with-iconv=/usr` and see if it
helps.

------------------------------------------------------------------------

[2006-03-24 11:08:07] dima at sweb dot ru

php was compiled with the following options:

../configure \
'--prefix=/opt/php5' \
'--with-mysql=/usr' \
'--with-config-file-path=/etc/opt/php5' \
'--enable-force-cgi-redirect' \
'--disable-debug' \
'--enable-pic' \
'--disable-rpath' \
'--enable-inline-optimization' \
'--with-freetype-dir=/usr/local' \
'--with-png-dir=/usr' \
'--with-gd' \
'--enable-gd-native-ttf' \
'--with-mime-magic' \
'--without-gdbm' \
'--with-gettext' \
'--with-jpeg-dir=/usr' \
'--with-curl' \
'--with-curlwrappers' \
'--enable-ftp' \
'--enable-mbstring' \
'--with-xml' \
'--with-xsl' \
'--with-expat-dir=/usr' \
'--with-dom=shared,/usr' \
'--with-dom-xslt=/usr' \
'--with-dom-exslt=/usr' \
'--with-xmlrpc=shared' \
'--with-pcre-regex' \
'--with-zlib' \
'--enable-bcmath' \
'--enable-magic-quotes' \
'--enable-sockets' \
'--enable-sysvshm' \
'--enable-track-vars' \
'--enable-trans-sid' \
'--with-pgsql=/usr/bin/pg_config' \
'--enable-memory-limit' \
'--with-snmp' \
'--enable-soap' \

------------------------------------------------------------------------

[2006-03-24 11:01:19] tony2001@php.net

Not enough information was provided for us to be able
to handle this bug. Please re-read the instructions at
http://bugs.php.net/how-to-report.php

If you can provide more information, feel free to add it
to this bug and change the status back to "Open".

Thank you for your interest in PHP.


------------------------------------------------------------------------

[2006-03-24 10:48:02] dima at sweb dot ru

Description:
------------
On the system with installed libiconv library php don't see
iconv() function (Fatal error: Call to undefined function iconv() ) but
in phpinfo say that it's implemented throuh glibc.

Reproduce code:
---------------
Any use of iconv() function gets: Fatal error.

------------------------------------------------------------------------


--
Edit this bug report at http://bugs.php.net/?id=36842&edit=1
  Reply With Quote


  sponsored links


Reply


Thread Tools
Display Modes




Copyright © 2006 SmartyDevil.com - Dies Mies Jeschet Boenedoesef Douvema Enitemaus -
666