Hi All, We are trying to make SSL enabled apache and
we are facing some problems. httpd executable is not generating if I use
below configuration options. openssl-0.9.8 sh ./config
--openssldir=$INET_TOP/lib/$OPSYS/openssl make make test make install httpd-2.0.55 CFLAGS="-xarch=v9 -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64" \ ./configure --with-mpm=prefork
--enable-rewrite \ --prefix=$INET_TOP/lib/$OPSYS/apache \ --with-ssl=$INET_TOP/lib/$OPSYS/openssl \ --enable-ssl make make install mod_perl-2.0.2 $INET_TOP/bin/$OPSYS/perl Makefile.PL \ MP_APXS=$INET_TOP/lib/$OPSYS/apache/bin/apxs make make install httpd executable is generating, if I remove
the openssl options in httpd-2.0.55 ./configure. httpd-2.0.55 CFLAGS="-xarch=v9 -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64" \ ./configure --with-mpm=prefork
--enable-rewrite \ --prefix=$INET_TOP/lib/$OPSYS/apache Can some one please help me to resolve the
problem and please let me know if I am using the wrong configuration options. Regards, Sunil.
|