>From a newly converted cooker box (was 9.0, added cooker sources, did urpmi
--auto-select) - this is my first shot at cooker, let me know if I'm screwing
this up...
instead of pasting all the commands and their results, I'll summarize:
using urpmi or standalone wget, I get:
wget: relocation error: wget: undefined symbol:
OPENSSL_add_all_algorithms_noconf
so, based on the openssl changelog from 0.9.6h to 0.9.7:
Two new functions OPENSSL_add_all_algorithms_noconf() which will never
load the config file and OPENSSL_add_all_algorithms_conf() which will
always load it have also been added.
[Steve Henson] (http://openbsd.secsup.org/src/lib/libssl/src/CHANGES)
I forcefully removed the offending package (both versions were installed).
Then some libs were reported missing so I forcefully reinstalled 0.9.7 but
that didn't fix anything, I had to manually symlink libssl.so -> libssl.so.0
and do the same for libcrypt and libcrypto. Now all is well. I imagine that
if libopenssl0-0.9.6h-2mdk was not available, this would not have happened.
Thanks,
Rocco