On 12/07/2018 02:48 PM, Dr.-Ing. Edgar Alwers via blfs-support wrote:


Am 07.12.2018 um 17:52 schrieb Bruce Dubbs via blfs-support:
What you should have is:

/lib/libprocps.so.7 -> libprocps.so.7.1.0
/lib/libprocps.so.7.1.0
/usr/lib/libprocps.so -> ../../lib/libprocps.so.7.1.0
Hi Bruce,

I think we are misunderstandig us. That what you say  I should have, is exactly that what I have ! The point is that the script for starting cupsd asks for libprocps.so.6 and therefore  does'nt  work!
My cups is the one of BLFS-8.3

The start script for cupsd seems to be old, it refers to LFS/BLFS 7.0 (!) and was last changed in 05-12-2011. Could that be the problem ?

No.  The cupsd script is simple:

   start)
      log_info_msg "Starting CUPS Printserver..."
      start_daemon /usr/sbin/cupsd
      evaluate_retval

/usr/sbin/cupsd does not use libprocps.

The problem is that the function start_daemon calls pidof (from the procps-ng package). pidof is the only thing that uses libprocps in this sequence and your version apparently wants libprocps.so.6. Rebuilding procps-ng should fix you up.

  -- Bruce

--
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to