Some tips when you install Oracle on OL7

·

Tip 1:

What to do if you missed 32bit package only on 64bit OS?

[root@ol7 ~]# rpm -qa|grep -i libstdc++
libstdc++-devel-4.8.3-9.el7.x86_64
libstdc++-4.8.3-9.el7.i686
compat-libstdc++-33-3.2.3-72.el7.x86_64
libstdc++-4.8.3-9.el7.x86_64
compat-libstdc++-33-3.2.3-72.el7.i686

You can see you missed libstdc++-devel-4.8.3-9.el7.i686./n
Here is simply way to do it:

[root@ol7 ~]# yum install libstdc++-devel

double hit “tab” button, you will see an “.i686” automatically appended. See? you don’t need to enter full package name and you can get it installed.

Enjoy!

¶¶¶¶¶

¶¶¶¶¶

¶¶¶¶¶

Leave a comment