[Mono-list] Parallel mono installations

John M. Anderson sontek at gmail.com
Wed Nov 14 00:43:23 EST 2007


Hey, I'm working with mono both from svn and with openSUSE 10.3's releases.

I'm currently using this script:

#!/bin/bash
MONO_PREFIX=/opt/mono
export LD_LIBRARY_PATH=$MONO_PREFIX/lib:$LD_LIBRARY_PATH
export C_INCLUDE_PATH=$MONO_PREFIX/include
export ACLOCAL_PATH=$MONO_PREFIX/share/aclocal
export PKG_CONFIG_PATH=$MONO_PREFIX/lib/pkgconfig
PATH=$MONO_PREFIX/bin:$PATH
PS1="[mono] \w @ "


when the PATH gets set, when I do gacutil -l and its at 124 packages (its
175 before I set it).

So I figured if I setup MONO_GAC_PREFIX it would fix the issue:

export MONO_GAC_PREFIX=/opt/mono:/usr

but it didn't fix the issue.

Any tips on what I could do to get it working so I am able to use svn mono
but reference GTK
and other libraries that I install from SUSE repos?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-list/attachments/20071113/edeec348/attachment.html 


More information about the Mono-list mailing list