php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #3909 configure tells me my
Submitted: 2000-03-23 12:27 UTC Modified: 2000-08-20 23:43 UTC
From: ross at infomaniak dot ch Assigned:
Status: Closed Package: Installation problem
PHP Version: 3.0.15 OS: SuSE 6.2
Private report: No CVE-ID: None
 [2000-03-23 12:27 UTC] ross at infomaniak dot ch
I'mmm trying to install php4.0b4p11 on a working apache 1.3.12 system but I always get an error msg :

./configure --with-apxs=/usr/local/httpd/bin/apxs 
....
WARNING: Your /usr/local/httpd/bin/apxs script is most likely broken.

the FAQ doesn't help me as my apxs script doesn't include errors like in the faq.

I've tried to make it anyways but it doesn't find all the apache include files, but they're on my disk.... ( I just installed apache from the sources)

help!!!

St?phane

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-04-01 23:31 UTC] sas at cvs dot php dot net
Please append the head of the apxs script to this bug report (where the variable setting is). 
 [2000-04-02 13:36 UTC] ross at infomaniak dot ch
my $CFG_TARGET        = q(httpd);            # substituted via Makefile.tmpl 
my $CFG_CC            = q(gcc);                # substituted via Makefile.tmpl
my $CFG_CFLAGS        = q( -DLINUX=2 -DUSE_HSREGEX -DUSE_EXPAT -I../lib/expat-lite -DNO_DL_NEEDED `../apaci`);            # substituted via Makefile.tmpl
my $CFG_CFLAGS_SHLIB  = q();      # substituted via Makefile.tmpl
my $CFG_LD_SHLIB      = q();          # substituted via Makefile.tmpl
my $CFG_LDFLAGS_SHLIB = q(); # substituted via Makefile.tmpl 
my $CFG_LIBS_SHLIB    = q();        # substituted via Makefile.tmpl 
my $CFG_PREFIX        = q(/usr/local/httpd);            # substituted via APACI install
my $CFG_SBINDIR       = q(/usr/local/httpd/bin);           # substituted via APACI install
my $CFG_INCLUDEDIR    = q(/usr/local/httpd/include);        # substituted via APACI install
my $CFG_LIBEXECDIR    = q(/usr/local/httpd/libexec);        # substituted via APACI install
my $CFG_SYSCONFDIR    = q(/usr/local/httpd/conf);        # substituted via APACI install

 [2000-08-20 23:38 UTC] joey@php.net
Sascha:
 Could you please update this one?
 [2000-08-20 23:43 UTC] sas@php.net
LD_SHLIB is empty, so APXS cannot know how to build a shared library (PHP 3 uses APXS to build a shared library). 

=> APXS is broken. Reinstalling Apache from source will fix that.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed May 01 23:01:28 2024 UTC