#2153: man-db 2.5.1 - some files get installed in libexec instead of lib directory ---------------------+------------------------------------------------------ Reporter: kratz00 | Owner: [email protected] Type: defect | Status: new Priority: normal | Milestone: Component: Book | Version: SVN Severity: normal | Keywords: ---------------------+------------------------------------------------------ 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. -- Ticket URL: <http://wiki.linuxfromscratch.org/lfs/ticket/2153> LFS Trac <http://wiki.linuxfromscratch.org/lfs/> Linux From Scratch: Your Distro, Your Rules. -- http://linuxfromscratch.org/mailman/listinfo/lfs-book FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
