library missing

Hi,

I am trying migrate webmin application from solaris to linux. But that is not working in Linux. because the library librpcsoc.so has missed in Linux box..

Could you please advice me that how to resolve this issue and also that how to install that library as well.

Did you try to simply copy the binary files? Solaris image files are ELF format and so are Linux.

Otherwise I don't get why the library is missing. Do you have the distribution, rpm or whatever? It seems unlikely that a tested distribution package would be missing a library file. Pick an executable [file] you just installed. What does ldd [filename] show?