php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #10768 undefined symbol: output_globals
Submitted: 2001-05-09 18:33 UTC Modified: 2001-05-09 18:43 UTC
From: jacobc at chiefarch dot com Assigned:
Status: Not a bug Package: Dynamic loading
PHP Version: 4.0.5 OS: Debian 2.2r2 on Alpha platform
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: jacobc at chiefarch dot com
New email:
PHP Version: OS:

 

 [2001-05-09 18:33 UTC] jacobc at chiefarch dot com
[output]
Syntax error on line 208 of /usr/local/apache/conf/httpd.conf:
Cannot load /usr/local/apache/libexec/libphp4.so into server: /usr/local/apache/libexec/libphp4.so: undefined symbol: output_globals
../bin/apachectl start: httpd could not be started
[/output]

The compile directive was:

./configure --with-apxs=/usr/local/apache/bin/apxs --with-expat=/usr/local/lib --with-sablot=/usr/local/lib --with-openssl=/usr/local/ssl --with-mysql

This is Apache 1.3.19 (latest stable)

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-05-09 18:43 UTC] sniper@php.net
Please try this cmd: './configure --help'.

You should be using the INSTALL paths of the external
resources. i.e. --with-sablot=/usr/local

--Jani

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 07:01:27 2024 UTC