Hello Martin,



If I understand you correctly, OpenCA 0.9.2.4 works properly if you
replace the openca-sv binary with a previous version from 0.9.2.2,
right?
If this is the case then I suspect something went wrong with your
build process for openca-sv.
One possible reason could be your upgrade to OpenSSL 0.9.8. A possible
reason might be that you compiled openca-sv against OpenSSL 0.9.8 but
your OpenCA installation does not find the OpenSSL shared libs.

You could try the following: run 'ldd openca-sv' in your system and
check if all shared libs are found. Verify the same command against
the openca-sv command of 0.9.2.2.
If no missing libs are reported, please send me your openca-sv binary
you compiled in 0.9.2.4 so that I can have a look.

You were right, I run the command you told me and these were the results:

Output for 0.9.2.2 openca-sv script:

ldd openca-sv
        linux-gate.so.1 =>  (0x00735000)
        libssl.so.4 => /lib/libssl.so.4 (0x002a3000)
        libcrypto.so.4 => /lib/libcrypto.so.4 (0x001b0000)
        libgssapi_krb5.so.2 => /usr/lib/libgssapi_krb5.so.2 (0x00dc2000)
        libkrb5.so.3 => /usr/lib/libkrb5.so.3 (0x00146000)
        libcom_err.so.2 => /lib/libcom_err.so.2 (0x00d99000)
        libk5crypto.so.3 => /usr/lib/libk5crypto.so.3 (0x00d9e000)
        libresolv.so.2 => /lib/libresolv.so.2 (0x00738000)
        libz.so.1 => /usr/lib/libz.so.1 (0x0060a000)
        libdl.so.2 => /lib/libdl.so.2 (0x00515000)
        libc.so.6 => /lib/tls/libc.so.6 (0x003f8000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x003df000)

Outpur for 0.9.2.4 openca-sv script:

ldd openca-sv
        linux-gate.so.1 =>  (0x00169000)
        libssl.so.0.9.8 => not found
        libdl.so.2 => /lib/libdl.so.2 (0x00515000)
        libc.so.6 => /lib/tls/libc.so.6 (0x003f8000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x003df000)

It doesn't found the libssl.so.0.9.8, so I did a find command to look for it and this is the result:


find . -name libssl.so
./usr/lib/libssl.so
./usr/local/openssl-0.9.8/lib/libssl.so
./usr/local/src/openssl-0.9.8/libssl.so

I performed an ls in my openssl-0.9.8 lib directory

ls /usr/local/openssl-0.9.8/lib/
The result is the image in the following link:

http://www.geocities.com/johnnygonzalezl/images/lsopenssl098libdirectory.png


What do you recommend me to do? to be able to use the new openca-sv script and not to use an old one, this I guess is necessary to completely use my openssl-0.9.8 and not an hybrid of 0.9.7 and 0.9.8.

Thanks a lot,
Johnny

                
______________________________________________ Renovamos el Correo Yahoo! Nuevos servicios, más seguridad http://correo.yahoo.es



-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Openca-Users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openca-users

Reply via email to