*BSD News Article 88594


Return to BSD News archive

Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!nntp.coast.net!howland.erols.net!cam-news-hub1.bbnplanet.com!cpk-news-hub1.bbnplanet.com!news.bbnplanet.com!cpk-news-feed4.bbnplanet.com!mitzi.rsmas.miami.edu!usenet
From: ivan@nauplius.rsmas.miami.edu (Ivan Lima)
Newsgroups: comp.unix.bsd.freebsd.misc
Subject: help with exmh installation
Date: 7 Feb 1997 22:47:25 GMT
Organization: RSMAS/University of Miami
Lines: 28
Message-ID: <5dgbdt$he6@mitzi.rsmas.miami.edu>
NNTP-Posting-Host: nauplius.rsmas.miami.edu
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-Newsreader: knews 0.9.8
Xref: euryale.cc.adfa.oz.au comp.unix.bsd.freebsd.misc:35143


        I'm trying to install exmh in my machine. The installation
went fine but when I try to run it it complains about a missing
library:

        nauplius> exmh
        ld.so: wish4.1: Can't find shared library "libtcl75.so.1.1"

I can only find tcl7.4 in my distfiles and at the FreeBSD ftp site so
I linked it to libtcl74.so.1.0

        #superuser#> ln -s libtcl74.so.1.0 libtcl75.so.1.1

Now it complains about this:

        nauplius> exmh
        ld.so: Undefined symbol "_Tcl_FindExecutable" called from
        wish4.1:/usr/local/lib/libtk41.so.1.0 at 0x808a7dc


It's funny because I got the exmh port from the FreeBSD site and it
should install without problems.

Does anyone have any suggestions or ideas?

Thanks,

Ivan