This is a discussion on Re: AW: AW: [squid-users] Re: ntlm won't prompt within the Squid Users forums, part of the Web Server and Related Forums category; ons 2003-07-16 klockan 14.01 skrev Mueller, Thomas: > Hi Henrik, > > I only have the following ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
ons 2003-07-16 klockan 14.01 skrev Mueller, Thomas:
> Hi Henrik, > > I only have the following files: > Makefile > -rwxr-xr-x 1 1005 root 388 May 16 16:35 Makefile.am > -rw-r--r-- 1 1005 root 10197 May 17 02:16 Makefile.in > -rwxr-xr-x 1 1005 root 2913 May 11 14:51 readme.txt > -rwxr-xr-x 1 1005 root 8832 May 11 14:51 wb_check_group.c > -rwxr-xr-x 1 1005 root 8313 May 11 14:51 wb_common.c > -rw-r--r-- 1 1005 root 665 May 11 14:51 wb_common.h > -rwxr-xr-x 1 1005 root 2242 May 11 14:51 wbntlm.h > > So it seems that i have to compile wb_check_group.c into "wb_group", but I > don't know how, i'm new to linux/squid. You need to first run the configure script found in the top level directory. This sets everything up so you can compile stuff. Then just run "make" in the directory of the helper you want to build. Note: for most helpers you need to to first build libmisc ./configure ... cd lib make cd ../helpers/... make then copy the helper to where you want to have it installed. Regards Henrik -- Donations welcome if you consider my Free Squid support helpful. https://www.paypal.com/xclick/busine...quid-cache.org Please consult the Squid FAQ and other available documentation before asking Squid questions, and use the squid-users mailing-list when no answer can be found. Private support questions is only answered for a fee or as part of a commercial Squid support contract. If you need commercial Squid support or cost effective Squid and firewall appliances please refer to MARA Systems AB, Sweden http://www.marasystems.com/, info@marasystems.com |