On 12.1.2014 21:12, BLFS Trac wrote:
> #4556: Add package: lsof_4.87
> --------------------+-----------------------
>   Reporter:  fo      |       Owner:  fo
>       Type:  task    |      Status:  assigned
>   Priority:  normal  |   Milestone:  current
> Component:  BOOK    |     Version:  SVN
>   Severity:  normal  |  Resolution:
>   Keywords:          |
> --------------------+-----------------------
>
> Comment (by bdubbs@…):
>
>   This one is a little unusual:
>
>   {{{
>   tar -xf lsof_4.87.tar.bz2
>   cd lsof_4.87
>   tar -xf lsof_4.87_src
>   cd lsof_4.87_src
>   yes n |./Configure linux
>   make CFGL="-L./lib -ltirpc"
>
>   pushd tests
>   make
>   popd
>   }}}
>
>   The install is manual.  I recommend something like:
>
>   {{{
>   groupadd -g 63 lsof
>   install -4750 -o root -g lsof lsof /lib
>   install lsof.8 /usr/share/man/man.8
>   }}}
>

Why do you install in /lib and why do you need a seperate group? I 
installed it in /usr/bin and haven't added any group, nor has any other 
linux distribution I looked for the instructions for it.
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to