Estava instalando um banco de dados no sistema operacional Oracle Linux 6.3 quando recebi o seguinte erro:
[oracle@host01 database]$ ls -ltr total 72 -rwxrwx--- 1 root vboxsf 5586 Aug 22 2011 welcome.html -rwxrwx--- 1 root vboxsf 10005 Sep 22 2011 runInstaller drwxrwx--- 1 root vboxsf 4096 Sep 22 2011 stage drwxrwx--- 1 root vboxsf 4096 Sep 22 2011 sshsetup drwxrwx--- 1 root vboxsf 4096 Sep 22 2011 rpm drwxrwx--- 1 root vboxsf 4096 Sep 22 2011 response drwxrwx--- 1 root vboxsf 4096 Sep 22 2011 install drwxrwx--- 1 root vboxsf 4096 Sep 22 2011 doc -rwxrwx--- 1 root vboxsf 28122 Sep 22 2011 readme.html [oracle@host01 database]$ ./runInstaller ./runInstaller: /media/sf_Orcl/Database/database/install/.oui: /lib/ld-linux.so.2: bad ELF interpreter: No such file or directory
Com o usuário root, verifiquei que a solução era instalar a lib glibc.i686 e , após isso, pude prosseguir com a instalação do banco de dados:
[oracle@host01 database]$ su - Password: [root@host01 ~]# yum -y install glibc.i686 Loaded plugins: refresh-packagekit, security, ulninfo Setting up Install Process public_ol6_UEK_latest | 1.2 kB 00:00 public_ol6_latest | 1.4 kB 00:00 public_ol6_latest/primary | 61 MB 00:26 public_ol6_latest 36804/36804 Resolving Dependencies --> Running transaction check ---> Package glibc.i686 0:2.12-1.192.el6 will be installed --> Processing Dependency: libfreebl3.so for package: glibc-2.12-1.192.el6.i686 --> Processing Dependency: libfreebl3.so(NSSRAWHASH_3.12.3) for package: glibc-2.12-1.192.el6.i686 --> Running transaction check ---> Package nss-softokn-freebl.i686 0:3.14.3-23.3.el6_8 will be installed --> Finished Dependency Resolution Dependencies Resolved ====================================================================================================================================================================================================================================== Package Arch Version Repository Size ======================================================================================================================================================================================================================================= Installing: glibc i686 2.12-1.192.el6 public_ol6_latest 4.4 M Installing for dependencies: nss-softokn-freebl i686 3.14.3-23.3.el6_8 public_ol6_latest 157 k Transaction Summary ======================================================================================================================================================================================================================================= Install 2 Package(s) Total download size: 4.5 M Installed size: 14 M Downloading Packages: (1/2): glibc-2.12-1.192.el6.i686.rpm | 4.4 MB 00:02 (2/2): nss-softokn-freebl-3.14.3-23.3.el6_8.i686.rpm | 157 kB 00:00 ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Total 1.4 MB/s | 4.5 MB 00:03 Running rpm_check_debug Running Transaction Test Transaction Test Succeeded Running Transaction Installing : nss-softokn-freebl-3.14.3-23.3.el6_8.i686 1/2 Installing : glibc-2.12-1.192.el6.i686 2/2 Verifying : glibc-2.12-1.192.el6.i686 1/2 Verifying : nss-softokn-freebl-3.14.3-23.3.el6_8.i686 2/2 Installed: glibc.i686 0:2.12-1.192.el6 Dependency Installed: nss-softokn-freebl.i686 0:3.14.3-23.3.el6_8 Complete!
Hi! I am Bruno, a Brazilian born and bred, and I am also a naturalized Swedish citizen. I am a former Oracle ACE and, to keep up with academic research, I am a Computer Scientist with an MSc in Data Science and another MSc in Software Engineering. I have over ten years of experience working with companies such as IBM, Epico Tech, and Playtech across three different countries (Brazil, Hungary, and Sweden), and I have joined projects remotely in many others. I am super excited to share my interests in Databases, Cybersecurity, Cloud, Data Science, Data Engineering, Big Data, AI, Programming, Software Engineering, and data in general.
(Continue reading)