<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:arial,helvetica,sans-serif;font-size:12pt"><div>To amplify a tiny bit, the exception says basically:<br><br>System.DllNotFoundException: openjpeg-dotnet.dll.<br><br>The issue right now seems to be that an "ls open* -la" shows this file exists and is marked executable. So, I think there may be an underlying .so that is non existent at this point.<br><br>$ ls open*.dll -la<br>-rwxrwxr-x 1 ckrinke ckrinke 196608 2008-11-23 11:03 openjpeg-dotnet.dll<br>[<br></div><div style="font-family: arial,helvetica,sans-serif; font-size: 12pt;"><br>On a functioning x86 server, I can see libopenjpeg-1.0.0.so and other files that are not on this Mac G5 in our opensim/bin/ directory. I did try copying the the files from /usr/lib that appear to be concerned with jpeg to our opensim/bin directory like this:<br><br>$ cp /usr/lib/libjp*.so* .<br><br>And the region still
 has the same System.DllNotFoundException.<br><br>So, anyone that can shed a little light on this puzzle would help me get some additional testing setup.<br><br>Charles<br><br><br><br><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;"><font size="2" face="Tahoma"><hr size="1"><b><span style="font-weight: bold;">From:</span></b> Charles Krinke <cfk@pacbell.net><br><b><span style="font-weight: bold;">To:</span></b> opensim-dev@lists.berlios.de<br><b><span style="font-weight: bold;">Sent:</span></b> Sunday, November 23, 2008 11:26:18 AM<br><b><span style="font-weight: bold;">Subject:</span></b> [Opensim-dev] OpenSim on Mac G5<br></font><br>
<div style="font-family: arial,helvetica,sans-serif; font-size: 12pt;">I have a Mac G5 available for testing for a little while and have installed Fedora 9 on it.<br><br>I can get OpenSim.exe compiled and the region up on OSGrid. There are a couple of issues. One solved, one not solved.<br><br>ODE: Using our wiki, I was able to make ODE. I observe that we seem to need to initialize ODE even when ODE is not specified in the OpenSim.ini file. We might want to eliminate that dependency.<br><br>The region does come up, but has a jpeg exception which is at the end of this email. At this point, I am a little puzzled with our various jpeg .so, .dll and such that are in svn. Looks like we are supplying an x86 version binary from svn.<br><br>In any case, a little help in getting past this jpeg exception would let me get to where we can test a bit more on a 64bit Mac G5.<br><br>10:47:04
 - [MAPTILE]: Generating Maptile Step 1: Terrain<br>10:47:04 - [MAPTILE]: Generating Maptile Step 1: Done in 82 ms<br>10:47:04 - [MAPTILE]: Generating Maptile Step 2: Object Volume Profile<br>10:47:04 - [MAPTILE]: Generating Maptile Step 2: Done in 21 ms<br>Failed generating terrain map: System.DllNotFoundException: openjpeg-dotnet.dll<br>  at (wrapper managed-to-native) OpenMetaverse.Imaging.OpenJPEG:DotNetAllocDecoded (OpenMetaverse.Imaging.OpenJPEG/MarshalledImage&)<br>  at OpenMetaverse.Imaging.OpenJPEG.Encode (OpenMetaverse.Imaging.ManagedImage image, Boolean lossless) [0x00000] <br>  at OpenMetaverse.Imaging.OpenJPEG.EncodeFromImage (System.Drawing.Bitmap bitmap, Boolean lossless) [0x00000] <br>  at OpenSim.Region.Environment.Modules.World.WorldMap.MapImageModule.WriteJpeg2000Image (System.String gradientmap) [0x000bb] in /home/ckrinke/svn/opensim/OpenSim/Region/Environment/Modules/World/WorldMap/MapImageModule.cs:119
 <br>10:47:04 - [OGS1 GRID SERVICES]: Attempting to register region Mac Land with grid at <a target="_blank" href="http://osgrid.org:8001">http://osgrid.org:8001</a><br>10:47:05 - [OGS1 GRID SERVICES]: Region Mac Land successfully registered with grid at http://osgrid.org:8001<br><br><br><br></div></div></div></div></body></html>