php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #13178 make install fails on cobalt RAQIII.
Submitted: 2001-09-06 12:05 UTC Modified: 2002-04-10 18:44 UTC
From: bking at affcu dot com Assigned:
Status: Closed Package: Apache related
PHP Version: 4.0.6 OS: Linux www.affcu.com 2.2.16C27_II
Private report: No CVE-ID: None
 [2001-09-06 12:05 UTC] bking at affcu dot com
hello,
It may be the version of APXS that I am using, but it didn't like the 'apxs -S' flag that make install used. I fixed it by editing the config_vars.mk file and changing this line:
INSTALL_IT = $(mkinstalldirs) "$(INSTALL_ROOT)/usr/lib/apache" && /usr/sbin/apxs -S LIBEXECDIR="$(INSTALL_ROOT)/usr/lib/apache" -i -a -n php4 l
ibs/libphp4.so
 to be apxs -S and the install worked. 
I hope that this info helps other people trying to upgrade their version of php on RAQs.

Brian King

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-11-03 22:19 UTC] sniper@php.net
Duplicate of: #11647

 [2002-04-10 18:44 UTC] sniper@php.net
This was fixed in 4.1.0. Forgot to close..

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 16:01:29 2024 UTC