swat library error on Solaris 9

Hi,

I had define swat in /etc/services, in /etc/inet/inetd.conf. When I start swat http://localhost:901 I receive the follow message: ld.so.1: swat: fatal: libiconv.so.2: open failed: No such file or directory

Then I restart the system and the same message is comming. The swat is only running when I kill the inetd -s process and start it on shell. When I restart the system again the message is comming.

Any idea?

Thanks
Urs

that's the runtime linker for dynamic objects. it seems that your swat configuration is missing the $LD_LIBRARY_PATH, insert there the path to that lib. on my sol9 the "default" solaris lib.so.1 library is in /usr/lib, perhabs you need another version of it, please refer to the install manual of your swat

I'm pretty sure the missing library path would be /usr/sfw/lib