I am trying to install gcc package on AWS EC2 instance and receive below error message. Could you please help me resolve this issue?
Error message
Quote:
Error: Package: glibc-2.17-55.140.amzn1.i686 (x-main)
Requires: glibc-common = 2.17-55.140.amzn1
Installed: glibc-common-2.17-106.167.amzn1.x86_64 (@amzn-main)
glibc-common = 2.17-106.167.amzn1
Available: glibc-common-2.17-55.140.amzn1.x86_64 (x-main)
glibc-common = 2.17-55.140.amzn1
|
I was trying to fix an error related to "no acceptable C compiler found in $PATH" when installing a python package in virtualenv.
Quote:
$yum install glibc-common-2.17-55.140.amzn1.x86_64
Loaded plugins: priorities, update-motd, upgrade-helper
Package matching glibc-common-2.17-55.140.amzn1.x86_64 already installed. Checking for update.
Nothing to do
|
any help with what to do next here please?