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

Re: [cobalt-users] (no subject)



Gerald Waugh wrote:

On Mon, 16 Sep 2002, Leigh Jamgochian wrote:

thanks, although RaQ4 users will be better off using michaels pkg
    sorry, I lost the link but its on solarspeed.net
I made corrections below, you might also do admserv restart
Does it tell you something about cobalt software when you have to get the
   source in directories like /old/ and /obsolete/

================ No guarantees, and no warranties ==========
               ====== informational only ======
           === if you try it please post results ===

1) ssh to server
2) su -
3) cd /usr/local/src
4) wget http://www.openssl.org/source/openssl-engine-0.9.6g.tar.gz
5) tar -zxvf openssl-engine-0.9.6g.tar.gz
6) rm openssl-engine-0.9.6g.tar.gz
7) cd openssl-engine-0.9.6g
8)  ./configure
9)   make
10)  make install  (puts ssl in /usr/local/ssl, won't hurt)
10a) cd ..
11) wget http://www.apache.org/dist/httpd/old/apache_1.3.20.tar.gz
12) tar -zxvf apache_1.3.20.tar.gz
13) rm apache_1.3.20.tar.gz
14) wget  ftp://ftp.modssl.org/source/OBSOLETE/mod_ssl-2.8.4-1.3.20.tar.gz
15) tar -zxvf mod_ssl-2.8.4-1.3.20.tar.gz
16) rm mod_ssl-2.8.4-1.3.20.tar.gz
17) cd mod_ssl-2.8.4-1.3.20
18) ./configure --with-apache=../apache_1.3.20/ \
            --with-apxs=/usr/sbin/apxs \
           --with-ssl=../openssl-engine-0.9.6g

19) make
20) cp /etc/httpd/modules/libssl.so /etc/httpd/modules/libssl.so.save
21) cp pkg.sslmod/libssl.so /etc/httpd/modules/
22) /etc/rc.d/init.d/httpd reload
23) /etc/rc.d/init.d/admserv reload
 httpd may need restart, but try reload

--

Gerald,

I should have waited..

I went ahead with your initial instructions which did not include step 10a. I tripped up on step 20 as there was no pkg.sslmod/libssl.so file. So being a newbie, can you tell me how to back out of what I've done, up to step 10 of your modified instructions? Can I just rm /openssl-engine-0.9.6g/apache_1.3.20? Then rm /openssl-engine-0.9.6g/mod_ssl-2.8.4-1.3.20? Would that get me back to step 10 modified so I could then proceed? And what about Leigh's comment 18b?

Thanks a bunch,

--
Jim D.