This is my first installation of OpenCA, and I'm a bit confused on a few issues. First off, I did a default installation of OpenSSL 0.9.7b with the following configuration options:
./configure --shared make make test make install The installation of OpenSSL went fine - i.e. it ended with no errors. I then did an installation of OpenCA with the following configuration options: ./configure --enable-scep --with-openssl-prefix=/usr/local/ssl --with-hierarchy-level=CA --with-httpd-host=ac-virt1 --with-ca-organization=Chasecom --with-ca-locality=Houston --with-ca-country=US make make install-ca The configure portion of the OpenCA installation went fine (no errors), but the make and make install-ca both ended with errors: make: cd scep && make make[2]: Entering directory `/home/bamf/openca-0.9.1-1/src/scep' make[2]: *** No targets specified and no makefile found. Stop. make[2]: Leaving directory `/home/bamf/openca-0.9.1-1/src/scep' make[1]: *** [scep] Error 2 make[1]: Leaving directory `/home/bamf/openca-0.9.1-1/src' make: *** [src] Error 2 make install-ca: cd scep && make install make[4]: Entering directory `/home/bamf/openca-0.9.1-1/src/scep' make[4]: *** No rule to make target `install'. Stop. make[4]: Leaving directory `/home/bamf/openca-0.9.1-1/src/scep' make[3]: *** [scep] Error 2 make[3]: Leaving directory `/home/bamf/openca-0.9.1-1/src' make[2]: *** [install-node] Error 2 make[2]: Leaving directory `/home/bamf/openca-0.9.1-1/src' make[1]: *** [src] Error 2 make[1]: Leaving directory `/home/bamf/openca-0.9.1-1' make: *** [install-node] Error 2 I decided to go ahead and try OpenCA just to see if the errors were non-critical in nature. When I open up a web browser and try to initialize the DB I get the following error: Error 690 Configuration Error. Cannot initialize Crypto Shell (openssl)!. I'm guessing that this is just do to not having a setting done correctly in one of the configuration files, but I haven't found the right spot yet. Any help would be greatly appreciated (even if it's just to point me to a FAQ with this information in it). Thanks, Andrew Crown ------------------------------------------------------- This SF.Net email sponsored by: Parasoft Error proof Web apps, automate testing & more. Download & eval WebKing and get a free book. www.parasoft.com/bulletproofapps1 _______________________________________________ Openca-Users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/openca-users
