On Tue, 2004-27-04 at 18:37 +0200, Hannes Mayer wrote:
A simple ln -s /lib/libselinux.so.1 /lib/libselinux.so did the trick. After that it compiles just fine. I'm not sure, but this may affect other "make's" aswell.
This is likely a similar problem to mine (see my post 'shared library and selinux' of Apr 26), dealing with the type context on shared libraries. Check if ls -Z libselinux.so.1 has a type context of lib_t instead of shlib_t. If so, change it to the latter, then run ldconfig.
Sorry, forgot to mention that I have selinux disabled. (I also added a comment to the bugzilla entry)
Cheers, Hannes.