THis might not help but this is worked for me on a bare system with nothing installed including desktop environment.<br><br><br><b>Needed Packages:</b><br>yum grouplist<br>yum groupinstall mysql<br>yum install unixODBC unixODBC-devel libjpeg-devel mysql-server<br>
chkconfig mysqld on<br>service mysqld start<br><br><br><br><b>Building and Installing Required Components (installer)</b><br>tar zxf mapguideaptinstaller-*.tar.gz<br>cd LinuxApt<br>./build_apt.sh --port 80<br><br><br><br>
<b>Building and Installing FDO</b><br>find . -maxdepth 1 -name &quot;fdo*.tar.gz&quot; -exec tar zxf {} &quot;;&quot;<br>cd OpenSource_FDO<br>nano -w setenvironment.sh<br>source ./setenvironment.sh<br>./build_thirdparty.sh<br>
./build_linux.sh<br><br><br><b>Building OEM Components in the MapGuide Distribution</b><br>tar zxf mapguide-*.tar.gz<br>cd mapguide-<br>./build_oem.sh<br><br><b>Building and Installing the Default Configuration</b><br>aclocal<br>
libtoolize --copy --force<br>automake --add-missing --copy <br>autoconf<br>./configure --enable-optimized<br>make<br>make install<br><br><div class="gmail_quote">On Tue, Jun 17, 2008 at 10:27 AM, gimbrogno @smartlab &lt;<a href="mailto:magnitudo9@email.it">magnitudo9@email.it</a>&gt; wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
Hi all,<br>
excuse me for my continuos requests, but I&#39;m still trying to solve my<br>
problems with MapGuide on Linux and Java example.<br>
<br>
I&#39;ll try to describe all steps I&#39;ve covered, just to be sure I&#39;m not leaving<br>
anything behind and doing nothing wrong.<br>
<br>
I&#39;ve compiled and tryied both the 2.0.1 and 1.2 releases without success,<br>
it&#39;s going to get frustrating as all my day is spent compiling and trying to<br>
figure out what&#39;s wrong, while I can read on this list you all have the<br>
things up and running smoothly... please, help me exit the tunnel! :-P<br>
<br>
Well, what I&#39;ve done is compile the entire MapGuide project with some<br>
modifications to Makefiles as they were not working (missing libraries,<br>
wrong gcc as the one I was using didn&#39;t support march-i386 and stuff like<br>
this) on my Centos 5 server.<br>
<br>
I&#39;ve managed to compile the entire suite and I&#39;m actually able to use the<br>
PHP ajax viewer example without any problem, but when it comes to Java<br>
viewer I&#39;m facing some strange linkage errors regarding a missing<br>
SWIGMgSerializableToMgGuardDisposable native function.<br>
<br>
I&#39;ve gone deeper on the problem and I finally understood the Java API is<br>
practically generated through SWIG from C++ code and I&#39;m wondering if that<br>
generation process could have produced any nonworking code.<br>
<br>
So, my qyestions are:<br>
&nbsp;- should I regenerate the java api through SWIG to be sure the code was<br>
generated correctly?<br>
&nbsp;- should I try to generate the java library using the latest version of<br>
SWIG?<br>
&nbsp;- should I tell my boss we can&#39;t use the java library at all?<br>
&nbsp;- in case the first two questions get a positive answer can someone help me<br>
pointing to some documentation for the generation process regarding the<br>
MapGuide code (which sources should I use as input and stuff like that)?<br>
<br>
Thank you all guys!<br>
<font color="#888888">--<br>
View this message in context: <a href="http://www.nabble.com/Java-and-Linux-tp17916025p17916025.html" target="_blank">http://www.nabble.com/Java-and-Linux-tp17916025p17916025.html</a><br>
Sent from the MapGuide Users mailing list archive at Nabble.com.<br>
<br>
_______________________________________________<br>
mapguide-users mailing list<br>
<a href="mailto:mapguide-users@lists.osgeo.org">mapguide-users@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/mapguide-users" target="_blank">http://lists.osgeo.org/mailman/listinfo/mapguide-users</a><br>
</font></blockquote></div><br>