"Dave Muhammad" <[EMAIL PROTECTED]> wrote:
> path openssl nya di install dimana ?? > tambahkan : > ./configure --prefix=/etc/httpd \ > --with-ssl=../dir_openssl \ kondisinya sekarang saya uninstall openssl bawaan distronya dan install lagi dengan cara (ngikut installan dari openna.com) : $ tar -xzpf openssl-0.9.8.tar.gz $ perl util/perlpath.pl /usr/bin/perl $ ./Configure linux-elf no-idea no-mdc2 no-rc5 no-md2 \ --prefix=/usr \ --openssldir=/usr/share/ssl $ vi +66 Makefile CFLAG= -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DNO_IDEA -DN O_MDC2 -DNO_RC5 -DNO_MD2 -DL_ENDIAN -DTERMIO -O3 -march=i686 -mcpu=i686 -funroll-lo ops - fomit-frame-pointer -Wall -DSHA1_ASM -DMD5_ASM -DRMD160_ASM $ vi +174 Makefile MANDIR=/usr/share/man $ LD_LIBRARY_PATH=`pwd` make $ LD_LIBRARY_PATH=`pwd` make test # make install # strip /usr/bin/openssl # mkdir -p /usr/share/ssl/crl # /sbin/ldconfig lalu saya ubah configure untuk apachenya : > ./configure --prefix=/etc/httpd \ > --with-ssl=/usr/share/ssl hasilnya : # make ---cut--- ssl_engine_pphrase.c: In function `ssl_pphrase_Handle_CB': ssl_engine_pphrase.c:712: `PEM_F_DEF_CALLBACK' undeclared (first use in this function) ssl_engine_pphrase.c:712: (Each undeclared identifier is reported only once ssl_engine_pphrase.c:712: for each function it appears in.) make[4]: *** [ssl_engine_pphrase.slo] Error 1 make[4]: Leaving directory `/var/tmp/httpd-2.0.48/modules/ssl' make[3]: *** [shared-build-recursive] Error 1 make[3]: Leaving directory `/var/tmp/httpd-2.0.48/modules/ssl' make[2]: *** [shared-build-recursive] Error 1 make[2]: Leaving directory `/var/tmp/httpd-2.0.48/modules' make[1]: *** [shared-build-recursive] Error 1 make[1]: Leaving directory `/var/tmp/httpd-2.0.48' make: *** [all-recursive] Error 1 saya juga sudah coba lakukan sesuai dengan file INSTALL di folder openssl $ ./config --prefix=/usr/local --openssldir=/usr/local/openssl $ make $ make test # make install dan ubah configure untuk apachenya : > ./configure --prefix=/etc/httpd \ > --with-ssl=/usr/local/openssl tetap sama masih belum berhasil, cuman lupa ga save errornya :( > -Dave- Regards, --- Anton -- Unsubscribe: kirim email kosong ke [EMAIL PROTECTED] Arsip, FAQ, dan info milis di http://linux.or.id/milis Tidak bisa posting? Baca: http://linux.or.id/problemmilis http://linux.or.id/tatatertibmilis
