aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorFernando Oliveira2013-10-16 20:15:04 -0500
committerfernando2013-10-16 20:16:29 -0500
commit8fdf70b87e51bdd2035f5ab54a335fbb50d79e80 (patch)
treee3c3851c1237072926598964e366cd1105cf005d /bin
parentBulletSim: implement the SL bug where VEHICLE_HOVER_UP_ONLY disables (diff)
downloadopensim-SC_OLD-8fdf70b87e51bdd2035f5ab54a335fbb50d79e80.zip
opensim-SC_OLD-8fdf70b87e51bdd2035f5ab54a335fbb50d79e80.tar.gz
opensim-SC_OLD-8fdf70b87e51bdd2035f5ab54a335fbb50d79e80.tar.bz2
opensim-SC_OLD-8fdf70b87e51bdd2035f5ab54a335fbb50d79e80.tar.xz
* Fixes mantis mantis 0006803 [PGSQL] - Simulator crashes - Mono.Security.dll missing. The root of the issue is that the Postgres driver relies on Mono.Security.dll from the mono project. Unfortunately, when using Mono, including the dll in the distribution causes conflicts. This solution puts Mono.Security.dll in bin/lib/NET/ and, if windows .NET is the runtime, informs the assembly loader to load bin/lib/NET/Mono.Security.dll when .NET is scanning for the Mono.Security namespace. On Mono, the included Mono.Security assembly is ignored.
Diffstat (limited to 'bin')
-rw-r--r--bin/lib/NET/Mono.Security.dllbin0 -> 282624 bytes
1 files changed, 0 insertions, 0 deletions
diff --git a/bin/lib/NET/Mono.Security.dll b/bin/lib/NET/Mono.Security.dll
new file mode 100644
index 0000000..6accde7
--- /dev/null
+++ b/bin/lib/NET/Mono.Security.dll
Binary files differ