Click to See Complete Forum and Search --> : install options with source code


fretbrner
05-21-2003, 02:35 PM
I am having a bit of trouble installing different options under./configure

I need to install samba and squid with a few different options.

for squid:

Squid must be built with the configure options:

--enable-auth="ntlm,basic" --enable-basic-auth-helpers="winbind"
--enable-ntlm-auth-helpers="winbind"


Samba must be built with configure options:

--with-winbind
--with-winbind-auth-challenge (needed for ntlm)

how do I get it to samba and squid to configure with these options. I can only get one to work at a time. What would be the correct syntax for writing out this command.