error while loading share libraries "libmpc.so.2 not found"

  • Thread starter Thread starter doncidaci
  • Start date Start date
D

doncidaci

i just
Code:
gcc -c hello hello.c
get this message
Code:
error while loading share libraries "libmpc.so.2 not found"
then i check out
Code:
ls -l /usr/lib/libmpc.so.2
and it is a link
Code:
libmpc.so.2 --->libmpc.so.3
but i cannot found libmpc.so.3

Continue reading...
 

Similar threads

Back
Top