php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #4398 compilation error with apxs
Submitted: 2000-05-11 11:13 UTC Modified: 2002-10-01 12:55 UTC
Votes:1
Avg. Score:3.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:1 (100.0%)
From: Jean-Louis dot Jammier at prism dot uvsq dot fr Assigned:
Status: Wont fix Package: Installation problem
PHP Version: 3.0.16 OS: SUN Solaris 2.5.1
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 — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
42 - 1 = ?
Subscribe to this entry?

 
 [2000-05-11 11:13 UTC] Jean-Louis dot Jammier at prism dot uvsq dot fr
I install PHP with "QUICK INSTALL (DSO - Dynamic Shared Object)

$ ./configure --with-mysql --with-apxs=/usr/local/apache/bin/apxs
$ make
........
/usr/local/apache/bin/apxs -c -o libphp3.so  -I. -I.   -Wl,-R'/opt/mysql/lib'
./mod_php3.c libmodphp3-so.a -L/usr/local/lib -L/opt/mysql/lib -lmysqlclient
-lm -ldl -lsocket -lnsl  -lresolv
gcc -DSOLARIS2=251-DUSE_EXPAT -I../lib/expat-lite -DNO_DL_NEEDED
-I/usr/local/apache/include -I. -I.  -c ./mod_php3.c
 -o libphp3.so mod_php3.o libmodphp3-so.a -L/usr/local/lib -L/opt/mysql/lib
-lmysqlclient -lm -ldl -lsocket -lnsl -lresolv -R/opt/mysql/lib
apxs:Break: Command failed with rc=16711680
*** Error code 1
make: Fatal error" command failed for target 'libphp3.so'
$

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-10-01 12:55 UTC] hholzgra@php.net
We are sorry, but can not support PHP 3 related problems anymore.
Momentum is gathering for PHP 5, and we think supporting PHP 3 will
lead to a waste of resources which we want to put into getting PHP 5
ready. Ofcourse PHP 4 will will continue to be supported for the
forseeable future.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 07:01:27 2024 UTC