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 3

Author Topic: Webserver: Configure ok, make.... ko (another user, different problem;) )  (Read 14175 times)

mithrandir77

  • Jr. Member
  • **
  • Karma: 0
  • Offline Offline
  • Posts: 69

Hi to everyone.
I'm a new user and i have the same problem, configure ok, make ko.
But i  have tried with solutions above and nothing is changed

The output is attacched



can anyone help me?  ;(
« Last Edit: October 21, 2005, 01:36:37 PM by mithrandir77 »
Logged

thedude0001

  • evil bugfinder ;)
  • Hero Member
  • *****
  • Karma: 6
  • Offline Offline
  • Posts: 827

Splitted from the other thread since the problem seems to be something different. Please open a new thread for your problem instead of posting into an existing one unless you are really sure that your problem is the same. (And "amule crashes" doesn't qualify as "the same problem" ;) )
Logged
Das Schlimme auf dieser Welt ist
daß die Dummen so selbstsicher sind
und die Gescheiten so voller Zweifel.

mithrandir77

  • Jr. Member
  • **
  • Karma: 0
  • Offline Offline
  • Posts: 69

Quote
Originally posted by thedude0001
Splitted from the other thread since the problem seems to be something different. Please open a new thread for your problem instead of posting into an existing one unless you are really sure that your problem is the same. (And "amule crashes" doesn't qualify as "the same problem" ;) )

I'm sorry... i suspect that the problem is really similar to previous  ;)
Logged

mithrandir77

  • Jr. Member
  • **
  • Karma: 0
  • Offline Offline
  • Posts: 69

However

i've tried to compile later this configure

./configure --with-wx-config=/usr/local/bin/wx-config --enable-webserver --enable-amulecmd --enable-amulecmdgui --enable-webservergui --enable-amule-gui --enable-wxcas --enable-cas --enable-alc --enable-alcc --enable-kad-compile --enable-amule-daemon --enable-optimize

and it's fails like i have post previously



If i try to compile with this configure

wx_config_args="--toolkit=gtk" ./configure --enable-webserver --enable-amulecmd --enable-amulecmdgui --enable-webservergui --enable-amule-gui --enable-wxcas --enable-cas --enable-alc --enable-alcc --enable-kad-compile --enable-amule-daemon --enable-optimize

it fails but in another moment of compilation, the previous step doesn't fail...

 ?(
Logged

mithrandir77

  • Jr. Member
  • **
  • Karma: 0
  • Offline Offline
  • Posts: 69

#ls -l /usr/bin/wx*

-rwxr-xr-x  1 root root  4992 2005-03-19 20:12 /usr/bin/wx2_conv
lrwxrwxrwx  1 root root    39 2005-10-21 14:32 /usr/bin/wx-config -> /usr/lib/wx/config/gtk-ansi-release-2.6
lrwxrwxrwx  1 root root     8 2005-10-21 14:32 /usr/bin/wxrc -> wxrc-2.6
-rwxr-xr-x  1 root root 74642 2005-04-24 03:12 /usr/bin/wxrc-2.6

#ls -l /usr/local/bin/wx*
-rwxr-xr-x  1 root root 988719 2005-10-21 13:17 /usr/local/bin/wxcas
lrwxrwxrwx  1 root root     46 2005-10-21 14:30 /usr/local/bin/wx-config -> /usr/local/lib/wx/config/gtk2-ansi-release-2.6
lrwxrwxrwx  1 root root      8 2005-10-21 14:30 /usr/local/bin/wxrc -> wxrc-2.6
-rwxr-xr-x  1 root root  74691 2005-10-21 14:30 /usr/local/bin/wxrc-2.6


# rpm -qa | grep wx
wxGTK-2.6.0-1
wxGTK-compat-2.5.3.1-5



These are the libraries installed on my Suse 9.3 system
Logged

stefanero

  • Some Support
  • Developer
  • Hero Member
  • *****
  • Karma: 8
  • Offline Offline
  • Posts: 4235

well btw:

you have 3 wx-GTK installed on your system, probably one from suse and one from somewhere else, and also you compiled on in /usr/local/bin

to say it short, its a big time mess ;)

fastest way would be

remove the 2rpms and live with teh wxGTK install in /usr/local/bin

and recompile amule with that....

IF you get a startup error afterwards with amule, saying it cant find the libraries

ADD

/usr/local/lib

to

/etc/ld.so.conf

and rerun /sbin/ldconfig, tehn it should work
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."

mithrandir77

  • Jr. Member
  • **
  • Karma: 0
  • Offline Offline
  • Posts: 69

I have problems with a lot of dependencies for wxGTK. These make me not able to uninstall with rpm -e

I think is not a nice solution to force uninstalling  ?(






P.s.: sorry for using of two post ;)
« Last Edit: October 21, 2005, 03:58:12 PM by mithrandir77 »
Logged

stefanero

  • Some Support
  • Developer
  • Hero Member
  • *****
  • Karma: 8
  • Offline Offline
  • Posts: 4235

try to use the configure flag

--with-wx-config=/usr/local/bin/wx-config

and see if that helps...
I think your compile problems are due to the wx-libs mess....but mabye specifying the one you compiled yourself might help
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."

mithrandir77

  • Jr. Member
  • **
  • Karma: 0
  • Offline Offline
  • Posts: 69

I just use this option

./configure --with-wx-config=/usr/local/bin/wx-config --enable-webserver --enable-amulecmd --enable-amulecmdgui --enable-webservergui --enable-amule-gui --enable-wxcas --enable-cas --enable-alc --enable-alcc --enable-kad-compile --enable-amule-daemon --enable-optimize

 ;(
Logged

stefanero

  • Some Support
  • Developer
  • Hero Member
  • *****
  • Karma: 8
  • Offline Offline
  • Posts: 4235

whats the current error msg? can you also try to download a "clean" tarball and unpack and use this one?
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."

mithrandir77

  • Jr. Member
  • **
  • Karma: 0
  • Offline Offline
  • Posts: 69
Re: Webserver: Configure ok, make.... ko (another user, different problem;) )
« Reply #10 on: October 22, 2005, 12:08:21 PM »

Ok, i will try to download a clean tarball and try another time.

The error message is the same of previous, but it happens 3 or 4 compilation steps later.



P.s.: for the cvs tarball, i need only to unpack, run configure, make and make install as other tarball or i need other steps?
Logged

stefanero

  • Some Support
  • Developer
  • Hero Member
  • *****
  • Karma: 8
  • Offline Offline
  • Posts: 4235
Re: Webserver: Configure ok, make.... ko (another user, different problem;) )
« Reply #11 on: October 22, 2005, 12:40:36 PM »

yup only those steps....
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."

mithrandir77

  • Jr. Member
  • **
  • Karma: 0
  • Offline Offline
  • Posts: 69
Re: Webserver: Configure ok, make.... ko (another user, different problem;) )
« Reply #12 on: October 22, 2005, 03:09:25 PM »

