[Gtk-sharp-list] excuse the newbie question but...
Matt
mjg23@yahoo.com
02 Sep 2002 23:22:54 -0400
setting both MONO_PATH and LD_LIBRARY_PATH to /usr/local/lib worked.
looks like mono installed itself in /usr/lib and gtk-sharp went to
/usr/local/lib.
thanks for your help.
On Mon, 2002-09-02 at 15:21, Ravi Pratap M wrote:
> Hi there,
>
>
> > $ mono gtk-hello-world.exe
> >
> > ** (process:13634): WARNING **: Could not find assembly gtk-sharp
> >
> > Can not open image gtk-hello-world.exe
>
>
> Have you done a 'make intall' inside the gtk-sharp directory ? Have you
> made sure that your gtk-sharp lib prefix is on LD_LIBRARY_PATH or in
> /etc/ld.so.conf ?
>
>
> Basically the runtime is unable to locate the libs - perhaps you need
> to adjust the MONO_PATH env variable ?
>
>
>
> Regards,
>
> Ravi
>
>
>