On Fri, 2011-07-22 at 22:07 +1200, Christopher Sawtell wrote: > > On 23 July 2011 09:13, Barry <[email protected]> wrote: > Hi all, > > After some years I have reinstalled activetcl. Library files > are in > /usr/local/tcl/lib but are not recognised by ldconfig -v or my > app. > Man and google have only been confusing. > > Please, what is the way to get the recognised? > > $ su > > Put in your password. > > # echo /usr/local/tcl/lib >> /etc/ld.so.conf > # ldconfig > # exit > $ > > Note: two greater-than signs in the echo line. V. important!!! > > > If this package has been installed using your distribution's package > management system, then it is a bug and the distributor should be > told. > > > -- > Sincerely, > Christopher Sawtell
Or sudo echo /usr/local/tcl/lib > /etc/ld.so.conf.d/tcl.conf sudo ldconfig depending on distro. That's for deb/ubuntu etc. Steve -- Steve Holdoway <[email protected]> http://www.greengecko.co.nz MSN: [email protected] Skype: sholdowa _______________________________________________ Linux-users mailing list [email protected] http://lists.canterbury.ac.nz/mailman/listinfo/linux-users
