After inspecting raserver.conf file I found that variable "opensslEngine" has no value. In other words it's blank.
Chris On Mon, 2002-04-15 at 06:48, Michael Bell wrote: > "Ziemowit (Chris) Pierzycki" schrieb: > > > > I'm getting this error after compiling today's (4/12/2002) snapshot. > > > > Error 690 > > Configuration Error. Cannot initialize > > Crypto Shell (openssl)!. > > > > When I look in the apache log I see: > > > > Error Trapped: Cannot initialize Crypto Shell (openssl)! at > > /home/httpd/OpenCA/OpenCA/lib/functions/misc-utils.lib line 20. > > > > Here is the options I used to compile the snapshot: > > > > ./configure \ > > --with-engine=no \ > > --with-httpd-user=apache \ > > --with-httpd-group=apache \ > > --with-openca-user=openca \ > > --with-openca-group=openca \ > > --with-httpd-fs-prefix=/home/httpd/OpenCA/ \ > > --with-web-host=cert.tfmx.com \ > > --with-ca-organization="Teleformix LLC" \ > > --with-ca-country=US \ > > --with-ca-locality=Illinois \ > > --with-ldap-host=cert.tfmx.com \ > > --with-ldap-port=389 \ > > --with-ldap-root="cn=root,o=Teleformix LLC,c=US" \ > > --with-ldap-root-pwd="secret" \ > > --with-module-prefix=/home/httpd/OpenCA/modules \ > > --with-openssl-prefix=/var/ssl \ > > --prefix=/home/httpd/OpenCA \ > > --with-service-mail-account="[EMAIL PROTECTED]" > > > > I intended to compile it into /home/httpd/OpenCA. I have one machine > > right now that I am installing both the ca and the ext version. My > > OpenSSL is also installed in /var/ssl. It's the latest snapshot. It > > seemed to work fine with OpenCA version 0.8.1. Is this a configuration > > problem or snapshot problem? > > Is you binar in /var/ssl/bin/openssl? > > 0.8.1. do the following: > > AC_PATH_PROG( OPENSSL, openssl, openssl, > $PATH:/sbin:/usr/sbin:/usr/local/ssl/bin) > > So is there an openssl in /usr/local/ssl/bin? > > OpenCA 0.9 use the prefix which you entered and expect a working binary > in /var/ssl/bin/openssl. The old snapshot don't use the openssl in > /var/ssl/. > > Michael > -- > ------------------------------------------------------------------- > Michael Bell Email (private): [EMAIL PROTECTED] > Rechenzentrum - Datacenter Email: [EMAIL PROTECTED] > Humboldt-University of Berlin Tel.: +49 (0)30-2093 2482 > Unter den Linden 6 Fax: +49 (0)30-2093 2959 > 10099 Berlin > Germany http://www.openca.org > > _______________________________________________ > Openca-Users mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/openca-users _______________________________________________ Openca-Users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/openca-users
