skip to Main Content

SAS Deployment Tester Suite error for OQ test

Error: SAS Deployment Tester Suite error on Linux X64 server during OQ suite test, while loading shared libraries: libnsl.so.1: cannot open shared object file: No such file or directory

Resolution steps:

You need to download and install libnsl library.

The command is: sudo dnf install libnsl

[sas@sas01 sastest]$ sudo dnf install libnsl

[sudo] password for sas:

Updating Subscription Management repositories.

Unable to read consumer identity

This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register.

Last metadata expiration check: 1:43:24 ago on Mon 18 Jan 2021 05:42:51 PM UTC.

Dependencies resolved.

===============================================================

 Package

        Arch   Version

                 Repository                               Size

===============================================================

Installing:

 libnsl x86_64 2.28-127.el8

                 rhui-rhel-8-for-x86_64-baseos-rhui-rpms  99 k

Transaction Summary

===============================================================

Install  1 Package

Total download size: 99 k

Installed size: 160 k

Is this ok [y/N]: y

Downloading Packages:

libnsl-2.28-127.el8.x86_64.rpm 997 kB/s |  99 kB     00:00

—————————————————————

Total                          983 kB/s |  99 kB     00:00

Running transaction check

Transaction check succeeded.

Running transaction test

Transaction test succeeded.

Running transaction

  Preparing        :                                       1/1

  Installing       : libnsl-2.28-127.el8.x86_64            1/1

  Running scriptlet: libnsl-2.28-127.el8.x86_64            1/1

  Verifying        : libnsl-2.28-127.el8.x86_64            1/1

Installed products updated.

Installed:

  libnsl-2.28-127.el8.x86_64

Complete!

Please try again to validate OQ Suite test using SMC (SAS Management Console) or command prompt

Back To Top