Upgraded OES 24.2 nit service does not start (lib problem)

Hi All!

After upgraded OES 2018 to 23.4 offline, then patched to 24.3. eDirectory is running, but the the DNS service doesn't.

In the /var/log /messages file there are many

nitd[24787]: /usr/sbin/nitd: error while loading shared libraries: libndssdk.so.1: cannot open shared object file: No such file or directory

The libndssdk.so.1 is in the following path:

/opt/novell/eDirectory/lib64/libndssdk.so.1

Any idea?

Where come the NIT library path from?

Regards, Peter

Tags:

Parents Reply
  • 0 in reply to   

    OES:~ # cat /etc/ld.so.conf.d/novell-NDSbase.conf
    cat: /etc/ld.so.conf.d/novell-NDSbase.conf: No such file or directory
    OES:~ # cat /etc/ld.so.conf.d/novell-
    novell-imanager.conf      novell-libvigil.conf      novell-ndsd.conf          novell-nrm.conf           novell-nss.conf           novell-oescredstore.conf  novell-proxyuser.conf     novell-xtier.conf
    OES:~ # cat /etc/ld.so.conf.d/novell-ndsd.conf
    /usr/lib64
    OES:~ #

Children
  • Verified Answer

    +1   in reply to 

    Try and edit novell-ndsd.conf to look like this

    /opt/novell/lib64
    /opt/novell/eDirectory/lib64
    /opt/novell/eDirectory/lib64/nds-modules
    /opt/novell/lib
    /opt/novell/eDirectory/lib

    Save the file, run "ldconfig" and bounce the box. Please note the the file content is from a OES2018 box. While it should be sufficient to resolve your problem someone with immediate access to a 24.3 box might want to share a current version.