However it's not running automatically. 'ldd wfica' shows that only
two libraries were
found even when all needed libraries are available in system. Either
under Linux
emulation provided with suse package or in base Xorg.
[snip]
On NetBSD I must create symbolic links for most of them pointing to
/usr/lib.
I'm worried about future confusion for some native apps on NetBSD if I
start
with that approach as linking those libraries to /emul/linux proper
subdirectories
doesn't help with detection.
You cannot mix native and Linux libraries, so make sure you have all the
relevant Linux libraries in your /emul/linux tree. A good place to start
would be to install citrix_ica from pkgsrc (v10.6) and work from there.