From: mamu on
Hi,
Sorry for the delayed response . Was on something else. The version of
Solaris is 10 .

at /etc/release
Solaris 10 8/07 s10s_u4wos_12b SPARC

Also want to know where I can download SunW_1.9.1.
thanks
From: Chris Ridd on
On 2008-10-29 10:55:41 +0000, mamu <maadhuuranjan.m(a)gmail.com> said:

> Hi,
> Sorry for the delayed response . Was on something else. The version of
> Solaris is 10 .
>
> at /etc/release
> Solaris 10 8/07 s10s_u4wos_12b SPARC
>
> Also want to know where I can download SunW_1.9.1.
> thanks

You don't.

In Solaris, shared library files contain multiple versioned ABIs.
There's a default one, and there are may be others labelled
SUNW_<something>.

What ldd is telling you is that the program has been linked against a
shared library containing the ABI version SUNW_1.9.1. The shared
library on your system is too old and doesn't contain that ABI.

The only way to get a shared library containing that ABI version and
resolve (sic) this problem is to install that version of Solaris or a
later one, and run the program on there instead.

Your other choice is to rebuild MySQL on the version of Solaris that
you're actually using.
--
Chris