OpenCSW Bug Tracker


Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0005030 [php5_iconv] regular use minor have not tried 2012-12-17 09:08 2014-09-08 17:16
Reporter johnyc20 View Status public  
Assigned To bwalton
Priority normal Resolution no change required  
Status closed  
Summary 0005030: The iconv module for php5 is not loaded
Description Hello,

On a Solaris 10 php5 is not loading the iconv shared module.
I sow that in the /opt/csw/php53/lib/php.ini config file the extension_dir directive is pointing to the "/opt/csw/php53/lib/php/extensions/no-debug-non-zts-20090626" directory, but iconv.so provided by CSWphp5-iconv package is installed in "/opt/csw/php5/lib/php/extensions/no-debug-non-zts-20090626" .
I tried to make symlinks from /opt/csw/php5 to /opt/csw/php53, but without any result.

Thanks,
Silviu
Additional Information $ ggrep -ri iconv /opt/csw/php53/lib/php.ini
; Note: You cannot use both "mb_output_handler" with "ob_iconv_handler"
extension=iconv.so
[iconv]
#iconv.input_encoding = ISO-8859-1
#iconv.internal_encoding = ISO-8859-1
#iconv.output_encoding = ISO-8859-1

$ /opt/csw/php5/bin/phpext -q
session_enabled=true
ctype_enabled=false
bz2_enabled=false
curl_enabled=false
fileinfo_enabled=false
gd2_enabled=false
gettext_enabled=false
gmp_enabled=false
intl_enabled=false
imap_enabled=false
interbase_enabled=false
ldap_enabled=false
mbstring_enabled=false
mysql_enabled=true
mysqli_enabled=true
openssl_enabled=false
pdo_firebird_enabled=false
pdo_mssql_enabled=false
pdo_mysql_enabled=false
pdo_oci_enabled=false
pdo_odbc_enabled=false
pdo_pgsql_enabled=false
pdo_sqlite_enabled=false
pgsql_enabled=false
pspell_enabled=false
shmop_enabled=false
snmp_enabled=false
soap_enabled=false
sockets_enabled=false
sqlite_enabled=false
sqlite3_enabled=false
sybase_ct_enabled=false
tidy_enabled=false
xmlrpc_enabled=false
xsl_enabled=false
zip_enabled=false

$ ldd /opt/csw/php5/lib/php/extensions/no-debug-non-zts-20090626/iconv.so
        libCstd.so.1 => /usr/lib/libCstd.so.1
        libz.so.1 => /opt/csw/lib/libz.so.1
        libiconv.so.2 => /opt/csw/lib/libiconv.so.2
        libc.so.1 => /lib/libc.so.1
        libCrun.so.1 => /usr/lib/libCrun.so.1
        /usr/lib/cpu/sparcv8plus/libCstd_isa.so.1
        libm.so.2 => /lib/libm.so.2
        /platform/SUNW,Ultra-250/lib/libc_psr.so.1
Tags No tags attached.
Attached Files

- Relationships

-  Notes
(0010259)
bwalton (administrator)
2013-01-06 10:28

Hello,

The extension dir should be /opt/csw/php5/lib/..., not php53. Are there any files under the invalid path?

Thanks
-Ben


Copyright © 2000 - 2008 Mantis Group
Powered by Mantis Bugtracker