I tried by coping over the lib files to the executable folder and also /usr/lib. however when I run the executables, the program crashes. Under Debug screen I got tons of warnings.
Starting /home/EVA/Desktop/Project/c-examples/mul_form/mul_form...
warning: .dynamic section for "/lib/libpthread.so.0" is not at the expected address
.dynamic section for "/lib/libpthread.so.0" is not at the expected address
warning: difference appears to be caused by prelink, adjusting expectations
difference appears to be caused by prelink, adjusting expectations
warning: .dynamic section for "/lib/libm.so.6" is not at the expected address
warning: difference appears to be caused by prelink, adjusting expectations
warning: .dynamic section for "/lib/librt.so.1" is not at the expected address
warning: difference appears to be caused by prelink, adjusting expectations
warning: .dynamic section for "/lib/libglib-2.0.so.0" is not at the expected address
warning: difference appears to be caused by prelink, adjusting expectations
...
Try: yum --enablerepo='*-debuginfo' install /usr/lib/debug/.build-id/85/b6149a8377a357541e89471eb7ee92474cc8de.debug
/home/EVA/Desktop/Project/c-examples/mul_form/mul_form exited with code 0
there are tons of it. Any idea how to resolve this. thanks.
Bookmarks