ldconfig

Hello

ldconfig puts the following on stderr:
ldconfig: Can’t stat /opt/e17/lib64: No such file or directory
ldconfig: Can’t stat /usr/X11R6/lib64/Xaw3d: No such file or directory
ldconfig: Can’t stat /usr/lib64/Xaw3d: No such file or directory
ldconfig: Can’t stat /usr/X11R6/lib/Xaw3d: No such file or directory
ldconfig: Can’t stat /usr/lib/Xaw3d: No such file or directory
ldconfig: Can’t stat /usr/lib64/graphviz/sharp: No such file or directory
ldconfig: Can’t stat /usr/lib64/graphviz/java: No such file or directory
ldconfig: Can’t stat /usr/lib64/graphviz/perl: No such file or directory
ldconfig: Can’t stat /usr/lib64/graphviz/php: No such file or directory
ldconfig: Can’t stat /usr/lib64/graphviz/ocaml: No such file or directory
ldconfig: Can’t stat /usr/lib64/graphviz/python: No such file or directory
ldconfig: Can’t stat /usr/lib64/graphviz/lua: No such file or directory
ldconfig: Can’t stat /usr/lib64/graphviz/tcl: No such file or directory
ldconfig: Can’t stat /usr/lib64/graphviz/guile: No such file or directory
ldconfig: Can’t stat /usr/lib64/graphviz/ruby: No such file or directory
libnetworkstatus.so.0 -> libnetworkstatus.so.0.0.0
ldconfig: Cannot stat /usr/lib64/libavahi-qt4.so: No such file or directory
ldconfig: Cannot stat /opt/kde3/lib64/libgmcop.so: No such file or directory
libnetworkstatus.so.0 -> libnetworkstatus.so.0.0.0

Please suggest. Thank you.

Humm . . .

Reinstall GlibC which is what likely provides ldconfig?

A bit dramatic, I know, but it’s my best suggestion.

Cheers,
Pete Eby

LewsTherinTelemon wrote:
> Humm . . .
>
> Reinstall GlibC which is what likely provides ldconfig?
>
> A bit dramatic, I know, but it’s my best suggestion.
>
> Cheers,
> Pete Eby
>
>
Can it not be fixed?

Regards
Cross

Where is the problem? It says things like /usr/lib64/graphviz/sharp don’t exists because… well, they don’t exist.

The /opt/kde3/lib64/libgmcop.so probably is a packaging bug, that file should be in the arts-gmcop package instead of arts… report it.

Other messages… seem normal to me. To put an example, it tries to search in /usr/lib64/graphviz/sharp because of the /etc/ld.so.conf.d/graphviz.conf file. That dir doesn’t exists if you don’t install graphviz-sharp, but the reference is created just installing graphviz. It’s a bug? I don’t think so, it’s better this way… and a line in the stderr output from ldconfig -v isn’t a real problem.

RedDwarf wrote:
> Where is the problem? It says things like /usr/lib64/graphviz/sharp
> don’t exists because… well, they don’t exist.
>
> The /opt/kde3/lib64/libgmcop.so probably is a packaging bug, that file
> should be in the arts-gmcop package instead of arts… report it.
>
> Other messages… seem normal to me. To put an example, it tries to
> search in /usr/lib64/graphviz/sharp because of the
> /etc/ld.so.conf.d/graphviz.conf file. That dir doesn’t exists if you
> don’t install graphviz-sharp, but the reference is created just
> installing graphviz. It’s a bug? I don’t think so, it’s better this
> way… and a line in the stderr output from ldconfig -v isn’t a real
> problem.
>
>
Thank you for the clarification.