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
 [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

Add a Pull Request

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: Sun Aug 18 19:01:28 2024 UTC