aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: Kein amuled  (Read 2887 times)

Andi99

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 7
Kein amuled
« on: January 14, 2005, 12:29:19 PM »

Hallo ich habe mir die rpm´s für mandrake runtergeladen, leider vermisse ich den demon (amuled) bei den rpm´s
und wenn ich selber compilen will, habe ich nur fehlermeldungen.

Ich benutze meinen Mandrake 10.0 rechner ohne kde oder gnome auch kein xwindows, da dort eigentlich nur dienste wie ircd´s und andere sachen laufen.

-------Translate with google--------

Hello I has itself rpm's for mandrake down-loaded, unfortunately misses I demon (amuled) with rpm's and if I want to compilen, I have only error messages.  I use my Mandrake of 10,0 computers without kde or gnomes also none xwindows, since there actually only services run as ircd's and other things.
Logged

stefanero

  • Some Support
  • Developer
  • Hero Member
  • *****
  • Karma: 8
  • Offline Offline
  • Posts: 4235
Re: Kein amuled
« Reply #1 on: January 14, 2005, 12:38:26 PM »

hey

you have to have wxBase installed to succesfully compile aMuled without x-server.
BUT you need it atleast in the version 2.5.3.
get it from http://www.wxwidgets.org

also I would recommend you to use latest CVS builds from http://amule.hirnriss.net
since some major problems with daemon and amuleweb have been soved after rc8.
for getting the webserver to run and some other issues check http://wiki.amule.org

if you have any problems just ask.

stefanero
Logged
In its default setup, Windows XP on the Internet amounts to a car
parked in a bad part of town, with the doors unlocked, the key in
the ignition and a Post-It note on the dashboard saying, "Please
don't steal this."

Andi99

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 7
now i have a compile problem
« Reply #2 on: January 14, 2005, 04:02:00 PM »

Ich gehe genau nach dem was oben stand, ich habe wxbase instaliert und die letzte cvs version, trotzdem bekomme ich es nicht compiliert :( make bricht ab mit der unteren meldung.

-----------------------google translate---------------------------------------------------
I go exactly to which above, I have wxbase instaliert and, nevertheless I get the last cvs version it not compiled: (  make breaks off with the lower message.


************************************************************
In file included from ListenSocket.cpp:28:
ServerList.h:87: error: field `udp_timer' has incomplete type
In file included from ListenSocket.cpp:41:
sockets.h:102: error: field `m_idRetryTimer' has incomplete type
ListenSocket.cpp:112:18: warning: #warning check closing method to change order and get rid of this
ListenSocket.cpp:826:50: warning: #warning Here should be the IDHybrid, but we don't use it yet and I'm afraid it will break a lot ;)
ListenSocket.cpp:832:42: warning: #warning Here should be the IDHybrid, but we don't use it yet and I'm afraid it will break a lot ;)
ListenSocket.cpp:1172:42: warning: #warning We need a new ProcessSharedFileList that can handle dirs. ___UNICODE___
make[4]: *** [amule-ListenSocket.o] Fehler 1
make[4]: Leaving directory `/home/andi/amule-cvs/src'
make[3]: *** [all-recursive] Fehler 1
make[3]: Leaving directory `/home/andi/amule-cvs/src'
make[2]: *** [all] Fehler 2
make[2]: Leaving directory `/home/andi/amule-cvs/src'
make[1]: *** [all-recursive] Fehler 1
make[1]: Leaving directory `/home/andi/amule-cvs'
make: *** [all] Fehler 2
Logged

stefanero

  • Some Support
  • Developer
  • Hero Member
  • *****
  • Karma: 8
  • Offline Offline
  • Posts: 4235
Re: Kein amuled
« Reply #3 on: January 14, 2005, 04:09:48 PM »

hey, you should look at
./configure --help

what configure options did you use?

you need atleast
--enable-amule-deamon --disable-monolithic  

first one to build the daemon, 2nd to disable amule-gui,
and the amule-gui is which is causing the problem here, so just rerun configure with those options at least
and dont forget webserver or amulecmd aswell.

stefanero
Logged
In its default setup, Windows XP on the Internet amounts to a car
parked in a bad part of town, with the doors unlocked, the key in
the ignition and a Post-It note on the dashboard saying, "Please
don't steal this."

Andi99

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 7
Thx :)
« Reply #4 on: January 14, 2005, 06:54:29 PM »

Thx for the fast Help, amuled works now fine :)

a small prob is the background runnig.... is startet amuled &
when i disconect from the shell (putty) the client stopping :/
i have the amuled startet with a at job, now he is running


Thx :)
Logged

Kry

  • Ex-developer
  • Retired admin
  • Hero Member
  • *****
  • Karma: -665
  • Offline Offline
  • Posts: 5795
Re: Kein amuled
« Reply #5 on: January 14, 2005, 08:53:12 PM »

you can run "screen amuled"  and then press "ctrl-a d" and it will be detached from your terminal, and you can then close it without closing amule
Logged

stefanero

  • Some Support
  • Developer
  • Hero Member
  • *****
  • Karma: 8
  • Offline Offline
  • Posts: 4235
Re: Kein amuled
« Reply #6 on: January 14, 2005, 09:31:01 PM »

but with & should work aswell..at least it does here...since amuled without any options does not give a lot of output anyway
Logged
In its default setup, Windows XP on the Internet amounts to a car
parked in a bad part of town, with the doors unlocked, the key in
the ignition and a Post-It note on the dashboard saying, "Please
don't steal this."

ken

  • Hero Member
  • *****
  • Karma: 4
  • Offline Offline
  • Posts: 825
Re: Kein amuled
« Reply #7 on: January 14, 2005, 11:03:15 PM »

Is amuled exiting because of SIGHUP?  Perhaps you need to run it with "nohup" (see "man nohup").
Logged