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
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: bking at affcu dot com
New email:
PHP Version: OS:

 

 [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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Wed May 07 11:01:29 2025 UTC