php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #9436 SUN_LEN and hstrerror undefined
Submitted: 2001-02-24 11:09 UTC Modified: 2001-06-01 16:07 UTC
From: lex at beep dot ru Assigned:
Status: Closed Package: Sockets related
PHP Version: 4.0.4pl1 OS: HP-UX 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: lex at beep dot ru
New email:
PHP Version: OS:

 

 [2001-02-24 11:09 UTC] lex at beep dot ru
Apache with PHP module does not start with following error:

root@car:/lhome/lex/src/php-4.0.4pl1> /opt/apache/bin/apachectl start
/usr/lib/dld.sl: Unresolved symbol: SUN_LEN (code)  from /opt/apache/libexec/libphp4.sl
/usr/lib/dld.sl: Unresolved symbol: hstrerror (code)  from /opt/apache/libexec/libphp4.sl
Syntax error on line 238 of /opt/apache/conf/httpd.conf:
Cannot load /opt/apache/libexec/libphp4.sl into server: No such file or directory
/opt/apache/bin/apachectl start: httpd could not be started


PHP was compiled with following parameters:
CFLAGS="-O2" LDFLAGS="-lcl -lpthread" ./configure --with-apxs=/opt/apache/bin/apxs --with-config-file-path=/opt/php/conf --with-exec-dir=/opt/apache/cgi-bin --enable-calendar --with-zlib-dir=/opt/zlib --enable-ftp --enable-gd-imgstrttf --with-gd=/opt/gd --with-jpeg-dir=/opt/jpeg-6 --with-xpm-dir=/opt/xpm --with-ttf=/opt/freetype --with-oci8=/d/db01/app/oracle/product/8.0.6 --with-zlib-dir=/opt/zlib --enable-sockets --enable-sysvsem --enable-sysvshm --enable-yp --with-zlib=/opt/zlib --enable-inline-optimization --enable-memory-limit --prefix=/opt/php --with-png-dir=/opt/libpng --with-gettext=/opt/gettext --without-mysql

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-05-06 12:14 UTC] sniper@php.net
Does this happen with the latest CVS? 
Try a snapshot from http://snaps.php.net/

--Jani
 [2001-06-01 16:07 UTC] sniper@php.net
No feedback.

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