search for: lsocks5

Displaying 8 results from an estimated 8 matches for "lsocks5".

Did you mean: socks5
2016 Jun 10
2
compiling with lsocks support on centos 6?
..... /usr/bin/xgettext checking for msgmerge... /usr/bin/msgmerge checking for CFPreferencesCopyAppValue... no checking for CFLocaleCopyCurrent... no checking for GNU gettext in libc... yes checking whether to use NLS... yes checking where the gettext function comes from... libc checking for main in -lsocks5... no configure: error: cannot find -lsocks5 library [jason at nibbler lftp-4.7.2]$ ive looked and cant seem to figure out where to download the libsocks stuff? I found 1 post on the innernets that said that its integrated in the kernel? How can I get this compiled with socks(5) support? Jason
2016 Jun 10
1
compiling with lsocks support on centos 6?
.../msgmerge >> checking for CFPreferencesCopyAppValue... no >> checking for CFLocaleCopyCurrent... no >> checking for GNU gettext in libc... yes >> checking whether to use NLS... yes >> checking where the gettext function comes from... libc >> checking for main in -lsocks5... no >> configure: error: cannot find -lsocks5 library >> [jason at nibbler lftp-4.7.2]$ >> >> ive looked and cant seem to figure out where to download the libsocks >> stuff? I found 1 post on the innernets that said that its integrated in >> the kernel? >&gt...
2016 Jun 10
0
compiling with lsocks support on centos 6?
...for msgmerge... /usr/bin/msgmerge > checking for CFPreferencesCopyAppValue... no > checking for CFLocaleCopyCurrent... no > checking for GNU gettext in libc... yes > checking whether to use NLS... yes > checking where the gettext function comes from... libc > checking for main in -lsocks5... no > configure: error: cannot find -lsocks5 library > [jason at nibbler lftp-4.7.2]$ > > ive looked and cant seem to figure out where to download the libsocks > stuff? I found 1 post on the innernets that said that its integrated in > the kernel? > How can I get this compile...
2001 Oct 07
3
socks and misc patch to 2.9.9p2
...+AC_ARG_WITH(socks, + [ --with-socks Build with SOCKS firewall support.], + [ case "$withval" in + no) + AC_MSG_RESULT(no) + ;; + yes) + AC_MSG_RESULT(yes) + AC_CHECK_LIB(socks5, SOCKSconnect, [ + socks=5 + LIBS="-lsocks5 $LIBS"], [ + AC_CHECK_LIB(socks, Rconnect, [ + socks=4 + LIBS="-lsocks $LIBS"], [ + AC_MSG_ERROR(SOCKS library missing. You must first install socks.) ] ) ] ) + ;; + esac ], + AC_MSG_RESULT(no) +) + +if test &qu...
2002 May 11
4
socks5 support
...+AC_ARG_WITH(socks, + [ --with-socks Build with SOCKS firewall support.], + [ case "$withval" in + no) + AC_MSG_RESULT(no) + ;; + yes) + AC_MSG_RESULT(yes) + AC_CHECK_LIB(socks5, SOCKSconnect, [ + socks=5 + LIBS="-lsocks5 $LIBS"], [ + AC_CHECK_LIB(socks, Rconnect, [ + socks=4 + LIBS="-lsocks $LIBS"], [ + AC_MSG_ERROR(SOCKS library missing. You must first install socks.) ] ) ] ) + ;; + esac ], + AC_MSG_RESULT(no) +) + +if test &qu...
2000 Jan 19
3
AIX openssh patches
...uot;${with_socks+set}" = set; then + withval="$with_socks" + case "$withval" in + no) + echo "$ac_t""no" 1>&6 + ;; + yes) + echo "$ac_t""yes" 1>&6 + echo $ac_n "checking for SOCKSconnect in -lsocks5""... $ac_c" 1>&6 + echo "configure:6842: checking for SOCKSconnect in -lsocks5" >&5 + ac_lib_var=`echo socks5'_'SOCKSconnect | sed 'y%./+-%__p_%'` + if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\&qu...
2001 Mar 11
6
what about socks support?
Is there any plan to add socks 4 or socks 5 support to openssh like the original ssh developed in finland?? Michael Michael at bizsystems.com
2000 Sep 25
3
socks proxy support
is openssh going to ever contain socks4/5 proxy support (http://www.socks.nec.com/) the same way ssh (nonfree version) does? Without this support, openssh is completely unusable behind a firewall. Hayden A. James