[Mono-dev] new Mono Windows installer
Michal Harakal
miso at harakalovci.net
Thu Feb 16 02:28:40 EST 2006
Hello,
The dll files for sqlite could not be found with the new Mono Windows
installer.
After replacing the file names from libxxx.so to xxx.dll in the file
"/etc/mono/config" sqlite works fine.
Following is the changed version of /etc/mono/config:
<configuration>
<dllmap dll="cygwin1.dll" target="libc.so.6" />
<dllmap dll="libc" target="libc.so.6" />
<dllmap dll="intl" target="libc.so.6" />
<dllmap dll="libxslt.dll" target="libxslt.so" />
<dllmap dll="sqlite" target="sqlite.dll"/>
<dllmap dll="sqlite3" target="sqlite3.dll"/>
<dllmap dll="rsvg-2" target="librsvg-2-2.dll"/>
<dllmap dll="gtkhtml-3.0" target="libgtkhtml-3.8-15.dll"/>
</configuration>
Regards,
Michal
More information about the Mono-devel-list
mailing list