amit tripathi wrote: > > []java.lang.UnsatisfiedLinkError: > /home/nsehra/FDfolio/FD-runtime/FDMonitor-runtime/mapserver/libmapscript.so: > Can't load IA 32-bit .so on a IA 32-bit platform >
It's a horrible error message. Execute the following: ldd /home/nsehra/FDfolio/FD-runtime/FDMonitor-runtime/mapserver/libmapscript.so You are likely missing some libraries, or at least missing them from the appropriate path (can't remember offhand if that's just LD_LIBRARY_PATH, or maybe something else at play wrt java mapscript) - Rich -- View this message in context: http://www.nabble.com/Problem-working-with-mapserver-on-linux-tp16001810p16012515.html Sent from the Mapserver - User mailing list archive at Nabble.com. _______________________________________________ mapserver-users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/mapserver-users
