#3095: Switch to procps-ng (3.3.3) - placeholder - not ready yet
-------------------------+--------------------------------------------------
Reporter: gespinasse | Owner: lfs-book@…
Type: enhancement | Status: new
Priority: low | Milestone: Future
Component: Book | Version: SVN
Severity: normal | Keywords:
-------------------------+--------------------------------------------------
Comment(by Krejzi):
Hm, their autotools system is weird. If you specify --prefix=/usr, you end
up having /usr/usr/bin ...
Anyways, for anyone interested I used these commands to build procps:
{{{
./configure --prefix=/usr --sysconfdir=/etc --exec-prefix=
--libdir=/usr/lib --docdir=/usr/share/doc/procps-3.3.5 --disable-static &&
make &&
make install &&
mv -v /usr/lib/libprocps.so.* /lib &&
ln -sfv ../../lib/libprocps.so.1.0.0 /usr/lib/libprocps.so
}}}
I've specified --libdir=/usr/lib because if it's not specified, we'd have
/lib/pkgconfig which pkg-config doesn't include into search path. Another
reason is easy way to move .la file from /lib which shouldn't be there and
to avoid "file has been moved" warning. (I can't stand libtool, I always
delete .la files).
I've put a working tarball on
http://linuxfromscratch.org/~krejzi/procps-3.3.5.tar.xz with md5sum
22f1cdedfd892fb31a6d22880130e2e4
--
Ticket URL: <http://wiki.linuxfromscratch.org/lfs/ticket/3095#comment:8>
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