> > On Tue, Aug 16, 2011 at 4:58 PM, Ricardo Monsivais > <[email protected]>wrote: > > > hello all: > > > > i had a problem with JAD decompiler, it says that i ned some libraries > > that i couldn't find > > > > if one of might help me it will be apreciated > > > > in the console appears this: > > > > "./jad: error while loading shared libraries: libstdc++-libc6.2-2.so.3: > > cannot open shared object file: No such file or directory" > > > > thanks to all
Don't take this wrong, but you should look at http://catb.org/~esr/faqs/smart-questions.html As it stands, we have no idea which distribution you're using. It's best to mention that, as they all have methods to search for libraries. For example, RH based distro yum search libstdc Debian based aptitude search libstdc (a bit different with apt--oh my, I've forgotten--apt-cache search, I think) ArchLinux pacman -Ss libstdc For example, in CentOS, running yum search libstdc gives me: compat-libstdc++-296.i686 : Compatibility 2.96-RH standard C++ libraries compat-libstdc++-33.i686 : Compatibility standard C++ libraries compat-libstdc++-33.x86_64 : Compatibility standard C++ libraries libstdc++.i686 : GNU Standard C++ Library libstdc++.x86_64 : GNU Standard C++ Library libstdc++-devel.i686 : Header files and libraries for C++ development libstdc++-devel.x86_64 : Header files and libraries for C++ development libstdc++-docs.x86_64 : Documentation for the GNU standard C++ library and I know that usually, if it can't find a shared object, I need the devel package, so would then install it with yum install libstdc++-devel -- Scott Robbins PGP keyID EB3467D6 ( 1B48 077D 66F6 9DB0 FDC2 A409 FA54 EB34 67D6 ) gpg --keyserver pgp.mit.edu --recv-keys EB3467D6 Cordelia: You're really campaigning for bitch of the year, aren't you? Buffy: As defending champion, you nervous? Cordelia: I can hold my own. ------------------------------------ To unsubscribe from this list, please email [email protected] & you will be removed.Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/LINUX_Newbies/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/LINUX_Newbies/join (Yahoo! ID required) <*> To change settings via email: [email protected] [email protected] <*> To unsubscribe from this group, send an email to: [email protected] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
