When running the configure with apxs command on mandrake
7.1 helium with apache 1.3.12 already installed from rpm
I recieved the following message.

Configuring mod_ssl/2.6.6 for Apache/1.3.12
./configure:Error: The mod_ssl/2.6.6 can be used for
Apache/1.3.12 only.
./configure:Error: Your Apache source tree under /usr is
version Server.
./configure:Hint:  Please use an extracted
apache_1.3.12.tar.gz tarball
./configure:Hint:  with the --with-apache option,
only.                                    

I dug through the configure script and fell on line 289
after breaking it up I found that the mandrake version
is a bit fouled up.

This is the first line of output from httpd -v

Server version: Apache-AdvancedExtranetServer/1.3.12 
(NetRevolution/Linux-Mandrake)

I retouched line 289 to read

APV=`/usr/sbin/httpd -v | grep \"Server version:\" | awk
{print\'$3\'} | sed -e \'s/.*\\///\' -e \'s/ .*//\'`

and all was well.

I\'m posting this so maybe it can be fixed and so people
can find it in the mail archives.  I know that was one
of the first places I looked.

-->> http://edispatch.timespace.org
-->> mailto:[EMAIL PROTECTED]
Running ....... Cos anything else would be a waste...
`:::\'                  .......  ......
 :::  *                  `::.    ::\'
 ::: .::  .:.::.  .:: .::  `::. :\'
 :::  ::   ::  ::  ::  ::    :::.
 ::: .::. .::  ::.  `::::. .:\'  ::.
.:::.....................::\'   .::::..
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to