Re: [squid-users] squid 2.5stable1 and all nightly builds for 2.5

From: Henrik Nordstrom <hno@dont-contact.us>
Date: 18 Nov 2002 16:00:40 +0100

First error looks like it did not find the sals headers at all.. If
sasl.h is not in /usr/include then you will need to modify the Makefile
to include -I.. (and most likely -L...) to tell the compiler where to
find the sals headers (and most likely libraries).

Have only tested building this helper tested with cyrus-sasl as shipped
with RedHat linux 7.2 and 8.0, and there it compiles just fine (not
using SALS so I have no idea if this helper actually works or not, but I
presume it does..)..

Regards
Henrik

mån 2002-11-18 klockan 11.08 skrev Marc-Christian Petersen:

> gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -I../../../include -g -O2
> -Wall -D_REENTRANT -c `test -f sasl_auth.c || echo './'`sasl_auth.c
> sasl_auth.c:28:18: sasl.h: No such file or directory
> sasl_auth.c: In function `main':
> sasl_auth.c:46: `sasl_conn_t' undeclared (first use in this function)
>
> Copying sasl.h and prop.h from sasl 2.1.9 into ./include dir for SQUID gives
> this:
>
> sasl_auth.c: In function `main':
> sasl_auth.c:59: warning: passing arg 6 of `sasl_server_new' from incompatible
> pointer type
> sasl_auth.c:59: too few arguments to function `sasl_server_new'
> sasl_auth.c:87: too many arguments to function `sasl_checkpass'
> make[3]: *** [sasl_auth.o] Error 1
> make[3]: Leaving directory
Received on Thu Nov 21 2002 - 11:07:23 MST

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:11:30 MST