Anscheinend müssen mindestens folgende Pakete (bei Lenny) nachträglich installiert werden:
Code:
aptitude install flex libdaemon-dev libmysqlclient15-dev
hat jedenfalls die "command not found" Meldungen entfernt
Jetzt bekomm ich noch folgendes angezeigt:
Code:
alpha:~/hcron# make install
gcc -o hcrond options.o main.o -lmysqlclient -ldaemon
main.o: In function `main':
main.c:(.text+0x27): undefined reference to `optmain'
main.c:(.text+0x80): undefined reference to `debug'
main.c:(.text+0xa2): undefined reference to `debug'
main.c:(.text+0x13f): undefined reference to `debug'
main.o: In function `run_jobs':
main.c:(.text+0x3e7): undefined reference to `reload'
main.c:(.text+0x49e): undefined reference to `debug'
main.o: In function `db_connect':
main.c:(.text+0x576): undefined reference to `port'
main.c:(.text+0x57c): undefined reference to `dbnm'
main.c:(.text+0x582): undefined reference to `pass'
main.c:(.text+0x588): undefined reference to `user'
main.c:(.text+0x58e): undefined reference to `host'
main.c:(.text+0x5fd): undefined reference to `debug'
main.o: In function `db_update':
main.c:(.text+0x70d): undefined reference to `table'
main.c:(.text+0x76f): undefined reference to `table'
main.o: In function `refresh':
main.c:(.text+0x993): undefined reference to `table'
main.o: In function `run_this':
main.c:(.text+0xf45): undefined reference to `max_jobs'
main.c:(.text+0xf54): undefined reference to `max_jobs'
main.c:(.text+0xf5d): undefined reference to `debug'
main.c:(.text+0xfff): undefined reference to `allow_uidgid'
main.c:(.text+0x104b): undefined reference to `allow_uidgid'
main.c:(.text+0x10a3): undefined reference to `allow_notnice'
main.c:(.text+0x1100): undefined reference to `debug'
main.o: In function `childcare':
main.c:(.text+0x11b4): undefined reference to `debug'
main.c:(.text+0x11e0): undefined reference to `debug'
main.o: In function `trans':
main.c:(.text+0x17d1): undefined reference to `debug'
main.o: In function `pidnaam':
main.c:(.text+0x1b55): undefined reference to `pidfile'
collect2: ld returned 1 exit status
make: *** [hcrond] Fehler 1
Weiss jemand Rat?
Gruß
FISA4