>I got a bunch of tools that had been complied under x11R6 under solaris. >Now I don't have x11R6 in my new environment. So when I tried to run >those programs, I got the "No such file or directory" error for >libraries like:
Solaris 2.6 comes with X11R6; however, the libraries that Sun ships with Solaris come with proper version numbers (minor numbers are a mistake in Solaris) and not libraries with .6.1 extensions.
You can symlink the ones you have or try to convince the person who created the binaries to ship properly linked ones. (That would do all his users a favor)
Casper
echo libXaw libX11 libXext libXtst | xargsn1 | xargsi echo ln -s {}.so {}.so.6.1 echo libXmu libXt libSM libICE libXIE | xargsn1 | xargsi echo ln -s {}.so {}.so.6.0 !! | sh -x
libXtst & libXIE are for xdpyinfo.
xterm_color works fine now, after setting
export LD_LIBRARY_PATH=/usr/openwin/lib
(won't work before that)
wish & expect is not working:
Application initialization failed: Can't find a usable init.tcl in the following directories: /opt/public/lib/tcl8.0 /opt/gnu/lib/tcl8.0 /opt/tcl8.0/library /opt/gnu/library