[tmax] "dl failure on line 716Error: failed /tmp/install.dir.856499/Linux/resource/jre/i386/lib/i386/client/libjvm.so, because libnsl.so.1: cannot open shared object file: No such file or directory" 에러 해결 방법.

2022. 3. 10. 10:07TmaxSoft/tmax

728x90
728x90

-테스트 서버 정보.

$ uname -r
4.18.0-348.7.1.el8_5.x86_64

$ cat /etc/redhat-release
CentOS Linux release 8.5.2111

-redhat 8.x 서버에 Tmax 5.0 SP2 Fix#3 설치 시, 하단의 에러 발생하는 것을 확인.

$ ./Tmax50_SP2_Fix3_Linux_k26_x86_64_16384.bin 
Preparing to install...
Extracting the JRE from the installer archive...
Unpacking the JRE...
Extracting the installation resources from the installer archive...
Configuring the installer for this system's environment...
Launching installer...
dl failure on line 716Error: failed /tmp/install.dir.856499/Linux/resource/jre/i386/lib/i386/client/libjvm.so, because libnsl.so.1: cannot open shared object file: No such file or directory

-"dl failure on line 716Error: failed /tmp/install.dir.856499/Linux/resource/jre/i386/lib/i386/client/libjvm.so, because libnsl.so.1: cannot open shared object file: No such file or directory" 에러 해결 방법.

1.$JAVA_HOME 경로 확인.

$ which java
/opt/java/jdk1.7.0_80/bin/java

2.Tmax 5.0 SP2 Fix#3 인스톨 명령에 "LAX_VM $JAVA_HOME" 추가.

$ ./Tmax50_SP2_Fix3_Linux_k26_x86_64_16384.bin LAX_VM /opt/java/jdk1.7.0_80/bin/java
Preparing to install...
Extracting the JRE from the installer archive...
Unpacking the JRE...
Extracting the installation resources from the installer archive...
Configuring the installer for this system's environment...
Launching installer...
Preparing CONSOLE Mode Installation...
===============================================================================
Tmax50_SP2_Fix3                   (created with InstallAnywhere by Macrovision)
-------------------------------------------------------------------------------
…
728x90
728x90