hello,
i have done an LFS installation. i compiled rpm with all its dependancies. then i tried checkinstall. firstly checkinstall is located in /usr/local/sbin/checkinstall which is not in my PATH. so i am not able access the man page of checkinstall. the problem is when i do
Code:
/usr/local/sbin/checkinstall
on a compiled program, at the end it says..
Code:
*** The "rpm" program is not in your PATH!
*** RPM package creation aborted
says /usr/bin/rpm as well as /bin/rpm both of which are in my PATH.
is my way of checkinstall correct? i do make on the package first, next i do /usr/local/sbin/checkinstall
how do i make checkinstall work properly?