php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #23006 No libphp4.so produced
Submitted: 2003-04-01 13:25 UTC Modified: 2003-04-07 18:43 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:0 of 0 (0.0%)
From: sama at inf dot ufsc dot br Assigned:
Status: No Feedback Package: Apache2 related
PHP Version: 4CVS-2003-04-01 (stable) OS: OpenBSD 3.2
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2003-04-01 13:25 UTC] sama at inf dot ufsc dot br
Hi,

   I got the php4-STABLE-latest.tar.gz and use the following options on ./configure: 

--with-mysql --with-apxs2=/usr/local/apache2/bin/apxs ?with-gettext --with-xml --with-mcrypt --with-imap  --with-imap-ssl  --enable-sysvsem --enable-sysvshm --with-zlib --with-gmp  --with-openssl --with-mhash

    After using the 'make' finish I use make install in order to install the php dynamic module on a Apache 2.0.44 but, unfortunately the libphp4.so isn't generated. I've seen the lists sugestions and have applied all of them but, the error still occur.
    I think it's a PHP4 problem.

        Roberto Samarone Araujo
    

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-04-02 11:03 UTC] sniper@php.net
Try with this configure line:

./configure --with-apxs2=/usr/local/apache2/bin/apxs --disable-all

 [2003-04-07 18:43 UTC] sniper@php.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 "Open". Thank you.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Apr 28 20:01:29 2024 UTC