Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Feb 1999 18:25:36 -0700
From:      Warner Losh <imp@village.org>
To:        Joe Abley <jabley@clear.co.nz>
Cc:        freebsd-ports@freebsd.org, torstenb@freebsd.org
Subject:   Re: ssh (with USE_SOCKS) and socks5 
Message-ID:  <199902180125.SAA63724@harmony.village.org>
In-Reply-To: Your message of "Thu, 18 Feb 1999 12:46:16 %2B1300." <19990218124616.A71933@clear.co.nz> 
References:  <19990218124616.A71933@clear.co.nz>  

next in thread | previous in thread | raw e-mail | index | archive | help
In message <19990218124616.A71933@clear.co.nz> Joe Abley writes:
: checking whether to support SOCKS... checking whether to support SOCKS5... yes
: configure: error: Could not find the -lsocks5 library.  You must first install socks5.

You might want to try this patch to the ssh makefile:

Index: Makefile
===================================================================
RCS file: /home/imp/FreeBSD/CVS/ports/security/ssh/Makefile,v
retrieving revision 1.72
diff -u -r1.72 Makefile
--- Makefile    1999/01/02 00:12:20     1.72
+++ Makefile    1999/02/18 01:21:25
@@ -149,7 +149,7 @@
 
 # Include SOCKS firewall support
 .if defined(USE_SOCKS) && ${USE_SOCKS} == YES
-CONFIGURE_ARGS+= --with-socks="-L${PREFIX}/lib -lsocks5" --with-socks5
+CONFIGURE_ARGS+= --with-socks --with-socks5="${PREFIX}"
 .endif
 
 .include <bsd.port.post.mk>

Warner


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199902180125.SAA63724>