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
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: Jean-Louis dot Jammier at prism dot uvsq dot fr
New email:
PHP Version: OS:

 

 [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

Pull Requests

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: Sat Dec 21 17:01:58 2024 UTC