Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

/usr/include/gnu/stubs.h:7:27: error: gnu/stubs-32.h: No such file or directory

Tags:

linux

gnu

i386

I am trying to install roccc 2.0. I have installed required packages. Now while installing it, it is giving me this error:

/usr/include/gnu/stubs.h:7:27: error: gnu/stubs-32.h: No such file or directory

I searched for gnu/stubs-32.h and came to know, for Linux 64-bit its in glibc-devel and for Linux 32-bit, its in libc6-dev-i386.

I am using Linux 32-bit: i386 GNU/Linux, but couldn't get the lib required to resolve this error.

Can somebody please help me out?

like image 814
user2931 Avatar asked Apr 19 '12 10:04

user2931


1 Answers

If your Linux distro is Redhat based (Fedora/CentOS/RHEL):

yum install glibc-devel.i686

References

  • Original post answer solved this problem RHEL x64
like image 59
Subba Reddy Avatar answered Oct 05 '22 12:10

Subba Reddy