php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #4747 Unable to start httpd with PHP
Submitted: 2000-06-01 10:23 UTC Modified: 2000-07-11 09:45 UTC
From: kir at astrive dot ru Assigned:
Status: Closed Package: Installation problem
PHP Version: 4.0 Latest CVS (01/06/2000) OS: Solaris 7 x86
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: kir at astrive dot ru
New email:
PHP Version: OS:

 

 [2000-06-01 10:23 UTC] kir at astrive dot ru
I encounter a problem with installation of  PHP: httpd unable to resolve symbol  lxi42b.
My configuration follows:

Configure line:
./configure  \
--with-gd --with-oracle \
--with-mysql \
--with-config-file-path=/h/home/kir/SOFT/conf \
--with-apxs=/h/home/kir/SOFT/bin/apxs \
--disable-debug \
--enable-magic-quotes=yes \
--enable-memory-limit=yes \
--enable-url-fopen-wrapper=no \
--enable-sysvsem=yes \
--enable-sysvshm=yes  \
--enable-track-vars=yes \
--with-system-regex \
--enable-safe-mode \
--with-gdbm \
--enable-ftp \
--with-mod_charset \
--enable-static

Error:
magnat!kir$ bin/apachectl start
Syntax error on line 174 of /h/home/kir/SOFT/conf/httpd.conf:
Cannot load /h/home/kir/SOFT/libexec/libphp4.so into server: ld.so.1: /h/home/kir/SOFT/bin/httpd: fatal: relocation error: file /h/home/kir/SOFT/libexec/libphp4.so: symbol lxi42b: referenced symbol not found
bin/apachectl start: httpd could not be started

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-07-11 09:45 UTC] stas at cvs dot php dot net
User reports it as fixed
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed Feb 05 08:01:30 2025 UTC