Ticket #102 (closed defect: fixed)

Opened 10 months ago

Last modified 9 months 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

Changed 9 months ago by victor

  • milestone changed from undecided to 0.8

Changed 9 months 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.