aMule Forum

English => Distro-Specific Packages => Packages for older versions => Topic started by: Eleka on March 28, 2006, 12:56:46 AM

Title: Problem with Ubuntu packages
Post by: Eleka 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?
Title: Re: Problem with Ubuntu packages
Post by: thedude0001 on March 28, 2006, 08:21:34 AM
http://www.amule.org/files/details.php?file=146 <--Source package
Title: Re: Problem with Ubuntu packages
Post by: Eleka 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
Title: Re: Problem with Ubuntu packages
Post by: thedude0001 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?