Archive for April, 2010

HP Technology at Work 2010

I have been attending HP Technology at Work 2010 that currently hosts in Messe Frankfurt, Germany (April 26-29). Not very technical sessions so far (I am a tech person myself) for the first day, but I hope that more technical stuff is coming shortly.

Since I am a very big Vmware fan I had scheduled all sessions that cope with Vmware or virtualization (including Thin clients, Xen/Citrix). I hope to upload some photos tomorrow or perhaps tonight if I have enough time (Internet cost in hotel I am staying in is killing me!).

The new stuff:

  • HP Storage plugin for vCenter
  • HP Insight manager for Vmware servers

Comments

Suse Linux SLES 10 SP 3 Oracle problems with missing compat libstdc++ package

If you are trying to install Oracle database product(s) on Suse Novell Linux 10 SP 3 you may experience problem with missing compat rpm package. Novell SLES actually provides all the necessary files via libstdc++33 howerver Oracle installation doesn’t really recognize it and reports missing compat libstdc++ package.

If you have installed you may remove the following packages running the following rpm command:

rpm -e libstdc++33
rpm -e libstdc++33-32bit

A good alternative is to find a compat libstdc++ package from SLES 10 SP 2 and it works perfectly. The compact-libstdc++ package you need is as follows:

compat-libstdc++-5.0.7-22.2.x86_64.rpm

Download it and install it running:

rpm -ivh compat-libstdc++-5.0.7-22.2.x86_64.rpm

Enjoy!

Comments