di installnya ke ../openssl-0.9.7b ? atau itu directory source codenya ? anyway, coba begini mkdir /programs cd programs tar -zxvf /path/to/openssl-0.9.7b.tar.gz cd openssl-0.9.7b ./configure --prefix=/programs/openssl make && make install cd /path/to/apache_1.3.29 SSL_BASE=/programs/openssl ./configure .... bla bla ....
Dion Indra <[EMAIL PROTECTED]> wrote: > Kalau open ssl nya sudah saya install pak, tahap ini > saya lagi install apachenya [apache_1.3.29]# > SSL_BASE=../openssl-0.9.7b ./configure > --enable-module=ssl > --activate-module=src/modules/php4/libphp4.a > --enable-module=php4 --prefix=/server/apache > --enable-shared=ssl , tapi keluar error > SSL_BASE=../openssl-0.9.7b: Command not found. > > > --- Dion Sasmito <[EMAIL PROTECTED]> wrote: > > > > > > SSL_BASE itu mengacu ke directory di mana openssl di > > install, kayaknya yang > > anda specify itu source directory nya openssl > > > > Saya punya > > [openssl-0.9.7c] # ./configure > > --prefix=/programs/openssl > > jadi > > SSL_BASE=/programs/openssl > > > > tapi mungkin dia cuman perlu binary openssl > > coba SSL_BASE=../openssl-0.9.7b/apps ./configure ... > > kalo malas > > > > Dion > > > > > > > __________________________________ > Do you Yahoo!? > Yahoo! Mail - More reliable, more storage, less spam > http://mail.yahoo.com _________________________________________________________ This mail sent using V-webmail - http://www.v-webmail.org -- Unsubscribe: kirim email kosong ke [EMAIL PROTECTED] Arsip dan info di http://linux.or.id/milis.php FAQ milis http://linux.or.id/faq.php
