bloody netatalk


Subject: bloody netatalk
From: Nathaniel Irons (beppo@bumppo.net)
Date: Fri Oct 06 2000 - 23:46:44 MDT


I want netatalk to work with 2-way encrypted passwords. No success with
the version installed by CS 1.2, so I eventually concluded that the lack
of libdes in CS indicated that the stock netatalk probably hadn't been
compiled with libdes, which would explain the cleartext passwords.

So I'm trying to build netatalk 1.4b2 from source, following the howto
until I get to the make step, whereupon make dies thusly:

---
$ make
Making all for linux...
make[1]: Entering directory `/home/irons/src/netatalk-1.4b2/sys/linux'
cd ../../libatalk; make -w CC="gcc" \
    ADDLIBS="" DEFS="" OPTOPTS="-O2 -fsigned-char" \
    SBINDIR="/usr/local/atalk/etc" BINDIR="/usr/local/atalk/bin"
RESDIR="/usr/local/atalk/etc" \
    ETCDIR="/usr/local/atalk/etc" LIBDIR="/usr/local/atalk/lib"
INCDIR="/usr/local/atalk/include" \
    DESTDIR="/usr/local/atalk" AFSDIR="" KRBDIR="" all
make[2]: Entering directory `/home/irons/src/netatalk-1.4b2/libatalk'
cd asp; make -w CC="gcc" DEFS="" \
    OPTOPTS="-O2 -fsigned-char"
make[3]: Entering directory
`/home/irons/src/netatalk-1.4b2/libatalk/asp'
gcc -p  -O2 -fsigned-char -I../../include -c asp_close.c
ld -r -o asp_close.o- asp_close.o
mv asp_close.o- profiled/asp_close.o
gcc  -O2 -fsigned-char -I../../include -c asp_close.c
ld -r -o asp_close.o- asp_close.o
mv asp_close.o- asp_close.o
gcc -p  -O2 -fsigned-char -I../../include -c asp_cmdreply.c
ld -r -o asp_cmdreply.o- asp_cmdreply.o
mv asp_cmdreply.o- profiled/asp_cmdreply.o
gcc  -O2 -fsigned-char -I../../include -c asp_cmdreply.c
ld -r -o asp_cmdreply.o- asp_cmdreply.o
mv asp_cmdreply.o- asp_cmdreply.o
gcc -p  -O2 -fsigned-char -I../../include -c asp_getreq.c
In file included from asp_getreq.c:27:
../../include/netatalk/endian.h:32: bytesex.h: No such file or directory
make[3]: *** [asp_getreq.o] Error 1
make[3]: Leaving directory `/home/irons/src/netatalk-1.4b2/libatalk/asp'
make[2]: *** [asp] Error 2
make[2]: Leaving directory `/home/irons/src/netatalk-1.4b2/libatalk'
make[1]: *** [../../libatalk] Error 2
make[1]: Leaving directory `/home/irons/src/netatalk-1.4b2/sys/linux'
make: *** [all] Error 2
---

bytesex.h is not present on my system. I can't find a reference to it in the archives for YDL, linuxppc, or debian. Suggestions appreciated.

-nat



This archive was generated by hypermail 2a24 : Fri Oct 06 2000 - 23:54:05 MDT