Error:: libm.so.2:open failed

Hi,

I am working with solaris 9 and I want to install perforce on that,so I downloaded the p4v.bin file and try to install it by the command

./p4v

after that it is giving the error---

ld.so.1: ./p4v.bin: fatal: libm.so.2: open failed: No such file or directory
Killed[/b]

I am not getting it why it is there?

Please help me to solve this problem?

Thanks in advance...

It seems that the dynamic linker (ld.so.1) cannot find the file libm.so.2. Check in /usr/lib to see if it exists. libm.so is probablly a symbolic link to libm.so.2.

I didn't find it there libm.so.2, so what I have to do for that or where I can get it.Please help me to resolve it.

Thanks in advance ....

That is the math library and you have not installed the math shared library package or maybe you did install it and someone deleted that file. The package is called SUNWlibms and either way I guess you need to install it. Put the OS cds in the cd drive and look around on the CD until you find a directory called SUNWlibms. cd to the parent of SUNWlibm and run
pkgadd -d . SUNWlibms
to install the package.