php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #15605 Path problem with the pound sign.
Submitted: 2002-02-18 16:10 UTC Modified: 2002-02-20 21:12 UTC
Votes:1
Avg. Score:1.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:0 (0.0%)
Same OS:0 (0.0%)
From: oliviera at digidyne dot ca Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.1.1 OS: Solaris 2.7
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: oliviera at digidyne dot ca
New email:
PHP Version: OS:

 

 [2002-02-18 16:10 UTC] oliviera at digidyne dot ca
Installed PHP with the following configuration ->
./configure --prefix=/soft/freeware:php --localstatedir=/var/php 
--with-apxs=/soft/freeware:apache#1.3.23/bin/apxs

The 'configure' works fine.
The 'make' works fine.
The 'make install' returns a bug saying that /soft/freeware:apache is not executable

I've recompiled it with ->
./configure --prefix=/soft/freeware:php --localstatedir=/var/php 
--with-apxs=/soft/apache/bin/apxs
(where apache is a symbolic link to freeware:apache#1.3.23)

Everything works fine.  



Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-02-20 21:12 UTC] elixer@php.net
This bug has been fixed in CVS.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Sep 11 23:01:28 2024 UTC