mono (mopen1) on opensuse 11.1?

Hey, anyone know of a provider for mono’s mopen1 tool (part of moonlight-tools)? Tried building from source and all i get is

mopen1
mopen1: error while loading shared libraries: libmoon.so.0: cannot open shared object file: No such file or directory

Even though libmoon.so.0 is in /usr/local/lib

This sounds like you do not have /usr/local/lib in your LD_LIBRARY_PATH.

You could try diagnosing the problem by using:

strace -f -o log -e open mopen1 file.xaml