Rebuilding wget with ssl support.


Linux-SWAT

Forum Addict!
Hi !


I'm trying to rebuild wget with ssl support, but specifying --with-ssl=openssl leads to a ssl is missing error, although opkg shows it's installed !


Any tips ?
 
Can you specifiy the lib- and includelocation of openssl with flags to the configurescript?
 
Last edited by a moderator:
Code:
find * -name *ssl*

etc/gnome-vfs-2.0/modules/ssl-modules.conf

usr/bin/openssl

usr/bin/csslint-0.6

usr/share/x11vnc/classes/ssl

usr/lib/python2.6/ssl.pyo

usr/lib/python2.6/test/ssl_cert.pem

usr/lib/python2.6/test/test_ssl.pyo

usr/lib/python2.6/test/test_ssl.py

usr/lib/python2.6/test/ssl_key.pem

usr/lib/python2.6/lib-dynload/_ssl.so

usr/lib/python2.6/ssl.py

usr/lib/ssl

usr/lib/ssl/openssl.cnf

usr/lib/libssl.so.0.9.8

usr/lib/opkg/info/openssl.control

usr/lib/opkg/info/openssl.list

usr/lib/opkg/info/libssl0.9.8.control

usr/lib/opkg/info/libssl0.9.8.postinst

usr/lib/opkg/info/libssl0.9.8.list

Erf seems there's nothing useful :/


openssl-dev is probably missing.
 
Back
Top