> Everytime i do a wget, i get this error.. how do i fix it? > > # wget http://bitchx.org/files/source/ircii-pana-1.0c19.tar.gz > --21:29:39-- http://bitchx.org/files/source/ircii-pana-1.0c19.tar.gz > => `ircii-pana-1.0c19.tar.gz' > /usr/libexec/ld-elf.so.1: wget: Undefined symbol > "OpenSSL_add_all_algorithms"
Looks like it's been compiled against something that's changed. See what: Have you tried rebuilding wget? cd /usr/ports/ftp/wget && make deinstall && make reinstall if that doesn't work you could try building it without ssl support i think >> 'make --WITHOUT_SSL && make install' << should work HTH Simon _______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
