[4602] in RedHat Linux List
Re: Unable to run Red Hat Linux Library!?
daemon@ATHENA.MIT.EDU (Michael K. Johnson)
Fri Nov 15 16:40:03 1996
To: redhat-list@redhat.com
From: "Michael K. Johnson" <johnsonm@redhat.com>
In-reply-to: Your message of "Fri, 15 Nov 1996 16:19:36 EST."
<Pine.LNX.3.94.961115161050.659B-100000@sokrates.mae.cornell.edu>
Date: Fri, 15 Nov 1996 16:33:24 -0500
Resent-From: redhat-list@redhat.com
Reply-To: redhat-list@redhat.com
"Dr. Dietmar Rempfer" writes:
>I just installed the Red Hat Linux Library on my RedHat 2.1 system, but I
>do not seem to be able to run it. On typing `rhlibrary' I get the error
>message:
>
>couldn't load file "tclftdb.so": File not found
> while executing
>"load tclftdb.so ftdb"
> (file "/usr/lib/rhs/doccd/bin/search.tcl" line 9)
Try replacing /usr/bin/rhlibrary with this:
#!/bin/sh
export DOCCDLIBPATH=/usr/lib/rhs/doccd
export TCL_LIBRARY=/usr/lib:$DOCCDLIBPATH/lib/tcl
export TK_LIBRARY=/usr/lib:$DOCCDLIBPATH/lib/tk
tixwish-tk4.1 -f $DOCCDLIBPATH/bin/search.tcl $*
See if that works better for you.
michaelkjohnson
"Ever wonder why the SAME PEOPLE make up ALL the conspiracy theories?"
--
PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
________________________________________________________________________
http://www.redhat.com/RedHat-FAQ http://www.redhat.com/RedHat-Errata
http://www.redhat.com/RedHat-Tips http://www.redhat.com/mailing-lists
------------------------------------------------------------------------
To unsubscribe: mail -s unsubscribe redhat-list-request@redhat.com < /dev/null