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 with Ubuntu packages  (Read 4736 times)

Eleka

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 49
    • http://eleka2.dyndns.org
Problem with Ubuntu packages
« on: March 28, 2006, 12:56:46 AM »

Hello all!

I'm tring to install some amule aplications (the amule-remote-gui) and I cannot install it:

In my laptop, with normal Ubuntu Dapper, it has a dependency with a library that is not in ubuntu repositories (libcryptop++5.2, but libcrypto5.2++c2a is installed).

In my desktop, is easier. I have a amd64 and I don't find packages for this architecture. I want the source-package of 2.1.1 for build it myself.

Can somebody helps me?
Logged

thedude0001

  • evil bugfinder ;)
  • Hero Member
  • *****
  • Karma: 6
  • Offline Offline
  • Posts: 827
Re: Problem with Ubuntu packages
« Reply #1 on: March 28, 2006, 08:21:34 AM »

Logged
Das Schlimme auf dieser Welt ist
daß die Dummen so selbstsicher sind
und die Gescheiten so voller Zweifel.

Eleka

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 49
    • http://eleka2.dyndns.org
Re: Problem with Ubuntu packages
« Reply #2 on: March 28, 2006, 11:55:49 AM »

Well, I would use that source for make my deb packages from my amd64 distro, but, I have the next issue installing in a 386 architecture:

First, I add the repository
Code: [Select]
deb [URL]http://amule-debian.dyndns.org/[/URL] debian/on my sources.list.

I have upgraded and installed amule-remote-gui

It tries to install some other libreries, but it can't install at alll because it needs force-all option in dpkg.

I installed the libreraries with the --force-all option:

Code: [Select]
sudo dpkg -i --force-all /var/cache/apt/archives/libwxbase2.6_2.6.3-1_i386.deb
sudo dpkg -i --force-all /var/cache/apt/archives/libwxgtk2.6_2.6.3-1_i386.deb

Then, doing
Code: [Select]
sudo apt-get install -f
make the installation of amule-common and amule-remote-gui packages.

Well, I have installed, but it can't work: when I trie tu do "amulegui", I obtain the following error:

Code: [Select]
joseluis@aioros:~/descargas/amule$ amulegui amulegui: error while loading shared libraries: libbfd-2.15.so: cannot open shared object file: No such file or directory
Logged

thedude0001

  • evil bugfinder ;)
  • Hero Member
  • *****
  • Karma: 6
  • Offline Offline
  • Posts: 827
Re: Problem with Ubuntu packages
« Reply #3 on: March 28, 2006, 04:42:06 PM »

Quote
Originally posted by Eleka
Code: [Select]
deb [URL]http://amule-debian.dyndns.org/[/URL] debian/

Quote
In my laptop, with normal Ubuntu Dapper,

Notice anything?
Logged
Das Schlimme auf dieser Welt ist
daß die Dummen so selbstsicher sind
und die Gescheiten so voller Zweifel.