aMule Forum
English => Distro-Specific Packages => Packages for older versions => Topic started by: Vollstrecker on August 08, 2008, 09:04:25 PM
-
The stable version is updated
deb http://www.vollstreckernet.de/debian/ stable amule-stable wx upnp
wx is needed for wx-2.8, you can omit it, if you have it already from somewhere else
upnp is needed for libupnp 1.6.6, you can omit it, if you have it already from somewhere else
For both optional parameters is said, if it's not needed anaymore, becuase the official repo includes it, they will just get an empty index. So if you leave them in the sources.list, you'll get the updated versions when they are needed by amule and didn't reach stable.
For sure, you can get the sources for selfcompile the usual way via:
deb-src http://www.vollstreckernet.de/debian/ stable amule-stable wx upnp
You can combine those two possibilities to get just what you want.
-
I am currently using aMule 2.2.0 on Ubuntu 8.04. I am somewhat new to Linux. I was notified the latest version is aMule 2.2.2. While searching for a way to update, I ended up on this thread. Now I don't know what to do next. Can someone tell me what to do to update? (i.e. What file do I need to download? Where is it located? Once I've downloaded it, how do I actually install it? Isn't there an automated way through Synaptic or the Ubuntu sofware updater? If not, what do I type in the terminal to make it happen?)
Thanks!!!!
-
Can someone please provide a URL to directly download a *.deb file for aMule? What platforms are supported? x86, x64, ARM?
-
@M The line starting with deb belong into the repository list of synaptic.
@john only 32 bit intel from my side.
-
Any chance of including the libcrypto++5 in the repository as this doesn't seem to be available on Hardy? Or is it possible to build against libcrypto++7
TIA
-
Use the testing repo.
-
Unfortunately the testing repo has an unresolved dependency on libstdc++ >= 4.3 (Hardy has 4.2).
-
Unfortunately the testing repo has an unresolved dependency on libstdc++ >= 4.3 (Hardy has 4.2).
amule:
in german :D
Hängt ab: »libstdc++6 (>=4.3)«, aber es wird »4.2.3-2ubuntu7« installiert.
and what about this?? also in german :D
Hängt ab: »amule-i18n-en-gb«, aber es wird nicht installiert. oder
amule-i18n
sudo apt-get install amule tells some more stuff that is of no content at all and wont't install what I wan't
I would be pleased if there is some information to overcome those package dependency errors
i will try svn now... ehm ok
Sorry, I no longer use Ubuntu (I use Debian) and therefore I can not do, nor do I want, more deb packages
PS I AM USING THE TESTING REPO
-
Mayxbe I do some packages for Ubuntu the next week. But only for the stable releases (amule and current ubuntu).
-
I get an error if I try to update form 2.2.1 in debian stable.
Els següents paquets tenen dependències sense satisfer:
amule-daemon: Depén: libupnp3 però no és instal·lable
E: Paquets trencats
(amule-daemon depends on libupnp3 but this package is not installable. Broken packages)
thanks in advance
-
You have upnp appended to your sources.list line?
-
I'm running Ubuntu 8.04 and have added your repo, however it won't upgrade from it because the source isn't authenticated. It asks for a "puplic key", and I'm guessing it's something like what you do when you add the WINE repo: http://www.winehq.org/site/download-deb
is there any way around this?
Thanks for the update btw :)
-
I 'm on ubuntu 8.04 too. I get this errors after 'sudo apt-get update':
W: Failed to fetch http://www.vollstreckernet.de/debian/dists/stable/Release.gpg Could not connect to www.vollstreckernet.de:80 (62.67.235.26). - connect (111 Connection refused)
W: Failed to fetch http://www.vollstreckernet.de/debian/dists/stable/amule-stable/i18n/Translation-en_US.bz2 Could not connect to www.vollstreckernet.de:80 (62.67.235.26). - connect (111 Connection refused)
W: Failed to fetch http://www.vollstreckernet.de/debian/dists/stable/wx/i18n/Translation-en_US.bz2 Could not connect to www.vollstreckernet.de:80 (62.67.235.26). - connect (111 Connection refused)
W: Failed to fetch http://www.vollstreckernet.de/debian/dists/stable/upnp/i18n/Translation-en_US.bz2 Could not connect to www.vollstreckernet.de:80 (62.67.235.26). - connect (111 Connection refused)
Thanks
-
amule: error while loading shared libraries: libbfd-2.17.so: cannot open shared object file: No such file or directory
What can I do? Thanks.
-
I have the same problem as ProteinPappa, also on Ubuntu 8.04
-
From the wiki article:
gpg --keyserver wwwkeys.eu.pgp.net --recv 50D0AE60
gpg -a --export 50D0AE60 > /tmp/key
apt-key add /tmp/key (requires superuser privileges)
For the bfd thing:
What gives "dpkg -L binutils | grep libbfd"
-
dpkg -L binutils | grep libbfd gives:
/usr/lib/libbfd-2.18.0.20080103.so
As I try to run aMule the following error arises:
/usr/bin/amule: error while loading shared libraries: libbfd-2.17.so: cannot open shared object file: No such file or directory
I tried
ln -s /usr/lib/libbfd-2.18.0.20080103.so /usr/lib/libbfd-2.17.so
and it seems to work well...
Any better workaround?
-
You have upnp appended to your sources.list line?
It was my mistake, sorry and thank you!
-
Yes ran, there is. Use the testing repo which expects bfd in the version you have.
-
packages for ubuntu can already be found on getdeb...
By the way, the new version works great!! Good job!
-
On getdeb I just found amule and amule-common.
getdeb doesn't supply amuled, amuleweb, etc., or I am missing something?
-
You're right
-
OK... am trying to compile aMule 2.2.2 under Ubuntu 7.10 and I'm getting close. :)
Had to install g++ and gettext, not mentioned as needed in "HowTo compile In Debian/ubuntu". I know the g++ compiler is needed, but for non developers, they would have no clue what to do.
Anyway, the problem I'm having is trying to get a version of libupnp >= 1.6.6 from vollstrecker's repository. When I "Reload" Synaptic Package Manager I get...
http://www.vollstreckernet.de/debian/dists/stable/Release: Unable to find expected entry amule-stable/binary-amd64/Packages in Meta-index file (malformed Release file?)
I notice that vollstrecker's /debian/dists/stableContents-i386.gz is NOT a gzip file, it's readable in text editor. Is that the problem?
-
There is an implicit build-dep on build-essential, which depends on g++ and others. At least there was when I created the rules, I have to check that.
I'm sure you get this error message. When you point your browser at this URL, you'll see that there are only pkg's for i386, not for 64 bit. If you use there source-repo, you should be able to create the needed libupnp.
Which text editor did you use? When I point konqueror at the contents.gz, it just asks me if I want to save it or open it with ark. And file is sure that it's a gzipped file. Just the Release-file is text-only.
-
Nice work Vollstrecker! Mantaining a repo is really really nice ;)
A question: when I update my package list including your repo, I receive a warning:
GPG error: http://www.vollstreckernet.de/debian/ stable Release: NO_PUBKEY
It's a problem for u correct this? I think, having a verified public key is more secure and formally correct ;)
Hi!
The stable version is updated
deb http://www.vollstreckernet.de/debian/ stable amule-stable wx upnp
wx is needed for wx-2.8, you can omit it, if you have it already from somewhere else
upnp is needed for libupnp 1.6.6, you can omit it, if you have it already from somewhere else
For both optional parameters is said, if it's not needed anaymore, becuase the official repo includes it, they will just get an empty index. So if you leave them in the sources.list, you'll get the updated versions when they are needed by amule and didn't reach stable.
For sure, you can get the sources for selfcompile the usual way via:
deb-src http://www.vollstreckernet.de/debian/ stable amule-stable wx upnp
You can combine those two possibilities to get just what you want.
-
Nice work Vollstrecker! Mantaining a repo is really really nice ;)
A question: when I update my package list including your repo, I receive a warning:
GPG error: http://www.vollstreckernet.de/debian/ stable Release: NO_PUBKEY
It's a problem for u correct this? I think, having a verified public key is more secure and formally correct ;)
Hi!
Ok solved, I readed better all the posts :P
-
Hello, found litle error while install, (debian etch)
I used:
deb http://www.vollstreckernet.de/debian/ stable amule-stable wx upnp
then installed amule:
[INSTALA, DEPENDENCIAS] amule
[INSTALA, DEPENDENCIAS] amule-alcc
[INSTALA, DEPENDENCIAS] amule-cas
[INSTALA, DEPENDENCIAS] amule-cmd
[INSTALA, DEPENDENCIAS] amule-common
[INSTALA, DEPENDENCIAS] amule-utils
[INSTALA, DEPENDENCIAS] amule-wxcas
[INSTALA, DEPENDENCIAS] libcrypto++5.2c2a
[INSTALA, DEPENDENCIAS] libgd2-xpm
[INSTALA, DEPENDENCIAS] libgeoip1
[INSTALA, DEPENDENCIAS] libupnp3
[INSTALA, DEPENDENCIAS] libwxbase2.8-0
[INSTALA, DEPENDENCIAS] libwxgtk2.8-0
[INSTALA] amule-i18n-es
[INSTALA] amule-skin-xfce
tryed to run
$ amule
amule: error while loading shared libraries: libbfd-2.17.so: cannot open shared
looking the lib
/usr/lib# ls libbfd*
libbfd-2.18.0.20080103.so
created a link to have a temporal solution
/usr/lib# ln -s libbfd-2.18.0.20080103.so libbfd-2.17.so
I hope this may be some help for packager or other users
Thanks for de .deb Vollstrecker ;)
-
This shouldn't happen at all. Anyway, I'm rewriting thje build scripts atm and hope to provide new updates this week.