Ticket #102 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

libvuurmuur.so is not install in the right dir on a x86_64 system

Reported by: tigerp Owned by: victor
Priority: major Milestone: 0.8
Component: libvuurmuur Version: 0.8beta1
Keywords: Cc:

Description

On a x86_64 system, the libvuurmuur.so.0 is not installed in /usr/lib64 but instead it is installed in /usr/lib which is wrong.

The library should be installed in /usr/lib64 when it is a x86_64 system and in /usr/lib when it is a x86 system.

Change History

comment:1 Changed 2 years ago by victor

  • Milestone changed from undecided to 0.8

comment:2 Changed 2 years ago by tigerp

  • Status changed from new to closed
  • Resolution set to fixed

This has been fixed with r264 , you can now use the --libdir option of configure.

Note: See TracTickets for help on using tickets.