iplike

install_iplike.sh script incorrectly hardcodes libdir

Details

  • Type: Bug Bug
  • Status: Resolved Resolved
  • Priority: Major 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

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.

Activity

Hide
Benjamin Reed added a comment -

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.

Show
Benjamin Reed added a comment - 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.
Hide
John Berninger added a comment -

I cannot confirm the fix, as I'm not able to see where the 1.0.10 build is available for download. The repositories still contain only the 1.0.7 build.

Show
John Berninger added a comment - I cannot confirm the fix, as I'm not able to see where the 1.0.10 build is available for download. The repositories still contain only the 1.0.7 build.
Hide
David added a comment -

quick patch.

Show
David added a comment - quick patch.
Hide
David added a comment -

Reproduced on Centos 5.5 (64bits)
rhel5 stable repository

Show
David added a comment - Reproduced on Centos 5.5 (64bits) rhel5 stable repository
Hide
Benjamin Reed added a comment -

This was fixed in 2.0.1.

Show
Benjamin Reed added a comment - This was fixed in 2.0.1.

People

Vote (1)
Watch (2)

Dates

  • Created:
    Updated:
    Resolved: