This repository has been archived by the owner on Nov 8, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 54
[build] CMake build on RHEL 9 is missing libraries #800
Comments
What arguments are being supplied to Cmake? by default libapib-parser.so and other internals should be statically linked.
|
Using /usr/bin/cmake -S . -B redhat-linux-build -DCMAKE_C_FLAGS_RELEASE:STRING=-DNDEBUG -DCMAKE_CXX_FLAGS_RELEASE:STRING=-DNDEBUG -DCMAKE_Fortran_FLAGS_RELEASE:STRING=-DNDEBUG -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON -DCMAKE_INSTALL_DO_STRIP:BOOL=OFF -DCMAKE_INSTALL_PREFIX:PATH=/usr -DINCLUDE_INSTALL_DIR:PATH=/usr/include -DLIB_INSTALL_DIR:PATH=/usr/lib64 -DSYSCONF_INSTALL_DIR:PATH=/etc -DSHARE_INSTALL_PREFIX:PATH=/usr/share -DLIB_SUFFIX=64 -DBUILD_SHARED_LIBS:BOOL=ON -DBUILD_TESTING=OFF -DCMAKE_VERBOSE_MAKEFILE=ON
/usr/bin/cmake --build redhat-linux-build -j2 --verbose
/usr/bin/cmake --install redhat-linux-build |
LDD for the build on RHEL: sean@phanpy:~$ ldd BUILDROOT/drafter-5.1.0-1.move.el9.x86_64/usr/bin/drafter
linux-vdso.so.1 (0x00007ffe5cb32000)
libapib-parser.so => not found
libapib.so => not found
libstdc++.so.6 => /lib64/libstdc++.so.6 (0x00007f2c42600000)
libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x00007f2c4296c000)
libc.so.6 => /lib64/libc.so.6 (0x00007f2c42200000)
libm.so.6 => /lib64/libm.so.6 (0x00007f2c42891000)
/lib64/ld-linux-x86-64.so.2 (0x00007f2c42a37000) |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Trying to run
drafter
after building in from source with CMake on RHEL gives:The text was updated successfully, but these errors were encountered: