ispCP - Board - Support
Cronjobs ispCP? Packete mit Hcrond für 64bit und 32bit erstellt - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega International Area (/forum-22.html)
+--- Forum: German Corner (/forum-26.html)
+---- Forum: Plauderecke (/forum-49.html)
+---- Thread: Cronjobs ispCP? Packete mit Hcrond für 64bit und 32bit erstellt (/thread-8151.html)

Pages: 1 2 3 4 5 6 7 8 9 10


RE: In ISPCP cronjob enthalten?? - TheCry - 10-20-2009 10:29 PM

Code:
main.c:34:25: error: mysql/mysql.h: Datei oder Verzeichnis nicht gefunden
Das dürftest Du mit
Code:
apt-get install libmysqlclient15-dev
beheben
Den Rest findest Du in diesem Devel-Paket:
Code:
apt-get install libdaemon-dev



RE: In ISPCP cronjob enthalten?? - WuChEn - 10-21-2009 01:05 AM

Irgendwie komme ich hier nicht mit, ich warte bis ihr es geschafft habt. Smile

Gruß WU


RE: In ISPCP cronjob enthalten?? - ZooL - 10-21-2009 03:36 AM

ist j a fast erledigt


RE: In ISPCP cronjob enthalten?? - FISA4 - 10-21-2009 05:35 AM

Ich versuch nachher mal:

Code:
aptitude install build-essential
aptitude install libmysqlclient15-dev
aptitude install libdaemon-dev

und danach

Code:
make install

Mal schauen was dabei rauskommt.

EDIT:
Wenn es klappt, dann gibts das HowTo in deutsch für Debian Lenny

Gruß

FISA4


RE: In ISPCP cronjob enthalten?? - WuChEn - 10-21-2009 05:42 AM

Dann weiss ich ja was ich morgen früh nach dem Aufstehn zuerst mache *fg

Gruß WU


RE: In ISPCP cronjob enthalten?? - FISA4 - 10-21-2009 06:51 AM

(10-21-2009 05:42 AM)WuChEn Wrote:  Dann weiss ich ja was ich morgen früh nach dem Aufstehn zuerst mache *fg

Gruß WU

Ich bin immer morgens nach dem Aufstehen hier im Forum.
Erst danach gönne ich mir nen Kaffee. Wink

Ich kann aber nicht versprechen wann ich das HowTo (wenn es klappt) schreibe.
Kann auch morgen Mittag werden. Rolleyes

Gruß

FISA4


RE: In ISPCP cronjob enthalten?? - FISA4 - 10-21-2009 10:48 AM

(10-21-2009 05:35 AM)FISA4 Wrote:  Mal schauen was dabei rauskommt.

Code:
ispcp:~/hcrond-0.3.2# make install
gcc -std=c99 -pedantic -Wall -W   -c -o main.o main.c
main.c: In function ârun_thisâ:
main.c:481: warning: initialization discards qualifiers from pointer target type
gcc -o hcrond options.o main.o -I'/usr/include/mysql' -L/usr/lib64/mysql -lmysqlclient -ldaemon -lpthread
main.o: In function `main':
main.c:(.text+0x17): undefined reference to `optmain'
main.c:(.text+0x6e): undefined reference to `debug'
main.c:(.text+0x91): undefined reference to `debug'
main.c:(.text+0x127): undefined reference to `debug'
main.o: In function `run_jobs':
main.c:(.text+0x39e): undefined reference to `reload'
main.c:(.text+0x463): undefined reference to `debug'
main.o: In function `db_connect':
main.c:(.text+0x52b): undefined reference to `port'
main.c:(.text+0x532): undefined reference to `dbnm'
main.c:(.text+0x539): undefined reference to `pass'
main.c:(.text+0x540): undefined reference to `user'
main.c:(.text+0x547): undefined reference to `host'
main.c:(.text+0x5ae): undefined reference to `debug'
main.o: In function `db_update':
main.c:(.text+0x7e1): undefined reference to `table'
main.c:(.text+0x83f): undefined reference to `table'
main.o: In function `refresh':
main.c:(.text+0xa88): undefined reference to `table'
main.o: In function `run_this':
main.c:(.text+0xfb3): undefined reference to `max_jobs'
main.c:(.text+0xfc3): undefined reference to `max_jobs'
main.c:(.text+0xfcd): undefined reference to `debug'
main.c:(.text+0x104e): undefined reference to `allow_uidgid'
main.c:(.text+0x1090): undefined reference to `allow_uidgid'
main.c:(.text+0x10de): undefined reference to `allow_notnice'
main.c:(.text+0x1131): undefined reference to `debug'
main.o: In function `childcare':
main.c:(.text+0x11db): undefined reference to `debug'
main.c:(.text+0x1208): undefined reference to `debug'
main.o: In function `trans':
main.c:(.text+0x180c): undefined reference to `debug'
main.o: In function `pidnaam':
main.c:(.text+0x1be6): undefined reference to `pidfile'
collect2: ld returned 1 exit status
make: *** [hcrond] Fehler 1
ispcp:~/hcrond-0.3.2#

hmmmm.... undefinierte Referenzen....
Ob das wohl läuft ???

Reboot brachte:
[Image: hc_screen.jpg]

Wird wohl momentan noch nichts mit Cronjobs. Sad
Oder weiss jemand Rat ???


Gruß

FISA4


RE: In ISPCP cronjob enthalten?? - TheCry - 10-21-2009 03:56 PM

Da fehlt noch ein Paket...
Code:
apt-get install gettext
Und immer ein "make clean" vor einem neuen Versuch ausführen!


RE: In ISPCP cronjob enthalten?? - WuChEn - 10-23-2009 05:53 AM

Gibt es schon was neues?

Gruß WU


RE: In ISPCP cronjob enthalten?? - FISA4 - 10-23-2009 10:37 AM

Noch nicht.

Das Problem ist, dass ich nur Montags großartig Zeit zum ausprobieren habe. Ich muss nämlich 6 Tage in der Woche arbeiten.

Das mit "apt-get install gettext" und "make clean" hat nicht geholfen.
Ich muss das nochmalganz in Ruhe machen. Wink

Gruß

FISA4