Re: [users@httpd] Re: Apache1.3.33 with mod_ssl compilation error

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



HI Jerome,
                Do Step by Step.
 
1:-We need the following software: openssl, apache (1.3.x), mod_ssl We will install the software from the /tmp directory.
cd /tmp
wget http://www.openssl.org/source/openssl-0.9.7c.tar.gz
wget http://www.apache.de/dist/httpd/apache_1.3.29.tar.gz
wget http://www.modssl.org/source/mod_ssl-2.8.16-1.3.29.tar.gz
 
2 Install Openssl
tar xvfz openssl-0.9.7c.tar.gz
cd openssl-0.9.7c
./config
make
make install
 
3 Configure and Install mod_ssl and apache
cd /tmp
tar xvfz apache_1.3.29.tar.gz
tar xvfz mod_ssl-2.8.16-1.3.29.tar.gz
cd mod_ssl-2.8.16-1.3.29
./configure --with-apache=../apache_1.3.29 --with-ssl=/usr/local/ssl/ --prefix=/usr/local/apache --enable-module=most --enable-shared=max --logfiledir=/var/log/httpd --htdocsdir=/usr/local/httpd/htdocs --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc/httpd
(1 line!)
(The option --htdocsdir=/usr/local/httpd/htdocs specifies the the default location for documents that will be delivered by this web server is in /usr/local/httpd/htdocs.
 
Please note: You can change the configure command to suit to your needs. Type
./configure --help
to get a list of all configuration options available!)
cd ../apache_1.3.29
make
make certificate TYPE=custom
<- Signature Algorithm: R
<- Country Name: Type your country's name (e.g DE for Germany)
<- State or Province Name: e.g. Lower Saxony, California, etc.
<- Locality Name: e.g. Lueneburg, Los Angeles, Paris, London, etc.
<- Organization Name: e.g. the name of your company
<- Organizational Unit Name: e.g. IT Department
<- Common Name: e.g. My Company CA
<- Email Address: e.g. info@xxxxxxxxxxxxx
<- Certificate Validity: e.g. 365 (one year)
<- Certificate Version: 3
<- Country Name: see above
<- State or Province Name: see above
<- Locality Name: see above
<- Organization Name: see above
<- Organizational Unit Name: see above
<- Common Name: the fully qualified domain name (FQDN) of your server, e.g. www.example.com
<- Email Address: see above
<- Certificate Validity: see above
<- Certificate Version: 3
<- Encrypt the private key now? n
<- Encrypt the private key now? n
 
 
 
Then Restart your apache
 
/usr/local/apache/bin/apachectl start
 
 
Hope This Time you will get success !!!
 
Thanks
Sanjay Tripathi

JM <jerome@xxxxxxxxx> wrote:
I still get the same result..


On Friday 24 February 2006 6:06 pm, sanjay tripathi wrote:
> HI,
> Run " ldconfig" command and then compile that apache...
>
>
> Thanks
> Sanjay Tripathi
>
> JM wrote:
> Hi,
>
> rpm -q -l --provides openssl-0.9.7a-20.2 | grep libssl
> libssl.so.4
> /lib/libssl.so.0.9.7a
>
>
> # SSL_BASE=/lib/
> [root@test apache_1.3.34]# ./configure --disable-module=all
> --prefix=/usr/local/apache --server-uid=apache --server-gid=apache
> --enable-module=access --enable-module=log_config --enable-module=dir
> --enable-module=mime --activate-module=src/modules/php4/libphp4.a
> --enable-module=alias --enable-module=status --enable-module=ssl
> --enable-shared=ssl --enable-module=auth
>
>
> Error: Cannot find SSL binaries under /lib/
> + SSL library path: /lib/
>
> I still get this error..
>
> tia,
>
> On Thursday 23 February 2006 9:25 pm, Oliver.Schaudt@xxxxxxxxx wrote:
> > Make an "rpm -qa | grep openssl"
> > then with the outcoming name (for example "openssl-0.9.8a-11.18")
> > make
> > rpm -q -l --provides openssl-0.9.8a-11.18 | grep libssl
> > Than you shoudl know where it is.
> >
> > bye
> >
> > Oliver
> >
> >
> >
> > -----Ursprüngliche Nachricht-----
> > Von: JM [mailto:jerome@xxxxxxxxx]
> > Gesendet: Do 23.02.2006 13:20
> > An: users@xxxxxxxxxxxxxxxx
> > Cc: Joost de Heer; ziwei ds
> > Betreff: Re: [users@httpd] Re: Apache1.3.33 with mod_ss l compilation
> > error
> >
> > Hi,
> >
> > what application provides ssl library?
> >
> > in my system openssl and the dev was is currently installed via RPM.
> >
> > Ive tried setting SSL_BASE to /usr/lib but with no luck.. Error: Cannot
> > find SSL binaries under /usr/lib
> >
> >
> > tia,
> >
> > On Friday 08 July 2005 12:34 am, Joost de Heer wrote:
> > > > Error: Cannot find SSL binaries under /usr/local/ssl
> > >
> > > Apparently you don't have the SSL libraries in /usr/local/ssl/lib.
> > >
> > > Joost
> > >
> > >
> > > ---------------------------------------------------------------------
> > > The official User-To-User support forum of the Apache HTTP Server
> > > Project. See for more info.
> > > To unsu bscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
> > > " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
> > > For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx
> >
> > ---------------------------------------------------------------------
> > The official User-To-User support forum of the Apache HTTP Server
> > Project. See for more info.
> > To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
> > " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
> > For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx
>
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See for more info.
> To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
> " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
> For addition al commands, e-mail: users-help@xxxxxxxxxxxxxxxx
>
>
>
>
> ---------------------------------
> Yahoo! Mail
> Use Photomail to share photos without annoying attachments.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
" from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx



Relax. Yahoo! Mail virus scanning helps detect nasty viruses!
[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux