Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

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

You're missing the 32 bit libc dev package:

On Ubuntu it's called libc6-dev-i386 - do sudo apt-get install libc6-dev-i386. See below for extra instructions for Ubuntu 12.04.

On Red Hat distros, the package name is glibc-devel.i686 (Thanks to David Gardner's comment).

On CentOS 5.8, the package name is glibc-devel.i386 (Thanks to JimKleck's comment).

On CentOS 6 / 7, the package name is glibc-devel.i686.

On SLES it's called glibc-devel-32bit - do zypper in glibc-devel-32bit.

On Gentoo it's called sys-libs/glibc - do emerge -1a sys-libs/gcc [source] (Note : One may use equery to confirm this is correct; do equery belongs belongs /usr/include/gnu/stubs-32.h)

On ArchLinux, the package name is lib32-glibc - do pacman -S lib32-glibc.
Comment

PREVIOUS NEXT
Code Example
Shell :: navigate to C drive in bash on WSL-Ubuntu 
Shell :: linux user expiration 
Shell :: platform cli 
Shell :: awk csv rows to column 
Shell :: git CONFLICT (modify/delete) 
Shell :: checkout a pr locally 
Shell :: ntp not starting after reboot 
Shell :: Creating a kubernetes service cluster 
Shell :: NGINX: connect() to unix:/var/run/php7.2-fpm.sock failed (2: No such file or directory) 
Shell :: how to create a patch file between 2 branches git 
Shell :: fetch all from remote 
Shell :: git create new repository 
Shell :: find rm files older 
Shell :: How do I create a next application 
Shell :: how to push to github with personal access token 
Shell :: check last 5 commit git on branch 
Shell :: github personal token 
Shell :: turn off wiregurad linux 
Shell :: launch edge from wsl 
Shell :: What next after installing sanctum for laravel 
Shell :: kill a port in linux 
Shell :: docker-compose centos 7 
Shell :: sort in linux 
Shell :: sudo: apt: command not found 
Shell :: powershell array index 
Shell :: ascii to binary in bash 
Shell :: what does worktree prune do 
Shell :: command to return to old shell 
Shell :: terminal rename folder 
Shell :: git rename working branch 
ADD CONTENT
Topic
Content
Source link
Name
3+7 =