On Tue 08 Jan 2019 04:56:03 PM CST, pier andreit wrote:
malcolmlewis;2891044 Wrote:
> Hi
> The *.so file(s) go to your respective lib directory the *.so.conf
> files go into /etc/ld.so.conf.d/libbit4xpki.so.conf, if you inspect
> the contents it will just be paths to library files. You can see the
> default graphiz.conf file. Then run ldconfig...
Manythanks malcolm, I moved libbit4xpki.so.conf here
/etc/ld.so.conf.d/libbit4xpki.so.conf.
but it seems that libbit4xpki.so.conf file is not just path to library
files as the graphiz.conf file. ...or I didn't understood?
the graphiz.conf file content is:
Code:
--------------------
/usr/lib64/graphviz
/usr/lib64/graphviz/sharp
/usr/lib64/graphviz/java
/usr/lib64/graphviz/perl
/usr/lib64/graphviz/php
/usr/lib64/graphviz/ocaml
/usr/lib64/graphviz/python
/usr/lib64/graphviz/lua
/usr/lib64/graphviz/tcl
/usr/lib64/graphviz/guile
/usr/lib64/graphviz/ruby
--------------------
and libbit4xpki.so.conf content is:
Code:
--------------------
dspiniscnspin=true
DSPinUseGui=false
HideCacheDsPinCheck=false
--------------------
and ldconfig says this:
Code:
--------------------
pla-3-TW:~ # ldconfig
is not a known library type
is not a known library type
is not a known library type
pla-3-TW:~ #
--------------------
Bookmarks