[Gtk-sharp-list] excuse the newbie question but...

Ravi Pratap M ravi@ximian.com
02 Sep 2002 14:21:03 -0500


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