ich hab wget ohne ssl schon compiliert, nur wenn ich im Makefile den Parameter --with-ssl eingebe,also:
Code: Alles auswählen
./configure \
--build=$(build) \
--host=$(target) \
--prefix=$(targetprefix) \
--with-ssl && \
Code: Alles auswählen
checking for socket in -lsocket... no
checking for getopt_long... yes
checking for dlopen in -ldl... yes
checking for ld used by GCC... /srv/tmp/dbox2/cdk/powerpc-tuxbox-linux-gnu/bin/ld
checking if the linker (/srv/tmp/dbox2/cdk/powerpc-tuxbox-linux-gnu/bin/ld) is GNU ld... yes
checking for shared library run path origin... done
checking for libssl... no
configure: error: --with-ssl was given, but OpenSSL is not available.
make: *** [.deps/wget] Fehler 1
Code: Alles auswählen
make libcrypto
ist doch glaube ich openssl? Bei mir lädt er und compiliert ein openssl.tar.gz, ich hoffe das ist richtig und wird dazu benötigt?
Wie soll ich den Pfad anpassen --with-ssl="WOHIN", was mache ich noch falsch?
Danke