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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Mon Apr 29 07:01:30 2024 UTC