Hi All,

I have taken mono 2.6, mono-basic 2.6 and moonlight 2.0 tar files.

I had used build as follows

tar -xvf mono-2.6.tar.bz2
./configure --prefix=/opt/mono
make
make install

tar -xvf mono-basic-2.6.tar.bz2
./configure --prefix=/opt/mono
make
make install

tar -xvf moonlight-2.0.tar.bz2
./conigure --prefix=/opt/moonlight
--with-mcspath=/home/mala/MonoDev/mono-2.6/mcs
--with-mono-basic-path=/home/mala/MonoDev/mono-basic-2.6

It throws me the following error

checking for GTKSHARP... configure: error: Package requirements
(gtk-sharp-2.0) were not met:

No package 'gtk-sharp-2.0' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables GTKSHARP_CFLAGS
and GTKSHARP_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

I tried installing the gtk-sharp-2.12.9.tar.bz2 it asks for gtk+
then I tried installing the gtk+-2.20.1.tar.bz2 it asks for glib,
pango, cairo and atk
then I tried installing the glib-2.24.1.tar.bz2
then I tried installing the pango-1.28.1.tar.gz, it asks for
glib-2.13.5 version

now I don't know what to do. I feel something is wrong.

I had used the following script before i install mono and others.
#!/bin/bash
MONO_PREFIX=/opt/mono/
GNOME_PREFIX=/usr
export DYLD_LIBRARY_FALLBACK_PATH=$MONO_PREFIX/lib:$DYLD_LIBRARY_FALLBACK_PATH
export LD_LIBRARY_PATH=$MONO_PREFIX/lib:$LD_LIBRARY_PATH
export C_INCLUDE_PATH=$MONO_PREFIX/include:$GNOME_PREFIX/include
export ACLOCAL_PATH=$MONO_PREFIX/share/aclocal
export PKG_CONFIG_PATH=$MONO_PREFIX/lib/pkgconfig:$GNOME_PREFIX/lib/pkgconfig
export PATH=$MONO_PREFIX/bin:$PATH
PS1="[mono] \w @ "

Please help me to install moonlight on linux machine.

Thanks for you help

regards,
Mala
_______________________________________________
Moonlight-list mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/moonlight-list

Reply via email to