> Hi heavenly Massimiliano, :-D
> me again. [...] > 1. I think 0.9.1! At least take from OpenCA 0.9.1 > 2. Using .tar.gz! > 3. OpenSSL 0.9.7a Feb 19 2003 Fine. > I tried also > ldd /RA/sbin/openca-ocspd > [...] > and were a bit > confused about libssl and libcrypt! It seems like it references to > the old openssl! For OpenCA I installed openssl in /usr/local, like > proposed and everything is working except ocspd! Am I wrong? How do > I make just this call to use the right path? You can simply go to the src/ocspd directory of the distiribution, do a ./configure --prefix=$(OPENCA_PREFIX) --with-openssl-prefix=/usr/local and then do a make and a make install (check with ./configure --help for other options you may want to set). The OPENCA_PREFIX is where you have installed the openca package. You can either install it, for example, in /usr/local/ocspd using the --prefix option when doing a ./configure... it is simply your choice. --- Max. -- Hackmasters.net WebMail (http://www.hackmasters.net) ------------------------------------------------------- This SF.net email is sponsored by: ObjectStore. If flattening out C++ or Java code to make your application fit in a relational database is painful, don't do it! Check out ObjectStore. Now part of Progress Software. http://www.objectstore.net/sourceforge _______________________________________________ Openca-Users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/openca-users
