x86_64 Linux Error: gnu/stub-32.h missing error and solution
Q. I'm getting the following error while compiling application under CentOS / RHEL / Fedora Linux 64 bit edition:
/usr/include/gnu/stubs.h:7:27: error: gnu/stubs-32.h:
No such file or directory
How do I fix this error?
A. You need to install the glibc-devel package. It contains the object files necessary for developing programs which use the standard C libraries (which are used by nearly all programs). If you are developing programs which will use the standard C libraries, your system needs to have these standard object files available in order to create the executables.
Install glibc-devel if you are going to develop programs which will use the standard C libraries.
# yum -y install glibc-devel
Now again try to recompile application.
E-mail
Print
Can't find an answer to your question? Contact us
Related Other Helpful FAQs:
- Linux Error: curses.h: No such file or directory Problem Solution
- Analog Input: Cannot display this video mode error and solution
- Postfix / smtpd : sql_select option missing auxpropfunc error no mechanism available error and solution
- Apache Tomcat: Please increase maxThreads error and solution
- Warning, got duplicate tcp line - netstat error and solution
Leave a Reply
We encourage your comments, and suggestions. But please stay on topic, be polite, and avoid spam. Thank you very much for stopping by our site!
Tags: c libraries, executables, fedora linux, glibc, gnu, stubs, yum, yum command



Recent Comments
Yesterday ~ 4 Comments
Yesterday ~ 6 Comments
Yesterday ~ 5 Comments
Yesterday ~ 17 Comments
Yesterday ~ 5 Comments