Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

restore.c:(.text+0x229): undefined reference to `selinux_restorecon_parallel' #409

Closed
TobRein opened this issue Sep 4, 2023 · 1 comment

Comments

@TobRein
Copy link

TobRein commented Sep 4, 2023

Hello,

i try to compile selinux-3.5 and got the following error

/usr/lib64/gcc/x86_64-suse-linux/12/../../../../x86_64-suse-linux/bin/ld: restore.o: in function process_glob': restore.c:(.text+0x229): undefined reference to selinux_restorecon_parallel'
/usr/lib64/gcc/x86_64-suse-linux/12/../../../../x86_64-suse-linux/bin/ld: restore.c:(.text+0x238): undefined reference to `selinux_restorecon_get_skipped_errors'
collect2: error: ld returned 1 exit status
make[2]: *** [: restorecon_xattr] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/root/temp/selinux/selinux-3.5/policycoreutils/setfiles'
make[1]: *** [Makefile:4: all] Error 1
make[1]: Leaving directory '/root/temp/selinux/selinux-3.5/policycoreutils'
make: *** [Makefile:40: all] Error 1

is there missing some library in my system ?

best regards
T. Reineck

@TobRein
Copy link
Author

TobRein commented Sep 6, 2023

solved

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants