webservd: fatal: libgcc_s.so.1: version GCC_3.3’ not found

HI,
We configured the webserver under the opt/SUNWwbsvr/https-pw-frontend/ in unix box. We have server start and stop command under the opt/SUNWwbsvr/https-pw-frontend/
Unexpectedly our password webserver's(sun one webserver's) are down, when I tried to start the server this is the error I'm getting.
In PuTTY, I type in
Code:
www:~ # /opt/SUNWwbsvr/https-pw-frontend/ start
It says the following:
Code:
www:~ # Failure: CORE3170: Configuration initialization failed: Error running init function
load-modules: dlopen of /apps/oblix/netpoint/gdpitl-pw-backend/identity/oblix/lib/libstdc++.so.5
failed (ld.so.1: webservd: fatal: libgcc_s.so.1: version GCC_3.3' not found
(required by file /apps/oblix/netpoint/gdpitl-pw-backend/identity/oblix/lib/libstdc++.so.5))

So, how do I go about reversing the damage done? I don't even know where to begin.

Already GCC version is installed under the /usr/local/bin/gcc, I guess problem might be because of GCC version difference.
Could you please suggest me how to findout the GCC version.

Thanks for the suggestions.

Regards,
Suji

To find out the version of gcc you have, type:

    gcc --version