From: Jeffrey H. <je...@ac...> - 2002-02-05 06:23:20
|
John, Can you do a more simple 'ldd tclshp2.0' or whatever the real main .so is to find out what library needs that call? The plugin was originally built with 8.0, so that might be the problem, but I don't get that impression immediately given your error message. Thanks, Jeff Hobbs The Tcl Guy Senior Developer http://www.ActiveState.com/ > After making some soft links so the plugin would use the newer libraries > > which are now in use (i. e., libm.so.5 ->libm.so.6, libc.so.5 -> > libc.so.6) I get the following error message when trying to install the > tcl plugin using netscape 4.78 on a slackware 8 system. (My version of > tcl is 8.3) > > bash-2.05$ install.sh > Tcl Plugin 2.0 (based on Tcl 8.0): > Starting the Tcl/Tk installer for x86-linux2... > /home/jwc/.netscape/tclplug20-x86-linux2/tclplug/tclshp2.0: error while > loading shared libraries: > /home/jwc/.netscape/tclplug20-x86-linux2/tclplug/tclshp2.0: undefined > symbol: __setfpucw > The Tcl/Tk installer generated an unexpected error... > Please send any log to sun...@su... > Can not proceed. Installation aborted. |