On 12/07/2018 08:14 AM, Dr.-Ing. Edgar Alwers via blfs-support wrote:
Hi,
I am refering to LFS/BLFS-8.3
cupsd did not start. When I try to start cupsd in /etc/rc.d/init.d with
"cups start" I get an error message
"Starting CUPS Printserver...pidof: error while loading shared
libraries: libprocps.so.6: cannot open shared object file: No such file
or directory"
After looking in /lib, I noticed that I have an "libprocps.so.7.1.0",
which is the library installed by
"procps-ng-3.3.15.tar.xz", LFS-8.3. After manually copying
"libprocps.so.6" from another partition built with
procps-ng-3.3.12.tar.xz ( LFS-8.1), the problem with the start of cupsd
was gone.
It seems to me, that the script for cupsd needs a smaller change. Could
it be ?
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
You must have something you built previously when you had libprocps.so.6
on the system. Checking my copy of cups, it is not that. Try
$ ldd /bin/pidof
It's possible you have mixed some executables and libraries. You may
want to just rebuild procps-ng using the LFS instructions.
-- Bruce
--
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page