[Mono-bugs] [Bug 543226] The mono-x debugger acts differently when run inside the mono-addon environment than outside

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Thu Oct 8 12:07:34 EDT 2009


http://bugzilla.novell.com/show_bug.cgi?id=543226

User twiest at novell.com added comment
http://bugzilla.novell.com/show_bug.cgi?id=543226#c3





--- Comment #3 from Thomas Wiest <twiest at novell.com>  2009-10-08 10:07:33 MDT ---
Yes, this seems to be a path issue since the "fix" is to source the
mono-addon-environment.sh script before running monovs-server.


I'm not sure if this is the "proper" fix, but maybe we should just have the
monovs-server script source the mono-addon-environment.sh script before it
runs.


The contents of the mono-addon-environment.sh script are:

# This script sets your default mono to the mono addon
# To use temporarily, source the file with: source mono-addon-environment.sh
# To use permanently, copy the file to /etc/profile.d/
export LD_LIBRARY_PATH="/opt/novell/mono/lib:$LD_LIBRARY_PATH"
export C_INCLUDE_PATH="/opt/novell/mono/include"
export ACLOCAL_PATH="/opt/novell/mono/share/aclocal"
export
PKG_CONFIG_PATH="/opt/novell/mono/share/pkgconfig:/opt/novell/mono/lib/pkgconfig:$PKG_CONFIG_PATH"
export MANPATH="/opt/novell/mono/share/man:$MANPATH"
export PATH="/opt/novell/mono/bin:$PATH"
PS1="[mono-addon] $PS1"

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list