[Mono-bugs] [Bug 602210] Cannot find libMonoPosixHelper.so when trying to DeflateStream
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Mon May 3 21:51:59 EDT 2010
http://bugzilla.novell.com/show_bug.cgi?id=602210
http://bugzilla.novell.com/show_bug.cgi?id=602210#c1
--- Comment #1 from Mike Clemente <clemente at rowan.edu> 2010-05-04 01:51:58 UTC ---
Found the issue.
/usr/local/lib/libMonoPosixHelper.so was the actual file, not a symlink so
ldconfig failed.
Work around:
mv /usr/local/lib/libMonoPosixHelper.so /usr/local/lib/libMonoPosixHelper.so.0
ln -s /usr/local/lib/libMonoPosixHelper.so.0
/usr/local/lib/libMonoPosixHelper.so
ldconfig
--
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