You are not logged in.
i just installed memprof but trying to run it results in the following error :
memprof: error while loading shared libraries: liblinc.so.1: cannot open shared object file: No such file or directory
i searched the forums, so i tried to install linc package. this is what i got :
# pacman -Syu
# pacman -S linc
linc: not found in sync db
Offline
I couldn't find it either... Here is a quick package build I made for it.
pkgname=linc
pkgver=1.1.1
pkgrel=1
pkgdesc="Eases the task of writing networked servers and clients"
url="http://gnome.org"
source=(ftp://ftp.gnome.org/pub/gnome/sources/linc/1.1/$pkgname-$pkgver.tar.gz)
md5sums=('33485195d0d71249bd67550e05ce590a')
build() {
cd $startdir/src/$pkgname-$pkgver
./configure --prefix=/usr
make || return 1
make prefix=$startdir/pkg/usr install
}
Offline
tnx.
i think there is a bug in pacman since i looked into the repository ftp and there is a package 'linc' there... i just downloaded it manually and installed, however, memprof was still bugging me about missing libbfd-2.14.so so i made a symlink to libbfd-2.15.so just to shut it up... still, i think those issues should be resolved...
Offline
file a bug report sounds like some sloppy package maintenance
AKA uknowme
I am not your friend
Offline
Offline
linc was supposed to have been removed a long time ago. Try rebuilding memprof.
If that works submit a bug report.
I have discovered that all of mans unhappiness derives from only one source, not being able to sit quietly in a room
- Blaise Pascal
Offline
u should try a new career as a mind reader... :shock:
thats exactly what i did
Offline