Opened 16 years ago

Closed 16 years ago

#2153 closed defect (fixed)

man-db 2.5.1 - some files get installed in libexec instead of lib directory

Reported by: Steffen Pankratz Owned by: lfs-book@…
Priority: normal Milestone: 7.0
Component: Book Version: SVN
Severity: normal Keywords:
Cc: kratz00@…

Description

In 2.5.0

man-db: manconv

the man-db directory and manconv got installed in /usr/lib

in 2.5.1

man-db: globbing manconv

they got installed in /usr/libexec now (globbing seems to be new in this release)

I would assume those files should go into /usr/lib/ and not /usr/libexec/ so I changed the configure call to:

./configure --prefix=/usr --libexecdir=/usr/lib --enable-mb-groff --disable-setuid

which solved the problem for me.

Change History (3)

comment:1 by Steffen Pankratz, 16 years ago

Cc: kratz00@… added

comment:2 by Matthew Burgess, 16 years ago

Milestone: 7.0

Thanks for the report, kratz00. For reference, the ChangeLog entry is:

Fri Jan  4 15:59:41 GMT 2008  Colin Watson  <cjwatson@debian.org>

        * src/Makefile.am: Install globbing and manconv in
          $(libexecdir)/@PACKAGE@ rather than in $(pkglibdir). Reported by
          Peter Breitenlohner.

comment:3 by Matthew Burgess, 16 years ago

Resolution: fixed
Status: newclosed

Fixed in r8492.

Note: See TracTickets for help on using tickets.