Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Sep 1996 09:09:31 +0200 (MET DST)
From:      grog@lemis.de (Greg Lehey)
To:        inima@inima.al
Cc:        ports@FreeBSD.ORG
Subject:   Re: call for help
Message-ID:  <199609120709.JAA14961@allegro.lemis.de>
In-Reply-To: <33014.inima@inima.al> from "inima@inima.al" at Sep 11, 96 09:10:12 am

next in thread | previous in thread | raw e-mail | index | archive | help
inima@inima.al writes:
> 
> I am working with FreeBSD 2.1 in CDROM. Some packages do not work because of
> a library "libXpm.so.4.6" which I do not find (perhaps it is in CD, but
> where?). May you help me with this library?

Look in xpm:

=== grog@allegro (/dev/ttyp9) ~ 27 -> tar tzvf /cd3/packages/All/xpm-3.4f.tgz 
-rw-r--r-- root/wheel      226 Oct  6 11:18 1995 +CONTENTS
-rw-r--r-- root/wheel       48 Oct  6 11:18 1995 +COMMENT
-rw-r--r-- root/wheel      711 Oct  6 11:18 1995 +DESC
-rwxr-xr-x root/sys      20480 Oct  6 11:18 1995 bin/sxpm
-rw-r--r-- root/sys      55956 Oct  6 11:18 1995 lib/libXpm.a
-rw-r--r-- root/sys      56439 Oct  6 11:18 1995 lib/libXpm.so.4.6
-r--r--r-- root/sys      14906 Oct  6 11:18 1995 include/X11/xpm.h
-r--r--r-- root/sys       1859 Oct  6 11:18 1995 man/man1/sxpm.1.gz
 
> The second problem is that packages as tcl/tk have a little information for
> beginning. First question: in which directory I may install them? I did it
> in "/usr/local", but trying to use "wish" it asks for "libtk40.so.1.0" which
> is already in "/usr/local/lib".

I thought you didn't get a chance where you installed things.  Anyway,
it looks as if you haven't run ldconfig since you installed it.  It
gets run automatically when you boot, but you can write

     # ldconfig /usr/lib /usr/local/lib /usr/X11R6/lib

to get it to run.  You can also add the pathnames of other libraries
if necessary.

> Second question: I do not have the recommended book for tcl/tk, and
> for some time I will not have it. Do you know any other
> documentation in ftp sites?

No.

Greg



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199609120709.JAA14961>