Toftum,
Thanks for the info.I guess I would require more clarifications ...
What does the 'prefix' signify ?
And Sorry for that all those '\'s !!
We'd initially tried it without all those and since it didn't work we
thought we might as well go ahead with the exact syntax mentioned in the
document.
And is the installation of Jakarta-Tomcat in anyway related to the
installation of mod_ssl ? The installation of this one is also giving many
errors which are mainly Java errors mentioning that the class/method is not
found. When we installed Tomcat (after the installation of mod_ssl) on
another server where there was no apache (same as in the mod_ssl case)
installed, then it worked without any errors. So ??
And if anyone knows any information on the installation of Jakarta-Tomcat
ver 3.2 please provide the same.
Rgds
Vinoj
--Life's a comedy for those who think...
-- A tragedy for those who feel.
-----Original Message-----
From: Mads Toftum [mailto:[EMAIL PROTECTED]]
Sent: Monday, September 04, 2000 1:17 PM
To: [EMAIL PROTECTED]
Subject: Re: Mod_ssl installation
On Mon, Sep 04, 2000 at 12:55:30PM +0530, Vinoj Vijayan wrote:
> Hi
> We are trying to install mod_ssl 2.6 with Apache 1.3.12 on Solaris 2.7 on
> which there is another version of Apache(1.3.6) already installed.
>
> We are getting the following error statements on trying to install the
> mod_ssl for our version of apache.Both the 'apaches' reside in the same
> server area.(Is that the problem ?!!!)
>
>
> This is the configure statement that we are using :
> ----------------------------------------------------
> # ./configure \ --with-apache=/usr/local/apache_1.3.12 \
> --with-ssl=/usr/lo
> cal/openssl-0.9.5a \ --prefix=/usr/local/apache_1.3.12
>
> And these are the errors that we get :
> --------------------------------------
> Configuring mod_ssl/2.6.6 for Apache/1.3.12
> ./configure:Error: Cannot find Apache 1.3 source tree under
> /path/to/this/apache
> _1.3.12
> ./configure:Hint: Please specify location via --with-apache=DIR
>
>
The --with-apache should be pointed at a fresh apache source tree,
it should never be the same as --prefix. Also make sure that you
type the optinons correctly ... using \ on the command line is only
for the end of the line (and signifies that this command continues
on the next line) - your " ./configure \ --with-apache " is
not correct. Either use a single line with no \ or end each
intermediate line with a \
vh
Mads Toftum
--
`Darn it, who spiked my coffee with water?!' - lwall
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]