php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #23900 permission denied on make install
Submitted: 2003-05-30 09:38 UTC Modified: 2003-05-30 09:48 UTC
From: david at davidsaccess dot com Assigned:
Status: Not a bug Package: Compile Failure
PHP Version: 4.3.2 OS: freebsd
Private report: No CVE-ID: None
View Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
If you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: david at davidsaccess dot com
New email:
PHP Version: OS:

 

 [2003-05-30 09:38 UTC] david at davidsaccess dot com
Hi, 

i am on a shared vserver running freebsd, & i'm trying to upgrade from php 4.0.6 to 4.3.2. 

I am using the configure from my phpinfo, which is: 
'./configure' '--with-apxs=/usr/local/www/bin/apxs' '--with-config-file-path=/usr/local/www/etc' '--enable-versioning' '--with-system-regex' '--disable-debug' '--enable-track-vars' '--without-gd' '--without-mysql' '--with-zlib' '--with-imap=/usr/local' '--with-mysql=/usr/local' '--prefix=/usr/local/www' 'i386--freebsd4.4' 

I am in as su 

make runs no problems 

When i do make install, i get: 

Installing PHP CLI binary: /usr/local/www/bin/ 
\Installing PHP CLI man page: /usr/local/www/man/man1/ 
Installing PHP SAPI module 
[activating module `php4' in /usr/local/www/conf/httpd.conf] 
cp libs/libphp4.so /usr/local/www/libexec/libphp4.so 
cp: /usr/local/www/libexec/libphp4.so: Permission denied 
apxs:Break: Command failed with rc=1 
*** Error code 1 

Stop in /usr/home/usr111074219/php-4.3.2. 


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-05-30 09:48 UTC] iliaa@php.net
Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions. 

Thank you for your interest in PHP.

Make sure you are running as root and the files are not chattered away.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Thu Jul 17 10:01:30 2025 UTC