It does look like it is build in with the engine... OpenSSL> version -a OpenSSL 0.9.7b 10 Apr 2003 built on: Thu Aug 28 09:57:24 PDT 2003 platform: linux-pentium options: bn(64,32) md2(int) rc4(idx,int) des(ptr,risc1,16,long) idea(int) blowf ish(idx) compiler: gcc -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DOPENSS L_NO_KRB5 -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -mcpu=pentium -Wall -DSHA 1_ASM -DMD5_ASM -DRMD160_ASM OPENSSLDIR: "/usr/local/ssl" OpenSSL>
satish -----Original Message----- From: Geoff Thorpe [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 03, 2003 5:08 PM To: [EMAIL PROTECTED] Cc: Bommareddy, Satish (Satish) Subject: Re: Dynamic Engine Loading Support On September 3, 2003 03:06 pm, Bommareddy, Satish (Satish) wrote: > OpenSSL 0.9.7b > how do i enable/build openssl with dynamic engine loading support? > I am trying to load opensc engine using > > [EMAIL PROTECTED] satish]# openssl > OpenSSL> engine dynamic -pre > SO_PATH:/usr/local/lib/opensc/engine_opensc.so -pre ID:opensc -pre > LIST_ADD:1 -pre LOAD > openssl:Error: 'engine' is an invalid command. It appears your version of openssl was built without engine support (ie. configured with "no-engine"). If you run "openssl version -a", do you see something like "-DOPENSSL_NO_ENGINE" in the list of compilation flags? If so, build your own version of openssl by configuring it for another installation directory (inside your $HOME if you don't have root access of course) and make sure that new installation occurs earlier in your $PATH than the system's bundled version. Cheers, Geoff -- Geoff Thorpe [EMAIL PROTECTED] http://www.geoffthorpe.net/ ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
