During my experiments with LTIB I've encoutered the following error

 

Processing: gettext

=====================

Build path taken because: no prebuilt rpm, 

Testing network connectivity for gpp

OK GPP: is available

Try gettext-0.15.tar.gz.md5 from the GPP

wget: error while loading shared libraries: libssl.so.10: cannot open shared object file: No such file or directory

Try gettext-0.15.tar.gz from the GPP

wget: error while loading shared libraries: libssl.so.10: cannot open shared object file: No such file or directory

Can't get: gettext-0.15.tar.gz at ./ltib line 794.

f_buildrpms() returned an error, exiting

traceback:

 main:561

Started: Wed Oct 26 14:59:26 2011

Ended:   Wed Oct 26 14:59:50 2011

Elapsed: 24 seconds

These packages failed to build:

gettext 

Build Failed

 

The cause of this error is a different name for the library in the subject. To solve this problem you only need to execute the following command:

# sudo ln -s /usr/lib/libssl.so.0.9.8 /usr/lib/libssl.so.10

Ihave encocutered the same problem with libcrypto.so.10. If you have this problem simply run the following:

# sudo ln -s /lib/libcrypto.so.0.9.8 /lib/libcrypto.so.10

 

That's all.