glibc 2.32 missing sys/sysctl.h
by eduardr from LinuxQuestions.org on (#5D6SR)
The new glibc-2.32 has broken my ability to build the nvidia driver due to missing sysctl.h header files in the glibc-2.32 package.
nvidia-driver.SlackBuild.edr:
fatal error: sys/sysctl.h: No such file or directory
With 2.30:
$ grep sysctl.h /var/log/packages/glibc-2.30-x86_64-1
usr/include/bits/sysctl.h
usr/include/sys/sysctl.h
With 2.32:
$ grep sysctl.h /var/log/packages/glibc-2.32-x86_64-1
(no results)
Thanks for any suggestions! Currently unable to build the nvidia driver after the newest slackware current updates to glibc 2.32.


nvidia-driver.SlackBuild.edr:
fatal error: sys/sysctl.h: No such file or directory
With 2.30:
$ grep sysctl.h /var/log/packages/glibc-2.30-x86_64-1
usr/include/bits/sysctl.h
usr/include/sys/sysctl.h
With 2.32:
$ grep sysctl.h /var/log/packages/glibc-2.32-x86_64-1
(no results)
Thanks for any suggestions! Currently unable to build the nvidia driver after the newest slackware current updates to glibc 2.32.