aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Pages: 1 [2]

Author Topic: help compiling amuled and amuleweb under Fedora 4  (Read 9465 times)

stefanero

  • Some Support
  • Developer
  • Hero Member
  • *****
  • Karma: 8
  • Offline Offline
  • Posts: 4235
Re: help compiling amuled and amuleweb under Fedora 4
« Reply #15 on: January 23, 2006, 05:27:04 PM »

rpm -Uvh --force wxGTK....

or

http://www.amule.org/wiki/index.php/How_to_uninstall_wxWidgets

and then

rpm -Uvh ....
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."

someuser77

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 20
Re: help compiling amuled and amuleweb under Fedora 4
« Reply #16 on: January 23, 2006, 05:45:04 PM »

okay.
first of all thanks to everyone for the help!  :D
now, "rpm -qa | grep wx" returns only "wxGTK-2.6.2-0.2.2.fc4"
is it safe to go to the source dir and run
Code: [Select]
./configure --enable-amulecmd --enable-webserver --disable-monolithic --enable-amule-daemon --enable-amulewebto compile amuled (server?) and the web interface?
Logged

stefanero

  • Some Support
  • Developer
  • Hero Member
  • *****
  • Karma: 8
  • Offline Offline
  • Posts: 4235
Re: help compiling amuled and amuleweb under Fedora 4
« Reply #17 on: January 23, 2006, 07:43:17 PM »

i think so yes...lets so if it works till the end ;)
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."

someuser77

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 20
Re: help compiling amuled and amuleweb under Fedora 4
« Reply #18 on: January 23, 2006, 08:13:36 PM »

Quote
checking that wxWidgets has support for large files... no
configure: error:
                Support for large files in wxWidgets is required by aMule.
                To continue you must recompile wxWidgets with support for
                large files enabled.
back to square one?  ;(
is there a way to check if wxWidgets is compiled with what it needs?
edit: config.log:
Quote
configure:6368: checking for wx-config
configure:6400: result: no
configure:6562: checking that wxWidgets has support for large files
configure:6576: g++ -E  conftest.cc
conftest.cc:2:21: error: wx/wx.h: No such file or directory
conftest.cc:6:5: error: #error No LargeFile support!;

Quote
$ ls -la /usr/bin/wx*
ls: /usr/bin/wx*: No such file or directory
« Last Edit: January 23, 2006, 08:24:40 PM by someuser77 »
Logged

wuischke

  • Developer
  • Hero Member
  • *****
  • Karma: 183
  • Offline Offline
  • Posts: 4292
Re: help compiling amuled and amuleweb under Fedora 4
« Reply #19 on: January 23, 2006, 08:41:53 PM »

I think you'll need the devel-package for wx (libwxGTK-2.6-dev or similar)
Logged

someuser77

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 20
Re: help compiling amuled and amuleweb under Fedora 4
« Reply #20 on: January 23, 2006, 09:29:15 PM »

okay. i installed wxGTK-gl-2.6 and wxGTK-devel-2.6 and i did:
Code: [Select]
./configure --enable-amulecmd --enable-webserver --disable-monolithic --enable-amule-daemon --enable-amuleweb
make
make install
no errors!  8) thanks wuischke! thanks stefanero!  :baby:
a... whats next? do i test it somehow?
Logged

stefanero

  • Some Support
  • Developer
  • Hero Member
  • *****
  • Karma: 8
  • Offline Offline
  • Posts: 4235
Re: help compiling amuled and amuleweb under Fedora 4
« Reply #21 on: January 23, 2006, 10:40:30 PM »

I guess you test it while running ;)

http://www.amule.org/wiki/index.php/AMuleWeb
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."

someuser77

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 20
Re: help compiling amuled and amuleweb under Fedora 4
« Reply #22 on: January 24, 2006, 05:36:50 AM »

okay, i edited AcceptExternalConnections, ECUseTCPPort and ECPassword in amule.conf.
what must i edit in rempte.conf?
i get:
Quote
This is amuleweb 2.1.0
Creating client...
CECSocket error: The timeout for this operation expired
CECSocket error: The timeout for this operation expired
Connection Failed. Unable to connect to the specified host
Logged

stefanero

  • Some Support
  • Developer
  • Hero Member
  • *****
  • Karma: 8
  • Offline Offline
  • Posts: 4235
Re: help compiling amuled and amuleweb under Fedora 4
« Reply #23 on: January 24, 2006, 09:27:29 AM »

did you restart amuled ?

check on console that it starts teh EC-port, there should be a msg
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."

someuser77

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 20
Re: help compiling amuled and amuleweb under Fedora 4
« Reply #24 on: January 24, 2006, 04:58:28 PM »

okay. i restarted all amule* processes and added passwords for GuestPassword and AdminPassword but now the status says "Not connected", do i need to open other ports or can it use the ports i opened for aMule in my previous try?
edit: okay, i opened the tcp and udp ports listed under [ec]/Port and i think it worked. thanks!  :D
« Last Edit: January 24, 2006, 05:02:22 PM by someuser77 »
Logged

stefanero

  • Some Support
  • Developer
  • Hero Member
  • *****
  • Karma: 8
  • Offline Offline
  • Posts: 4235
Re: help compiling amuled and amuleweb under Fedora 4
« Reply #25 on: January 24, 2006, 05:58:51 PM »

ec-ports? but but

well ec port is the port amuleweb uses to connect to amuled,
usually you start amuleweb on the same host as amuled, so no need to open port actually.

the only port you need to open is when you want to connect from the internet to your mashine, but then you need to open the webinterface port for firefox f.e.
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."
Pages: 1 [2]