>Number:         2638
>Category:       os-solaris
>Synopsis:       Building apache w/PHP doesn't add SERVER_SUBVERSION to httpd -v
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    apache
>State:          open
>Class:          sw-bug
>Submitter-Id:   apache
>Arrival-Date:   Thu Jul 16 22:10:01 PDT 1998
>Last-Modified:
>Originator:     [EMAIL PROTECTED]
>Organization:
apache
>Release:        Apache 1.3.0
>Environment:
SunOS rain 5.6 Generic_105181-06 sun4m sparc SUNW,SPARCstation-10
Gcc 2.8.1
>Description:
I have built apache 1.3.0 on Solaris 2.6 sun4m and Solaris 2.6 x86 with 
PHP 3.0.1. When I run `httpd -v` to get the sub-version info, all I see is:

% ./httpd -v
Server version: Apache/1.3.0 (Unix)
Server built:   Jul 16 1998 21:35:56

I just noticed this because I recently upgraded Mysql (again!).

It doesn't seem serious in nature, though Apache had dumped core about a 
week ago and I don't have the tools, know how, time at this point.

Running the server seems fine. I ran a test php routine to see if php works:

<?
    phpinfo();
?>

and that seems cool.
>How-To-Repeat:
run solaris 2.6
cd ~/apache_1.3.0
configure --prefix=/blah/blah/apache
vi src/include/ap_config.h ( STATUS need to be defined as 0x2 not null )
cd ~/php-3.0.1
configure --with-apache=../apache_1.3.0 --with-mysql --with-gs --with-zlib 
--enable-track-vars
make; make install
cd ~/apache_1.3.0
configure --prefix=/blah/blah/apache 
--activate-module=src/modules/php3/libphp3.a
make
src/httpd -v
>Fix:
No
>Audit-Trail:
>Unformatted:
[In order for any reply to be added to the PR database, ]
[you need to include <[EMAIL PROTECTED]> in the Cc line ]
[and leave the subject line UNCHANGED.  This is not done]
[automatically because of the potential for mail loops. ]



Reply via email to