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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Wed Apr 24 12:01:29 2024 UTC