search for: findtextrel

Displaying 1 result from an estimated 1 matches for "findtextrel".

2009 Apr 21
0
joined R-today [SELinux]
...e in a shared library is not compiled to have position independent code. I.e., the -fpic or -fPIC flag was not supplied when compiling. Your build log showed that -fpic was used when compiling your code, but the 3rd party library, libnetcdf.a may not have been compiled this way. The command eu-findtextrel /usr/lib/R/library/ncdf/libs/ncdf.so will tell you which parts of ncdf.so were not compiled with -fpic. If you cannot recompile libnetcdf.a then you may have to turn off some the security enhancements. See http://people.redhat.com/drepper/textrelocs.html and http://people.redhat.com/drepper...