koitin kääntää tuota purettua ftpd-topfield-0.7.4.tar.gz "make install" komennolla.
Sain virheilmoituksen:
install -d /usr/sbin /usr/share/man/man8
install ftpd /usr/sbin/ftpd-topfield
install: cannot stat `ftpd': No such file or directory
make: *** [install] Error 1
Joten missä mahtaa olla vika?
Eikä liioin toimi sudo make
if [ ! -d libtopfield ]; then ln -s ../libtopfield .; fi
make -C libtopfield
make[1]: Entering directory `/home/sami/Desktop/ftpd/libtopfield'
cc -std=gnu99 -Wall -D_FILE_OFFSET_BITS=64 -O3 -g -fexpensive-optimizations -fomit-frame-pointer -frename-registers -c -o tf_io.o tf_io.c
In file included from tf_io.c:26:
usb_io.h:39:27: error: linux/usb_ch9.h: No such file or directory
make[1]: *** [tf_io.o] Error 1
make[1]: Leaving directory `/home/sami/Desktop/ftpd/libtopfield'
make: *** [libs] Error 2