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
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
37 + 3 = ?
Subscribe to this entry?

 
 [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

Add a Patch

Pull Requests

Add a Pull Request

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: Thu Mar 28 19:01:29 2024 UTC