Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Apr 2009 17:37:20 +0900
From:      "KISHIMOTO, Makoto" <ksmakoto@dd.iij4u.or.jp>
To:        mono@FreeBSD.org
Subject:   etc/mono/config problem
Message-ID:  <20090429173720.f9376440.ksmakoto@dd.iij4u.or.jp>

next in thread | raw e-mail | index | archive | help
Hello.

At my environment (FreeBSD7, updated ports), following patch needed
to use Banshee.

FYI. Thank you.

--- /usr/local/etc/mono/config.ORG	2009-04-29 17:33:14.000000000 +0900
+++ /usr/local/etc/mono/config	2009-04-29 17:32:17.000000000 +0900
@@ -14,7 +14,7 @@
 	<dllmap dll="i:msvcrt" target="libc.so" os="!windows"/>
 	<dllmap dll="i:msvcrt.dll" target="libc.so" os="!windows"/>
 	<dllmap dll="sqlite" target="libsqlite.so.0" os="!windows"/>
-	<dllmap dll="sqlite3" target="libsqlite3.so.0" os="!windows"/>
+	<dllmap dll="sqlite3" target="libsqlite3.so.8" os="!windows"/>
 	<dllmap dll="libX11" target="libX11.so" os="!windows" />
 	<dllmap dll="libcairo-2.dll" target="libcairo.so.2" os="!windows"/>
 	<dllmap dll="i:kernel32.dll">



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090429173720.f9376440.ksmakoto>