>From Helgi Laxdal on Friday, 2004-05-07 at 17:08:25 +0000: > Hy there i'm running Debian Sarge kernel 2.6.5 on my Xeon box at work, > it mostly runs Shake and Photoshop (cxoffice) and we do normal post > production work on them like effects and matte cleanup. Recently the > need came up to run a plugin for Shake that's called Ultimatte (its > used to key blue/greenscreen material) > > (snip) > > The error we get is "rush start: /usr/local/rush/bin/rushd: error while > loading shared libraries: libstdc++-libc6.1-1.so.2: cannot open shared > object file: No such file or directory"
I have encountered similar problems when installing netscape (an older program) under Knoppix (Debian testing/unstable). In that case, this forwarded e-mail gives the solution. Perhaps this could solve your problem too? Conrad ------------------------------------------------------------------- >From [EMAIL PROTECTED] on Wednesday, 2003-03-12 at 14:25:19 +0100: > Hi all, > > i tried the Harddisk Installation of the Ct Knoppix Version, followed > their Tips and Tricks, to solve some issues with the knoppix user being > present all over the systemfiles, > > now i installed a netscape version from the Compuserve CDROM, but get a > error message that a library is missing or not working well > > now why is Mozilla running and Netscape 4.79 not ? Are they not both > based on the same Engine ? Netscape will work if you tell it where to find the library it needs. Although /usr/lib/libstdc++-libc6.1-1.so.2 does not exist on your system, you have something just as good: /usr/lib/libstdc++-libc6.2-2.so.3 So to solve your problem, make a soft link from the older version of the library to the newer, like this (as root) cd /usr/lib && ln -s libstdc++-libc6.2-2.so.3 libstdc++-libc6.1-1.so.2 Then netscape should work as expected. Conrad _______________________________________________ debian-knoppix mailing list [EMAIL PROTECTED] http://mailman.linuxtag.org/mailman/listinfo/debian-knoppix -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]