Post4VPS Forum | Free VPS Provider

Full Version: a small problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
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?
Whats your operating system?
If its debian:
sudo apt-get install libstdc++
If centos:
yum install libstdc++
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
apt-get update && apt-get upgrade
Run this and all will be fixed.
i got the same error. nothing  changed. i will try to restart and say soon what happned
EDIT: Nothing
Reinstall your VPS & do:
Code:
apt-get update && apt-get upgrade
or try
Code:
apt-get remove libstdc++
and after
Code:
apt-get install libstdc++
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?
(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?

Lol. How this could happen, Its debian, Reinstall it again and google this problem.
(11-18-2017, 02:07 PM)OldMeister Wrote: [ -> ]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


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.
Have you googled about the problem? Mostly that will solve ur problem earlier than we are able to Big Grin
Pages: 1 2