php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #65059 Unable to Install PHP in linux
Submitted: 2013-06-19 08:02 UTC Modified: 2013-06-19 10:32 UTC
From: lakshmipriya dot maski at tcs dot com Assigned:
Status: Not a bug Package: *General Issues
PHP Version: 5.4.16 OS: Linux suse
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: lakshmipriya dot maski at tcs dot com
New email:
PHP Version: OS:

 

 [2013-06-19 08:02 UTC] lakshmipriya dot maski at tcs dot com
Description:
------------
Hi , 

I am trying to istall php in my linux server and I have configured php-5.4.16  with this below cmd 

./configure --prefix=/opt/Programs/PHP/ --with--apax2=/opt/Programs/apache-2.4.4/bin/apax --with-libxml-dir=/var/tmp/libxml2-2.7.2 --without-pear --disable-dom --without-sqlite --without-pdo-sqlite

Make was success
Make test was success

but Make install gave me the below output, there is no error msg stateted here , can you please let me know what to be make this installation successful  and also can you provied the success log to fallow ? 

make install
Installing PHP CLI binary:        /opt/Programs/PHP//bin/
Installing PHP CLI man page:      /opt/Programs/PHP//php/man/man1/
Installing PHP CGI binary:        /opt/Programs/PHP//bin/
Installing build environment:     /opt/Programs/PHP//lib/php/build/
Installing header files:          /opt/Programs/PHP//include/php/
Installing helper programs:       /opt/Programs/PHP//bin/
  program: phpize
  program: php-config
Installing man pages:             /opt/Programs/PHP//php/man/man1/
  page: phpize.1
  page: php-config.1
/var/tmp/ConfigTools/php-5.4.16/build/shtool install -c ext/phar/phar.phar /opt/Programs/PHP//bin
ln -s -f /opt/Programs/PHP//bin/phar.phar /opt/Programs/PHP//bin/phar
Installing PDO headers:          /opt/Programs/PHP//include/php/ext/pdo/

Thanks in advance



Test script:
---------------
NA


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2013-06-19 10:32 UTC] ab@php.net
-Status: Open +Status: Not a bug
 [2013-06-19 10:32 UTC] ab@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.  Due to the volume
of reports we can not explain in detail here why your report is not
a bug.  The support channels will be able to provide an explanation
for you.

Thank you for your interest in PHP.

You've installed into the defined prefix, find the binaries in the bin dir there.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed Apr 23 18:01:28 2025 UTC