php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #55689 Make install fails looks for libphp5.so in <apache2>/modules, doesn't find.
Submitted: 2011-09-14 04:01 UTC Modified: 2020-11-29 04:22 UTC
Votes:4
Avg. Score:3.5 ± 0.9
Reproduced:2 of 2 (100.0%)
Same Version:1 (50.0%)
Same OS:1 (50.0%)
From: kompella dot kamesh at gmail dot com Assigned: cmb (profile)
Status: No Feedback Package: Apache2 related
PHP Version: 5.3.8 OS: Ubuntu 64 bit
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 this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: kompella dot kamesh at gmail dot com
New email:
PHP Version: OS:

 

 [2011-09-14 04:01 UTC] kompella dot kamesh at gmail dot com
Description:
------------
Machine: Linux 2.6.32-33-generic #72-Ubuntu SMP.

"Make install" looks for libphp5.so under the modules folder in apache 
installation. Specifically, it fails at this step:

chmod 755 /usr/local/apache2/modules/libphp5.so

I tried the same steps with 5.2.17 and verified the problem does not occur. This 
looks like a regression.

In both cases, I ran "make install" with sudo.



Test script:
---------------
1. ./configure --prefix=/usr/local/apache2/php --with-apxs2=/usr/local/apache2/bin/apxs --disable-cgi --with-config-file-path=/usr/local/apache2/php --with-openssl --with-kerberos --with-zlib --with-bz2 --with-curl --enable-dba --with-gd --with-xsl --with-mysql --with-gettext --with-regex=system --with-pgsql=shared --enable-shared=true --enable-dbase --disable-static

2. make
3. sudo make install


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2020-11-16 16:28 UTC] cmb@php.net
-Status: Open +Status: Feedback -Assigned To: +Assigned To: cmb
 [2020-11-16 16:28 UTC] cmb@php.net
Is this still an issue with any of the actively supported PHP
versions[1]?

[1] <https://www.php.net/supported-versions.php>
 [2020-11-29 04:22 UTC] php-bugs at lists dot php dot net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Re-Opened". Thank you.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Apr 24 23:01:34 2024 UTC