aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: SuSE 9 Installation Guide  (Read 3336 times)

Linuxsys

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 25
SuSE 9 Installation Guide
« on: December 28, 2003, 02:56:53 AM »

I've got problems under SuSE 9, cause ther was a problem
a) with the paths
b) with the missing file textdlg.h
c) Your RH, SuSE and MK RPM made trouble

So I grabbed the tarball and started having my fun with checkinstall
(http://asic-linux.com.mx/~izto/checkinstall/download.php, RPM works) and with finding out what's wrong.
So I came to this configure command, for gtk1 Support:

./configure --sysconfdir=/etc --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib includedir=/usr/include --with-slibdir=/lib --with-system-zlib ( Is this necessary?? For Zlib Support?) --with-gtk-prefix=/opt/gnome --enable-optimise

Then there was still the trouble with the missing file. I'll get out, that it's included in the wxPythonGTK-Devel Package, what I found on funktronic.ca.
Here's the ftp-Server with the both paclages, wxPythonGTK-Devel and wxPythonGTK.
ftp://ftp.funktronics.ca/pub/rpm/SuSE-8.1/i586-f/
So I've got them, then I runned
SuSEconfig
After this. I cleaned up the tarball-directory and startde the configure command. Everything was okay.
Then I runned gmake and checkinstall.

Everything worked.
I hope you will keep working this project alive.
I love Amule :D
Logged

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: SuSE 9 Installation Guide
« Reply #1 on: December 28, 2003, 02:26:36 PM »

u need wxGTK and wxBase for the SuSE,RH etc rpm .. it has been build under suse 9.0 so u shouldn't have any probs (only if your sys miss some files ;) )

greets
delta

ps. wxpython isn't needed ..

Linuxsys

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 25
Re: SuSE 9 Installation Guide
« Reply #2 on: December 28, 2003, 02:39:54 PM »

I've checked it, and it really seems as would my sys miss some files.
I've installed over network, and don't know if there are other people who have the same trouble.
If not, no need to read it, if yes, try it out  :lol:
Logged

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: SuSE 9 Installation Guide
« Reply #3 on: December 28, 2003, 02:48:44 PM »

just dl wxGTK, wxGTK-devel and wxBase from our dl page (be sure u have gtk1 and gtk1-devel installed)

install it with rpm -Uvh blabla.rpm

link it:

as root: ln -sf /usr/bin/wxgtk-2.4-config /usr/bin/wx-config

then

ln -sf /usr/bin/wxbase-2.4-config /usr/bin/wxbase-config

ldconfig

and u shouldn't have any probs with rpm -i aMule-1.2.1....rpm

greets
delta

ps. but leave aMule running right now if its running fine :)
     look at the howto in the future ;)

Linuxsys

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 25
Re: SuSE 9 Installation Guide
« Reply #4 on: December 28, 2003, 08:27:14 PM »

with the missing file textdlg.h
.......................................................


This file was missing- I've tried nearly everyxthing but it seems as my sys don't wanted that file.
I've read the howto and did the steps you said, but only that what I write above helped me :-P
Logged