Opened 18 years ago
Closed 18 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: | |
|---|---|---|---|
| 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 , 18 years ago
| Cc: | added |
|---|
comment:2 by , 18 years ago
| Milestone: | → 7.0 |
|---|
Note:
See TracTickets
for help on using tickets.

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.