[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: heimdal-0.xy & afslog



Johan Danielsson wrote:
> 
> Ralf Grabow <heimdal@systron.de> writes:
> 
> > ./configure  --with-openldap=/usr/local/bin/
> > --with-openldap-lib=/usr/local/lib
> > --with-openldap-include=/usr/src/openldap-2.0.21/include/ --without-ipv6
> 
> Do you have krb4 support enabled?
> 
> /Johan

Sorry I've lost one line
> > ./configure  --with-openldap=/usr/local/bin/
> > --with-openldap-lib=/usr/local/lib
> > --with-openldap-include=/usr/src/openldap-2.0.21/include/ --without-ipv6
--enable-kaserver --with-krb4

it was enabled.


Standard-output configure shows:

...
checking for a BSD compatible install... /usr/local/afs/install -c 
...
config.status: creating lib/auth/afskauthlib/Makefile
...
config.status: creating lib/kafs/Makefile
...
config.status: creating appl/afsutil/Makefile
...


Standard-output make shows:

...
Making all in kafs
make[2]: Entering directory `/export/src/heimdal-0.4e/lib/kafs'
 cp ./kafs.h ../../include/kafs.h
make[2]: Leaving directory `/export/src/heimdal-0.4e/lib/kafs'
...
Making all in afsutil
make[2]: Entering directory `/export/src/heimdal-0.4e/appl/afsutil'
make[2]: Leaving directory `/export/src/heimdal-0.4e/appl/afsutil'
...

Standard-error make shows:

...
crypto.c: In function `DES_AFS3_Transarc_string_to_key':
crypto.c:251: warning: passing arg 1 of `des_cbc_cksum' from
incompatible pointer type
crypto.c:256: warning: passing arg 1 of `des_cbc_cksum' from
incompatible pointer type
...

What else can i look for?
Ralf