Just to save some other poor soul from having to get around a packaging issue on Solaris 5.10. I just installed 3.0.33 and the package put all the vfs libs into /usr/sfw/lib instead of in the right place /usr/sfw/lib/vfs. I fixed by cd /usr/sfw/lib/vfs ln -s /usr/sfw/lib/audit.so.0 audit.so Repeat for each .so. This may not be the preferred work-around but it works.