You are not logged in.
Pages: 1
Hi there,
After
pacman -Syu
I have boot-up message:
/usr/sbin/cupsd: error while loading shared libraries: libkrb5.so.22: cannot open shared object file: No such file or directory
Also, desktop panel disappeared in KDE.
I completely re-installed KDE and CUPS -- doesn't help either.
I am running Arch64
XFCE4 under Arch on Honor MagicBook
Offline
You're missing heimdal package.
Offline
MilosC -- I installed heimdal, but it didn't help.
XFCE4 under Arch on Honor MagicBook
Offline
Well, I "unscrewed" KDE through reinstalling panel, but the message stiil persists at the boot-up.
XFCE4 under Arch on Honor MagicBook
Offline
MilosC -- I installed heimdal, but it didn't help.
Weird. Heimdal package provides libkrb5.so.22...
Offline
Do you have file libkrb5.so.22 in /usr/lib linked to libkrb5.so.22.1.0? Maybe it's missing.
Offline
MilosC -- that's what I have in /usr/lib:
-rw-r--r-- 1 root root 1421214 2008-06-30 11:12 libkrb5.a
lrwxrwxrwx 1 root root 17 2008-06-30 11:12 libkrb5.so -> libkrb5.so.25.0.0
lrwxrwxrwx 1 root root 17 2008-06-30 11:12 libkrb5.so.25 -> libkrb5.so.25.0.0
-rwxr-xr-x 1 root root 989927 2008-06-30 11:13 libkrb5.so.25.0.0
It looks like there is no libkrb5.so.22 file.
Last edited by Fixed (2008-07-04 15:06:21)
XFCE4 under Arch on Honor MagicBook
Offline
Yeah that happened to me, too. I have some testing packages installed, which require heimdal from testing, I thought that's not a problem since there is libcups in testing, but cups needs to be rebuilt against this newer heimdal, also. It failed to build here and I have no time now to look for a fix.
Offline
I have a rebuilt cups but there seem to be a problem with the repo so I'll wait a bit before submitting it. You need this patch:
diff -Naur cups-1.3.7/scheduler/auth.c cups-1.3.7.new/scheduler/auth.c
--- cups-1.3.7/scheduler/auth.c 2008-03-20 21:58:16.000000000 +0100
+++ cups-1.3.7.new/scheduler/auth.c 2008-06-09 14:53:45.535194741 +0200
@@ -54,6 +54,7 @@
* Include necessary headers...
*/
+#define _GNU_SOURCE
#include "cupsd.h"
#include <grp.h>
#ifdef HAVE_SHADOW_H
Offline
I have a rebuilt cups but there seem to be a problem with the repo so I'll wait a bit before submitting it. You need this patch:
diff -Naur cups-1.3.7/scheduler/auth.c cups-1.3.7.new/scheduler/auth.c --- cups-1.3.7/scheduler/auth.c 2008-03-20 21:58:16.000000000 +0100 +++ cups-1.3.7.new/scheduler/auth.c 2008-06-09 14:53:45.535194741 +0200 @@ -54,6 +54,7 @@ * Include necessary headers... */ +#define _GNU_SOURCE #include "cupsd.h" #include <grp.h> #ifdef HAVE_SHADOW_H
That didnt solve it for me, I'm using x86_64:
a - UnicodeMap.o
a - UnicodeTypeTable.o
a - XpdfPluginAPI.o
a - XRef.o
pdftops.cxx: In function 'int main(int, char**)':
pdftops.cxx:322: warning: deprecated conversion from string constant to 'char*'
Linking pdftops...
Making all in scheduler...
Compiling auth.c...
Compiling banners.c...
auth.c: In function 'cupsdAuthorize':
auth.c:485: error: storage size of 'peercred' isn't known
auth.c:485: warning: unused variable 'peercred'
make[1]: *** [auth.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make: *** [all] Error 1
==> ERROR: Build Failed.
Aborting...
Offline
the package is now in testing.
Offline
the package is now in testing.
Still having CUPS problem. Today I installed (on Arch64) cups-1.3.7-2, and while it now doesn't have any missing libraries - when I try to start the daemon (sudo /etc/rc.d/cups start) it fails with: "cupsd: Child exited on signal 15!".
I don't really know how to trouble-shoot this further???
Niels
MacBook4.1 - Arch64 - OpenBox WM
Offline
It works with the testing package here on x86_64.
Offline
Snowman wrote:the package is now in testing.
Still having CUPS problem. Today I installed (on Arch64) cups-1.3.7-2, and while it now doesn't have any missing libraries - when I try to start the daemon (sudo /etc/rc.d/cups start) it fails with: "cupsd: Child exited on signal 15!".
I don't really know how to trouble-shoot this further???
Niels
Make sure you also have the other printing-related packages from testing. There are major rebuilding going on in testing. If you only installed a few selected packages from testing, you'll likely have problems.
Offline
nielsb wrote:Snowman wrote:the package is now in testing.
Still having CUPS problem. Today I installed (on Arch64) cups-1.3.7-2, and while it now doesn't have any missing libraries - when I try to start the daemon (sudo /etc/rc.d/cups start) it fails with: "cupsd: Child exited on signal 15!".
I don't really know how to trouble-shoot this further???
Niels
Make sure you also have the other printing-related packages from testing. There are major rebuilding going on in testing. If you only installed a few selected packages from testing, you'll likely have problems.
OK, thanks - I'll do that!!
Niels
MacBook4.1 - Arch64 - OpenBox WM
Offline
Pages: 1