You are not logged in.
wanted to try ed2k_qui ... unfortunately it does not work --- gnet is installed, but the libgnet-1.1.so.0 do not exist
[damir@Asteraceae damir]$ ed2k_gui
ed2k_gui: error while loading shared libraries: libgnet-1.1.so.0: cannot open shared object file: No such file or directory
is it only my machine, or is it something wrong with this package?
The impossible missions are the only ones which succeed.
Offline
Check if you have gnet1 installed: gnet pkg delivers 2.x libs.
root# pacman -Ql gnet1 | grep '.so'
gnet1 /usr/lib/libgnet-1.1.so.0.7.2
gnet1 /usr/lib/libgnet-1.1.so.0
gnet1 /usr/lib/libgnet.so
Offline
... have made the new version (0.6.0) ... it works now ... PKGBUILD - parts to addapt:
...
pkgver=0.6.0
# was: 0.5.0
source=(http://umn.dl.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
# was: $pkgname_$pkgver
build() {
cd $startdir/src/$pkgname-$pkgver
# was: $pkgname_$pkgver
./configure --prefix=/usr
make || return 1
make prefix=$startdir/pkg/usr install
}
... please upgrade the repository-version
The impossible missions are the only ones which succeed.
Offline
Check if you have gnet1 installed: gnet pkg delivers 2.x libs.
root# pacman -Ql gnet1 | grep '.so' gnet1 /usr/lib/libgnet-1.1.so.0.7.2 gnet1 /usr/lib/libgnet-1.1.so.0 gnet1 /usr/lib/libgnet.so
the 0.5.0 depended on gnet in the PKGBUILD --- but now the problem is solved; thanx
The impossible missions are the only ones which succeed.
Offline