On Fri, Jul 24, 2009 at 11:15:41PM -0700, Brandon Barker wrote: > I've never directly used libiconv myself, but I'm wondering what the > usual resolutions are in OpenSolaris when one gets a linker message like: > ld: fatal: library -liconv: not found
That's simply an error message indicating that the linker couldn't find libconv.so. You need to provide it somehow, whether through a package or through your own build and installation from source. If it were a package that OpenSolaris itself delivered, I could point you at it, but since it's not, I don't really know where else you might find it, short of building it yourself. If it's not in contrib, it might be in blastwave. Or you could even use pkgrecv to pull the old build 79 version bits and reconstruct the package anew. Danek