php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #2394 apxs fail
Submitted: 1999-09-28 04:38 UTC Modified: 1999-10-04 16:42 UTC
From: bago at datasail dot net Assigned: ssb (profile)
Status: Closed Package: Compile Failure
PHP Version: 4.0 Latest CVS (28/09/1999) OS: FreeBSD 3.2
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: bago at datasail dot net
New email:
PHP Version: OS:

 

 [1999-09-28 04:38 UTC] bago at datasail dot net
here is the error building with apxs:
(until yesterday was working)

/usr/local/sbin/apxs -I. -I. -I./libzend -I./TSRM -I./libzend -I./TSRM -I/usr/local/include/apache  -I/usr/local/include -I/usr/local/include/gd -I/usr/local/include/mysql   -I/usr/local/include/apache/xml -c -o libphp4.so -Wl,--version-script=/usr/src/cvs/php4/php.map -R/usr/local/lib -R/usr/local/lib/mysql sapi/apache/mod_php4.c libmodphp4-so.a -L/usr/src/cvs/php4/ext/pcre/pcrelib -lpcre -L/usr/src/cvs/php4/regex -lregex  `/usr/local/bin/bash ./libzend/zend_config --libs` -lcrypt -L/usr/local/lib -lgd -lttf -L/usr/local/lib/mysql -lmysqlclient -Llibzend -lzend -Lext -lphpext -L/usr/src/cvs/php4/ext/pcre/pcrelib -lpcre -L/usr/src/cvs/php4/regex -lregex  `/usr/local/bin/bash ./libzend/zend_config --libs` -lcrypt -L/usr/local/lib -lgd -lttf -L/usr/local/lib/mysql -lmysqlclient -lm 
apxs:Error: Unknown option: R
apxs:Error: Unknown option: /
apxs:Error: Unknown option: u
apxs:Error: Unknown option: s
apxs:Error: Unknown option: r
apxs:Error: Unknown option: /
apxs:Error: Unknown option: R
apxs:Error: Unknown option: /
apxs:Error: Unknown option: u
apxs:Error: Unknown option: s
apxs:Error: Unknown option: r
apxs:Error: Unknown option: /
Usage: apxs -g [-S <var>=<val>] -n <modname>
       apxs -q [-S <var>=<val>] <query> ...
       apxs -c [-S <var>=<val>] [-o <dsofile>] [-D <name>[=<value>]]
               [-I <incdir>] [-L <libdir>] [-l <libname>] [-Wc,<flags>]
               [-Wl,<flags>] <files> ...
       apxs -i [-S <var>=<val>] [-a] [-A] [-n <modname>] <dsofile> ...
       apxs -e [-S <var>=<val>] [-a] [-A] [-n <modname>] <dsofile> ...
*** Error code 1

Stop.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-10-04 16:42 UTC] sas at cvs dot php dot net
Should be fixed by now.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Mon Jul 07 07:01:33 2025 UTC