Current time: 04-19-2024, 03:39 PM Hello There, Guest! (LoginRegister)


Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Cronjobs ispCP? Packete mit Hcrond für 64bit und 32bit erstellt
Author Message
TheCry Away
Member
***

Posts: 851
Joined: Oct 2008
Reputation: 21
Post: #11
RE: In ISPCP cronjob enthalten??
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
(This post was last modified: 10-20-2009 10:29 PM by TheCry.)
10-20-2009 10:29 PM
Find all posts by this user Quote this message in a reply
WuChEn Offline
Junior Member
*

Posts: 192
Joined: Feb 2009
Reputation: 2
Post: #12
RE: In ISPCP cronjob enthalten??
Irgendwie komme ich hier nicht mit, ich warte bis ihr es geschafft habt. Smile

Gruß WU
10-21-2009 01:05 AM
Visit this user's website Find all posts by this user Quote this message in a reply
ZooL Offline
Moderator
*****
Moderators

Posts: 3,429
Joined: Jan 2007
Reputation: 79
Post: #13
RE: In ISPCP cronjob enthalten??
ist j a fast erledigt
10-21-2009 03:36 AM
Visit this user's website Find all posts by this user Quote this message in a reply
FISA4 Offline
Member
***

Posts: 668
Joined: Feb 2008
Reputation: 15
Post: #14
RE: In ISPCP cronjob enthalten??
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
(This post was last modified: 10-21-2009 05:36 AM by FISA4.)
10-21-2009 05:35 AM
Find all posts by this user Quote this message in a reply
WuChEn Offline
Junior Member
*

Posts: 192
Joined: Feb 2009
Reputation: 2
Post: #15
RE: In ISPCP cronjob enthalten??
Dann weiss ich ja was ich morgen früh nach dem Aufstehn zuerst mache *fg

Gruß WU
10-21-2009 05:42 AM
Visit this user's website Find all posts by this user Quote this message in a reply
FISA4 Offline
Member
***

Posts: 668
Joined: Feb 2008
Reputation: 15
Post: #16
RE: In ISPCP cronjob enthalten??
(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
(This post was last modified: 10-21-2009 06:51 AM by FISA4.)
10-21-2009 06:51 AM
Find all posts by this user Quote this message in a reply
FISA4 Offline
Member
***

Posts: 668
Joined: Feb 2008
Reputation: 15
Post: #17
RE: In ISPCP cronjob enthalten??
(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
(This post was last modified: 10-21-2009 11:19 AM by FISA4.)
10-21-2009 10:48 AM
Find all posts by this user Quote this message in a reply
TheCry Away
Member
***

Posts: 851
Joined: Oct 2008
Reputation: 21
Post: #18
RE: In ISPCP cronjob enthalten??
Da fehlt noch ein Paket...
Code:
apt-get install gettext
Und immer ein "make clean" vor einem neuen Versuch ausführen!
10-21-2009 03:56 PM
Find all posts by this user Quote this message in a reply
WuChEn Offline
Junior Member
*

Posts: 192
Joined: Feb 2009
Reputation: 2
Post: #19
RE: In ISPCP cronjob enthalten??
Gibt es schon was neues?

Gruß WU
10-23-2009 05:53 AM
Visit this user's website Find all posts by this user Quote this message in a reply
FISA4 Offline
Member
***

Posts: 668
Joined: Feb 2008
Reputation: 15
Post: #20
RE: In ISPCP cronjob enthalten??
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
10-23-2009 10:37 AM
Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)