Kerberized Apache

Sebastian Hanigk hanigk at in.tum.de
Wed Feb 20 13:34:32 EST 2008


Ido Levy <IDOL at il.ibm.com> writes:

> Following your advice I tried to compile the module on RHEL 5 64 bit
> architecture.
> Unfortunately I got the following:
>
> /usr/sbin/apxs -c -i -l gss ./mod_auth_gss.c
> /usr/lib64/apr-1/build/libtool --silent --mode=compile gcc -prefer-pic -O2
> -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector
> --param=ssp-buffer-size=4 -m64 -mtune=generic  -DLINUX=2 -D_REENTRANT
> -D_GNU_SOURCE -pthread -I/usr/include/httpd  -I/usr/include/apr-1
> -I/usr/include/apr-1   -c -o ./mod_auth_gss.lo ./mod_auth_gss.c &&
> touch ./mod_auth_gss.slo
> ./mod_auth_gss.c:1: error: expected identifier or '(' before '<' token
> ./mod_auth_gss.c:20:29: warning: character constant too long for its type
> ./mod_auth_gss.c:21:27: warning: character constant too long for its type
> ./mod_auth_gss.c:22:36: warning: character constant too long for its type
> ./mod_auth_gss.c:23:27: warning: character constant too long for its type
>
> [snip]
>
> ./mod_auth_gss.c:693: error: missing terminating " character
> ./mod_auth_gss.c:694: error: missing terminating " character
> apxs:Error: Command failed with rc=65536

Do you really have a plain text file containing the C code? Seeing
errors reported in the first line of mod_auth_gss.c (which reads "/*")
shouldn't happen.

The "<" suggests that you have downloaded the file as a HTML document,
simply try wget or copy&paste the contents of the given link into an
editor of your choice.


Sebastian



More information about the Kerberos mailing list