aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: problem installing amule-2.0.0rc5 on SuSE 9.1  (Read 3476 times)

RealKillaz

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 2
problem installing amule-2.0.0rc5 on SuSE 9.1
« on: July 29, 2004, 12:59:37 PM »

I'm having some trouble installing amule on SuSE 9.1

I tried two things:

1)
First of all full RPM install. I installed the wxGTK, wxGTK-devel and wxBase that I've downloaded from your website. After I installed the Crypto++ RPM.
So far so good. Then I downloaded the aMule-2.0.0rc5-1.i586-SuSE_9.rpm, when I tried to install this package I get a message that the package is causing error. I'm using YaST.

2)
After the problem above I decided to download the lastest source of amule: aMule-2.0.0rc5.tar.gz. and compile it.
But after running this command: ./configure --disable-debug --enable-optimise && make I get these error messages:

checking for GTK - version >= 1.2.0... no
*** The gtk-config script installed by GTK could not be found
*** If GTK was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the GTK_CONFIG environment variable to the
*** full path to gtk-config.

Which libraries should aMule use?
                                       wxWidgets          2.4.2
                                       GTK                Not detected

rm -f en_GB.gmo && : -c --statistics -o en_GB.gmo en_GB.po
mv: cannot stat `t-en_GB.gmo': No such file or directory
make[2]: *** [en_GB.gmo] Error 1

What should I do?
Regards
« Last Edit: July 29, 2004, 01:00:17 PM by RealKillaz »
Logged

RealKillaz

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 2
Re: problem installing amule-2.0.0rc5 on SuSE 9.1
« Reply #1 on: July 29, 2004, 01:10:06 PM »

This the problem with the RPm package:

error: unpacking of archive failed on file /usr/local/share/applications/alc.desktop;4108db9d: cpio: open failed - Not a directory

I dont think this RPM package is for SuSE 9.1
Logged

stefanero

  • Some Support
  • Developer
  • Hero Member
  • *****
  • Karma: 8
  • Offline Offline
  • Posts: 4235
Re: problem installing amule-2.0.0rc5 on SuSE 9.1
« Reply #2 on: July 29, 2004, 01:32:24 PM »

under SuSE this is a bit "stupid"

did you run the configure as user or as root?
if you installed as root try again as user, and then GTK version will be detected,
if did did as youser , you are missing GTK-devel check for taht in yast

also check if you have gettext installed

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

stefanero

  • Some Support
  • Developer
  • Hero Member
  • *****
  • Karma: 8
  • Offline Offline
  • Posts: 4235
Re: problem installing amule-2.0.0rc5 on SuSE 9.1
« Reply #3 on: July 29, 2004, 01:34:28 PM »

for your rpm problem
check on your system if taht path
/usr/local/share/applications/

exists. maybe it cannot get installed because this path is not there.
but as far as I know the SuSE 9.0 rpms work on 9.1 rpms

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

Jacobo221

  • Hero Member
  • *****
  • Karma: 3
  • Offline Offline
  • Posts: 2712
Re: problem installing amule-2.0.0rc5 on SuSE 9.1
« Reply #4 on: July 29, 2004, 03:06:45 PM »

about the rpm, if you have a previous aMule or xMule installation, remove it first since it sometimes causes priblems.
Greetings!
Logged

Ragnarök

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 6
    • http://www.rpgchannel.de
Re: problem installing amule-2.0.0rc5 on SuSE 9.1
« Reply #5 on: July 29, 2004, 03:21:16 PM »

try to install with rpm -Uvh (not Yast) to update aMule
the package works fine on my Suse 9.1
Logged

SebaX

  • Forum/eMail Support Helper
  • Full Member
  • ***
  • Karma: 0
  • Offline Offline
  • Posts: 193
  • Las respuestas via e-Mail serán respondidas a la brevedad posible, tengan consideración que uno tambien tiene cosas que hacer, pero se hace lo posible por responder lo antes posible :D
    • http://www.sbmsbm.tk
Re: problem installing amule-2.0.0rc5 on SuSE 9.1
« Reply #6 on: July 29, 2004, 04:25:24 PM »

Hi !,

Open a Terminal or Konsole, second icon to right of "camaleon"(SuSE logo)
type:
su
password : your ROOT password
rm -r .aMule    (if error, ignore(NOT TYPE THAT))
rm -r .eMule    (if error, ignore(NOT TYPE THAT))
rpm -ivh aMule-2.0.0rc5-1.i586-SuSE_9.rpm

if not work try:
rpm -Uvh aMule-2.0.0rc5-1.i586-SuSE_9.rpm
...U not u...
exit
exit

If not work, try use APT for SuSE, if you don't have install ATP, for that only ask in another therads.

That it's all ;)...
c'ya...


Sorry my english but I only speak spanish :P
Logged
Student of Computer Science Engineering.
Linux Development, GNU/GPL Development.
User of Linux  :  Debian, Slackware 9.0-10.0, SuSE 8.0->9.1, Red Hat 6.0 ->Fedora 1
User of xBSD  :  FreeBSD 4.8->5.1.2 and OpenBSD 3.4
User of SunOS : Solaris 9->10

deltaHF

  • Evil Admin
  • Former Developer
  • Hero Member
  • *****
  • Karma: 6
  • Offline Offline
  • Posts: 3920
  • .. Legends may sleep, but they never die ..
    • http://www.amule.org
Re: problem installing amule-2.0.0rc5 on SuSE 9.1
« Reply #7 on: July 29, 2004, 10:58:07 PM »

Quote
aMule-2.0.0rc5-1.i586-SuSE_9.rpm, when I tried to install this package I get a message that the package is causing error. I'm using YaST.

what error ?

Quote
checking for GTK - version >= 1.2.0... no

like stefanero already said, don'T compile as root or install gtk-1.2.10-devel

Quote
t-en_GB.gmo

like stefanero already said, u lack 'gettext'

greets