Hi Johnny,

>> 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:

good to hear, I was a very worried about 0.9.2.4 when you reported
the error.

> 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)

> 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

> 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

(Looks fine, but for some reason libcrypto.so is missing. It's not
needed by openca-sv, but OpenSSL should have installed it in the
install step.)

> 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.

We are leaving OpenCA grounds here and enter Unix land. The dynamic
loader cannot find your shared lib because it was installed in a
directory unknown to the system.

There are two ways around this:
1 set the LD_LIBRARY_PATH variable to /usr/local/openssl-0.9.8/lib/
  before starting OpenCA or
2 add /usr/local/openssl-0.9.8/lib/ to the /etc/ld.so.conf file and
  run 'ldconfig' after doing so

The second option works system-wide, and I'd suggest this solution.


Regards,

Martin




-------------------------------------------------------
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