You are not logged in.

#1 2004-11-25 00:34:15

z4ziggy
Member
From: Israel
Registered: 2004-03-29
Posts: 573
Website

memprof: missing liblinc.so.1

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

#2 2004-11-25 03:02:40

kill
Member
Registered: 2004-09-30
Posts: 126

Re: memprof: missing liblinc.so.1

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

#3 2004-11-25 03:10:35

z4ziggy
Member
From: Israel
Registered: 2004-03-29
Posts: 573
Website

Re: memprof: missing liblinc.so.1

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

#4 2004-11-25 04:34:54

sarah31
Member
From: Middle of Canada
Registered: 2002-08-20
Posts: 2,975
Website

Re: memprof: missing liblinc.so.1

file a bug report sounds like some sloppy package maintenance


AKA uknowme

I am not your friend

Offline

#5 2004-11-25 19:57:29

z4ziggy
Member
From: Israel
Registered: 2004-03-29
Posts: 573
Website

Re: memprof: missing liblinc.so.1

done wink

Offline

#6 2004-11-26 01:39:56

Xentac
Forum Fellow
From: Victoria, BC
Registered: 2003-01-17
Posts: 1,797
Website

Re: memprof: missing liblinc.so.1

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

#7 2004-11-26 02:33:10

z4ziggy
Member
From: Israel
Registered: 2004-03-29
Posts: 573
Website

Re: memprof: missing liblinc.so.1

u should try a new career as a mind reader...  :shock:
thats exactly what i did wink

Offline

Board footer

Powered by FluxBB