ldconfig in solaris 10

Hi folks, I am new to Solaris. I am trying to install this package from linux distribution to solaris 10 and it requires sbin/ldconfig. I am not sure how to link/create ldconfig in solaris. I would really appreciate any help!!

Here is what I am getting.
-----------------------------------------------------------------------------------------------------------------------
bash-3.00# rpm -i x86-compat-libs-9.0-2mdk.ia64.rpm
warning: x86-compat-libs-9.0-2mdk.ia64.rpm: V3 DSA signature: NOKEY, key ID 26752624
error: Failed dependencies:
/sbin/ldconfig is needed by x86-compat-libs-9.0-2mdk
/bin/sh is needed by x86-compat-libs-9.0-2mdk
bash-3.00#

-------------------------------------------------------------------------------------------------------------------------
I found this article while googling the problem but I do not have enough experties to resolve my problem.

Solaris FAQ.

I am running solaris10 on AMD64 and my /var/ld looks as following.
bash-3.00# ls
32 64 amd64
bash-3.00# pwd
/var/ld
bash-3.00# cd amd64
bash-3.00# ls
bash-3.00# cd ../64
bash-3.00# ls
bash-3.00# cd ../32
bash-3.00# ls
32 64 amd64
bash-3.00# ls -al 32
lrwxrwxrwx 1 root root 1 Oct 18 12:40 32 -> .
bash-3.00#

Thanks,
Saif

Has the package been compiled for Solaris?

I must admit I don't use RPMs on Solaris, just Solaris packages.

you can install linux package on solaris 10. My problem is what the package is requiring as dependency. If I can get the dependency satisfied then I should be in good shape.