I have tried with a clean tarball but the result is the same

I have attached make output.

 ;(
Logged

stefanero

  • Some Support
  • Developer
  • Hero Member
  • *****
  • Karma: 8
  • Offline Offline
  • Posts: 4235
Re: Webserver: Configure ok, make.... ko (another user, different problem;) )
« Reply #13 on: October 22, 2005, 03:38:23 PM »

can we try something completly different?
since my bet is still your wx-libs are brocken and it does not help to compile over and over against those brocken libs

do this for a test to find it out:

download wxGTK-2.6.2 from wxwidgets.org

mkdir /home/USER_NAME/libs/wxgtk

configure wxGTK-2.6.2 with --prefix=/home/USER_NAME/libs/wxgtk/

make and make install

...................................

now try to rebuild amule with

--with-wx-config=/home/USER_NAME/libs/wxgtk/bin/wx-config


and we will see if your wxgtk is fucked or its your systems fault ;) but I doubt so :))

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

IhmSelbst

  • Full Member
  • ***
  • Karma: 3
  • Offline Offline
  • Posts: 220
    • http://www.ed2k-serverboard.de/
Re: Webserver: Configure ok, make.... ko (another user, different problem;) )
« Reply #14 on: October 22, 2005, 05:02:36 PM »

hi,
i fear, there could exist a third possibility: something seems changed from october, 18th...
although using a "clean" tarball and install-/builddir, this happens on my SuSE9.3-box, too, when trying to build amule with the option "--enable-webserver" and/or "--enable-amuleweb".
(even with "--disable-monolithic" and only "--enable-webserver" it fails.)
but leaving away the "--enable-webserver" and/or "--enable-amuleweb", and keeping anything as before, or trying a cvs.tar.bz2 up to october, 17th, it works. - but, without webserver, the mule is not so cool as usual, of course. :(

on the other machine with SuSE10.0, everything works fine with the same settings as before.

so, @mithrandir77: try a tarball up to october 17th, or leave away the --enable-webserver and test again, to eventually confirm this.
Pages: [1] 2 3