aMule Forum

English => en_Bugs => Topic started by: rotkmaninov on October 21, 2004, 08:14:47 PM

Title: rc7 & mandrake 9.2
Post by: rotkmaninov on October 21, 2004, 08:14:47 PM
trying to install rc7 the message is :
 
failed dependencies :
 
  libXinerama.so.1 is needed ...
  libXxf86vm.so.1 is needed ...
Title: Re: rc7 & mandrake 9.2
Post by: angel on October 21, 2004, 08:41:36 PM
Hi:

I have installed rc7 and I have got mdk 9.2 too, so i dont know if u try to install it in a rpm or sources.

-1) Rpm package: try to install with flag --nodeps (¿--nodep?) and try it
-2) Sources, try to compile it, all is OK if u have got the correct wx version.

Regards
Title: Re: rc7 & mandrake 9.2
Post by: rotkmaninov on October 21, 2004, 08:57:18 PM
hi,

I'm using rpm, and ignoring dependencies in wx, trying to install Amule, the new message is :

libgd.so.2 needed by aMule2.0....


I  think there are too many unsatisfied dependencies to hope that it could work ...

thanks anyway
Title: Re: rc7 & mandrake 9.2
Post by: thepolish on October 21, 2004, 10:43:14 PM
Hi,

Install libgd2 package from mandrake CD.

You have to install amule + wx-2.5.3 rpm for 10.0 supplied here.

All other deps can be taken from Mandrake CD

Thepolish
Title: Re: rc7 & mandrake 9.2
Post by: rotkmaninov on October 22, 2004, 06:03:59 AM
ok for libgd2, but 4 the other ? what do you mean "All other deps can be taken from Mandrake CD" ? l don't follow you
Title: Re: rc7 & mandrake 9.2
Post by: thepolish on October 22, 2004, 09:39:24 AM
You mean for:

libXinerama.so.1 is needed ...
libXxf86vm.so.1 is needed

search the package this files belongs too with rpmdrake, then install it.

But maybe there are not on 9.2. I dont maintain 9.2 anymore because i havent got it anymore on a pc, so rpm are built on 10.0. I just can have 2 distros at the same time, so 10.0 and 10.1 now.

If the package is not on 9.2, install it from 10.0.

Angel said it was ok for him, so should be for u too.

Or compile amule + wx yourself on your own machine

Thepolish
Title: Re: rc7 & mandrake 9.2
Post by: rotkmaninov on October 22, 2004, 11:05:58 PM
Hmmm .... seems that the version of xWindows installed is not compatible with xinerama , so no chance with rpm (tried several packages, no success...);
downloaded and compiled wxall-2.5.3.tar.gz
downloaded aMule-2.0.0rc7.tar.gz , extracted (tar -zxvf ..) , but when compiling got the errors :

make[6]: Entering directory `/usr/local/src/aMule-2.0.0rc7/src/utils/aLinkCreator/src'
g++  -DUSE_EMBEDDED_CRYPTO -W -Wall -g -ggdb -fno-inline -D__DEBUG__ -fmessage-length=0    -lpthread -o alcc  alcc-alcc.o alcc-ed2khash.o alcc-md4.o -L/usr/local/lib -pthread   -L/usr/X11R6/lib  -lwx_base-2.5 -lwx_base_net-2.5
alcc-alcc.o(.text+0x7e0): In function `__static_initialization_and_destruction_0(int, int)':
: undefined reference to `wxThemeUsewin32'
alcc-alcc.o(.text+0x7f8): In function `__static_initialization_and_destruction_0(int, int)':
: undefined reference to `wxThemeUsegtk'
collect2: ld returned 1 exit status
make[6]: *** [alcc] Error 1
make[6]: Leaving directory `/usr/local/src/aMule-2.0.0rc7/src/utils/aLinkCreator/src'
make[5]: *** [all-recursive] Error 1
make[5]: Leaving directory `/usr/local/src/aMule-2.0.0rc7/src/utils/aLinkCreator'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/usr/local/src/aMule-2.0.0rc7/src/utils'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/usr/local/src/aMule-2.0.0rc7/src'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/usr/local/src/aMule-2.0.0rc7/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/aMule-2.0.0rc7'
make: *** [all] Error 2
Title: Re: rc7 & mandrake 9.2
Post by: thepolish on October 22, 2004, 11:18:19 PM
Try to dl wxGTK instead of wxall and compile it instead, seems u have a prob in wx, normally there is no prob with 2.5.3

wxThemeUsewin32 is not Linux function... wxAll seems to have pb on linux, wxGTK is the good one

Thepolish
Title: Re: rc7 & mandrake 9.2
Post by: rotkmaninov on October 23, 2004, 08:37:11 AM
compiling wxGTK , error : no GTK+ version >= 2.0.0 installed , probably GTK not installed properly

so I removed GTK+ , and then ... BANG ! no more rpmdrake and other programs ......................



thank you anyway






THE END
Title: Re: rc7 & mandrake 9.2
Post by: stefanero on October 23, 2004, 08:50:23 AM
removed gtk+ ??? where did you get taht idear?????
aua!

all you probaly needed was gtk2-devel.....when it cant find your gtk2 version
same thing if it cant find your gtk+ version....

stefanero
Title: Re: rc7 & mandrake 9.2
Post by: thepolish on October 23, 2004, 02:19:43 PM
Nice idea, so now u can reinstall 10.0 or 10.1 and use the rpms provided :)

use urpmi in command line to re-install gtk from CD

Thepolish