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
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: 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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Wed May 07 11:01:29 2025 UTC