php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #26476 instaling PHP from src on red hat 9 doesn't work
Submitted: 2003-11-30 16:44 UTC Modified: 2003-11-30 17:27 UTC
From: renespanw at hotmail dot com Assigned:
Status: Not a bug Package: *General Issues
PHP Version: 4.3.4 OS: Linux
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 you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: renespanw at hotmail dot com
New email:
PHP Version: OS:

 

 [2003-11-30 16:44 UTC] renespanw at hotmail dot com
Description:
------------
PHP configure for  DSO does not work on red hat 9.

Hi mi name is Rene. 
I have red hat 9 and i allways install php from the tgz on php.net and works fine in other plataforms or system like  linux debian :) and windows. Now for strange reason i have to chage to red hat but when i install php (make install) this instaled as CGI. for that reason apache can't found libphp4.so. I read in some  sites phpbuilders and linuxquestion, i read the INSALL, README and  README.configure in apache and allways get same (install as CGI).
So i belive that there is some wrong in the ./cofigure because allways catch like CIG.
Note: i put --with-apx or --with-apx=/usr/local/apache

so help me please to understand why don't work

Thanks


Reproduce code:
---------------
This are the comand, apache is configured well with dso.
apache.
./configure --enable-shared=max
php
[root@goblin php-4.3.4]# ./configure --with-apx=/usr/local/apache/bin/apxs --with-mysql --with-gd --with-zlib

+--------------------------------------------------------------------+
|                        *** WARNING ***                             |
|                                                                    |
| You will be compiling the CGI version of PHP without any   
.....

[root@goblin php-4.3.4]# make 
[root@goblin php-4.3.4]#  make install



Expected result:
----------------
help it's something worng? with the configure other version?
i tried with php4.3.1


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-11-30 16:47 UTC] derick@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.

Works fine on Redhat 9, you\'re doing something wrong... ask on the php-general@lists.php.net list for support.
 [2003-11-30 16:48 UTC] derick@php.net
free tip: it's --with-apxs instead of --with-apx
 [2003-11-30 17:27 UTC] renespanw at hotmail dot com
yes thanks, i fell a lttle dumb, but this thing never happend to me. so i belive that theres alllways a first time.
thank 
and please forgive me...
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed Jul 16 14:01:33 2025 UTC