Pagina 1 di 1

Incompatibility between cups-1.2.11 and gnutls-2.2.1

Inviato: mar 26 feb 2008, 22:09
da DidierSpaier
Hi,
1) In my bad English (sorry I don't speak Italian at all)
I couldn't print after a lot of packages upgrades.

After having changed "LogLevel" from "info" to "debug" in /etc/cups/cupsd.conf and restarted cup's scheduler, I noticed this in /var/log/cups/error_log
gs: error while loading shared libraries: libgnutls.so.13: cannot open shared object file: No such file or directory
Thus I found that upgrade from official gnutls-1.6.2 to gnutls-2.2.1 provided here caused the problem.

After downgrading I could print again.

I didnt try to make a symlink from libgnutls.so.26 to libgnutls.so.13 but if that helps, may-be Loris could include it in the package ?

Thanks for everything

2) En Français
Je ne pouvais plus imprimer après beaucoup de mises à jour de paquets

Après avoir modifié le paramètre "LogLevel" de "info" à "debug" dans /etc/cups/cupsd.conf et relancé le séquenceur de cups, j'ai noté la ligne suivante dans /var/log/cups/error_log :
gs: error while loading shared libraries: libgnutls.so.13: cannot open shared object file: No such file or directory
Ainsi j'ai trouvé l'origine du problème : le remplacement de la version 1.6.2 de gnutls par la version supprime la version du fichier libgnutls.so attendue par gs.

Je n'ai pas essayé de créer un lien symbolique de libgnutls.so.26 vers libgnutls.so.13 mais si cela fonctionne peut-être Loris peut-il l'ajouter au paquet ?

Merci pour tout

Re: Incompatibility between cups-1.2.11 and gnutls-2.2.1

Inviato: mar 26 feb 2008, 23:47
da Loris
I've compiled this package for filezilla, anyhow, if you want to use gnutls in your Slackware stable you'll have to recompile a lot of packages.... this is a problem, and I don't have solutions. Sorry about that.

Re: Incompatibility between cups-1.2.11 and gnutls-2.2.1

Inviato: mer 27 feb 2008, 0:01
da mimmoforlug
symlink from libgnutls.so.26 to libgnutls.so.13 helped me,
after I reinstalled also foo2zjs. Now cups works fine.

Re: Incompatibility between cups-1.2.11 and gnutls-2.2.1

Inviato: mer 27 feb 2008, 15:39
da Luci0
mimmoforlug ha scritto:symlink from libgnutls.so.26 to libgnutls.so.13 helped me,
after I reinstalled also foo2zjs. Now cups works fine.
Anch' io non riuscivo a stampare o meglio, davo la stampa ma non usciva niente, senza ottenere nessun errore da parte di cups, il problema era ghostscript che dava errore lamentando la mancanza di libgnutls.so.13 !!

P.S. questo é i mio messaggio n.2000 !

Re: Incompatibility between cups-1.2.11 and gnutls-2.2.1

Inviato: gio 28 feb 2008, 18:36
da ermes
Luci0 ha scritto:
mimmoforlug ha scritto:symlink from libgnutls.so.26 to libgnutls.so.13 helped me,
after I reinstalled also foo2zjs. Now cups works fine.
Anch' io non riuscivo a stampare o meglio, davo la stampa ma non usciva niente, senza ottenere nessun errore da parte di cups, il problema era ghostscript che dava errore lamentando la mancanza di libgnutls.so.13 !!

P.S. questo é i mio messaggio n.2000 !
si... ma come hai risolto ?
:-k

Re: Incompatibility between cups-1.2.11 and gnutls-2.2.1

Inviato: gio 28 feb 2008, 19:49
da Luci0

Codice: Seleziona tutto

ln -s /usr/lib/libgnutls.so.26 /usr/lib/libgnutls.so.13

Re: Incompatibility between cups-1.2.11 and gnutls-2.2.1

Inviato: mer 5 mar 2008, 17:11
da davide77
I (probably) solved the problem building a package from the standard slack package but with the files installed in /usr/local (except for the doc directory). Now I will try it a little and this afternoon or tomorrow I will send the package to Loris.

Re: Incompatibility between cups-1.2.11 and gnutls-2.2.1

Inviato: ven 28 mar 2008, 22:04
da davide77
Sorry for the delay, you can find a package gnutls1 on my package page: http://davide77.netsons.org/slackware-packages.

The package installs the libraries in opt, so you need to add /opt/gnutls1/lib to your /etc/ld.so.conf and then run ldconfig.

I changed the location from usr/local to opt because some configure script finds the old version instead of the new one.