![]() |
a small problem - Printable Version +- Post4VPS Forum | Free VPS Provider (https://post4vps.com) +-- Forum: Geek World (https://post4vps.com/Forum-Geek-World) +--- Forum: Scripting & Programming (https://post4vps.com/Forum-Scripting-Programming) +--- Thread: a small problem (/Thread-a-small-problem) Pages:
1
2
|
a small problem - OldMeister - 11-18-2017 im trying to run a plugin that works only at linux. but im missing a package. i dont know which one. thats the error /usr/lib32/libstdc++.so.6: version `GLIBCXX_3.4.21' not found someone know which package is it? RE: a small problem - oraldavid - 11-18-2017 Whats your operating system? If its debian: sudo apt-get install libstdc++ If centos: yum install libstdc++ RE: a small problem - OldMeister - 11-18-2017 im having this error when im downloading the package. its debian by the way unable to correct problems you have held broken packages EDIT: forgot to say i know that i need glibc installed with the i386 version... but i dont know whats the name of the package RE: a small problem - oraldavid - 11-18-2017 apt-get update && apt-get upgrade Run this and all will be fixed. RE: a small problem - OldMeister - 11-18-2017 i got the same error. nothing changed. i will try to restart and say soon what happned EDIT: Nothing RE: a small problem - oraldavid - 11-18-2017 Reinstall your VPS & do: Code: apt-get update && apt-get upgrade Code: apt-get remove libstdc++ Code: apt-get install libstdc++ RE: a small problem - OldMeister - 11-18-2017 lol im facing a stupied bug now. i reinstall the vps on debian 8 and now when i type this command apt-get it shows command not found lol? RE: a small problem - oraldavid - 11-18-2017 (11-18-2017, 02:47 PM)OldMeister Wrote: lol im facing a stupied bug now. i reinstall the vps on debian 8 and now when i type this command apt-get it shows command not found Lol. How this could happen, Its debian, Reinstall it again and google this problem. RE: a small problem - tryp4vps - 11-19-2017 (11-18-2017, 02:07 PM)OldMeister Wrote: im having this error when im downloading the package. its debian by the way No need to guess the name of the i386 package. Visit https://packages.debian.org Then search the library name you want to find it out. RE: a small problem - Honey - 11-29-2017 Have you googled about the problem? Mostly that will solve ur problem earlier than we are able to ![]() |