php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #1176 apache 1.3.4 doesnt compile with php3+mysql
Submitted: 1999-02-22 07:12 UTC Modified: 1999-07-26 11:44 UTC
From: mvidet at orda-m dot fr Assigned:
Status: Closed Package: Installation problem
PHP Version: 3.0.6 OS: FreeBSD
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: mvidet at orda-m dot fr
New email:
PHP Version: OS:

 

 [1999-02-22 07:12 UTC] mvidet at orda-m dot fr
if i make the installation of the module php3 whithout specifying mysql, it works,

here is the problem when I try to do the "make" in apache src:
#here the command line in apache
./configure --prefix=/<path>/apache --activatemodule=src/modules/php3/libphp3.a
#then: 
make
#the error:
gcc  -funsigned-char -DUSE_HSREGEX `./apaci`     -o httpd buildmark.o modules.ot
net.o: Undefined symbol `___sstderr' referenced from text segment
my_init.o: Undefined symbol `___sstderr' referenced from text segment
my_init.o: Undefined symbol `___sstderr' referenced from text segment
my_messnc.o: Undefined symbol `___sstdout' referenced from text segment
my_messnc.o: Undefined symbol `___sstderr' referenced from text segment
my_messnc.o: Undefined symbol `___sstderr' referenced from text segment
my_messnc.o: Undefined symbol `___sstderr' referenced from text segment
my_messnc.o: Undefined symbol `___sstderr' referenced from text segment
my_messnc.o: Undefined symbol `___sstderr' referenced from text segment
my_messnc.o: Undefined symbol `___sstderr' referenced from text segment
getopt.o: More undefined symbol ___sstderr refs follow
*** Error code 1

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-07-26 11:44 UTC] rasmus at cvs dot php dot net
No response here - closing
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Oct 09 11:01:27 2024 UTC