C++ runtime libraries for Broker on Linux

Hi,

Which version of C++ runtime is compatible for installing webMethods Broker on Linux version RH 4 32-bit?

Thank You,
Ramu Rayapudi

Because I also wanted to know the answer, I looked on Advantage for the webMethods Product Installation Guide 6.5 and the webMethods System Requirements 6.5 and 6.5.2 documents. Neither appears to answer your question.

Unless someone else on wMUsers has the answer, you will need to get this answer from wM Support.

Mark

We fixed this problem. The required library is 3.2

Can you provide the full name of the C++ libraries required or the rpm statement to fetch the correct ones?

Mark

  • Install the gcc C library version 3.2.3 compatibility module (also compiler)
    up2date compat-gcc-32
  • Install the gcc C++ library version 3.2.3 compatibility module (also compiler)
    up2date compat-gcc-32-c++
    -Make a link to the renamed compiler so that users calling gcc will be using the current version
    ln -s ./gcc32 ./gcc

Thanks Ramu, its good information.