php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #13120 /usr/lib/dld.sl: Unresolved symbol: libiconv (code)
Submitted: 2001-09-04 03:04 UTC Modified: 2001-09-05 02:55 UTC
From: matteo dot redaelli at pirelli dot com Assigned:
Status: Closed Package: Reproducible crash
PHP Version: 4.0.6 OS: HP-11
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: matteo dot redaelli at pirelli dot com
New email:
PHP Version: OS:

 

 [2001-09-04 03:04 UTC] matteo dot redaelli at pirelli dot com
I can't start apache (1.3.20) with php compiled as module:

bonnie.root./ $ /www/bin/apachectl start
/usr/lib/dld.sl: Unresolved symbol: libiconv (code)  from /opt/gettext/lib/libintl.sl
/usr/lib/dld.sl: Unresolved symbol: libiconv_open (code)  from /opt/gettext/lib/libintl.sl
/usr/lib/dld.sl: Unresolved symbol: libiconv_close (code)  from /opt/gettext/lib/libintl.sl
Syntax error on line 205 of /apps/WEB/apache/conf/httpd.conf:
Cannot load /apps/WEB/apache/libexec/libphp4.sl into server: No such file or directory
/www/bin/apachectl start: httpd could not be started
--------------------------------------------------------

My configure options are:
CC="cc-Ae" CXX="aCC"./configure --prefix=/apps/WEB/php --with-apxs=/apps/WEB/apache/bin/apxs --with-gd=/opt/g
d --with-zlib-dir=/opt/zlib --without-mysql --with-xpm-dir=/opt/xpm --with-png-dir=/opt/libpng  --with-ttf=/o
pt/freetype --enable-gd-native-ttf --with-jpeg-dir=/opt/jpeg-6  --with-gettext=/opt/gettext
-----------------------------------------------------

I have installed in /opt the following sw&libs:
binutils-2.11.2-sd-11.00.depot
bison-1.28-sd-11.00.depot
flex++-3.0.3-sd-11.00.depot
freetype-1.3.1-sd-11.00.depot
freetype-2.0.4-sd-11.00.depot
gcc-3.0.1-sd-11.00.depot
gd-1.8.4-sd-11.00.depot
gettext-0.10.38-sd-11.00.depot
jpeg-6b-sd-11.00.depot
libiconv-1.6.1-sd-11.00.depot
libpng-1.0.11-sd-11.00.depot
make-3.79.1-sd-11.00.depot
perl-5.6.1-sd-11.00.depot
xpm-3.4k-sd-11.00.depot
zlib-1.1.3-sd-11.00.depot


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-09-04 18:09 UTC] sniper@php.net
Does this happen with latest CVS snapshot? 
Does this happen without --with-gettext ?

--Jani


 [2001-09-05 02:50 UTC] matteo dot redaelli at pirelli dot com
You can close the problem: now it's works with your new "configure" file and the option --with-iconv.

Thanks.
Matteo
 [2001-09-05 02:55 UTC] derick@php.net
User reports it is fixed.

Derick
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed May 07 19:01:32 2025 UTC