Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.0.11
-
Fix Version/s: 2.0.1
-
Component/s: Building/Packaging
-
Labels:None
-
Environment:Operating System: Linux
Platform: PC
-
Bugzilla Id:
Description
The install_iplike.sh script hardcodes libdir to a value of "/usr/lib", which when used on an x86_64 install causes an error message of "ERROR: could not load library "/usr/lib/iplike.so": /usr/lib/iplike.so: wrong ELF class: ELFCLASS32". When corrected to /usr/lib64, the function is installed correctly.
Can you confirm that this is still an issue? It uses the @libdir@ macro from autoconf, which should get set to whatever the 64-bit libdir is automatically.