php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #301 PHP3 Apache Module won't compile
Submitted: 1998-04-22 10:51 UTC Modified: 1998-05-21 14:38 UTC
From: gte904e at prism dot gatech dot edu Assigned: rasmus (profile)
Status: Closed Package: Compile Failure
PHP Version: 3.0 Release Candidate 4 OS: Linux 2.0.x
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: gte904e at prism dot gatech dot edu
New email:
PHP Version: OS:

 

 [1998-04-22 10:51 UTC] gte904e at prism dot gatech dot edu
ld  -o libphp3.so mod_php3.so-o libmodphp3-so.a -L. -lgdbm 
-lm -ldl -lcrypt -L/usr/local/pgsql/lib -lpq -lm -lcrypt  
-lgdbm  -lm -ldl -lcrypt -L/usr/local/pgsql/lib -lpq   

Causes a *lot* of undefined references. Adding -lphp3 to the
link doesn't help because that lib doesn't exist anywhere.
This only happens with the shared module. Static builds 
fine.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1998-05-21 14:38 UTC] rasmus
I am not able to reproduce this problem.  Have a look at the README.configure
file in the Apache-1.3 distribution for the exact steps on how to build a shared 
module version of PHP3.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Thu Jul 03 21:01:34 2025 UTC