Hey Steve,<div><br></div><div>Thanks for your help. It, finally, works. Right now I am trying to use some test data to learn how to use it. I will let you know once I have some problems.</div><div><br></div><div>Jinfu<br><br>
<div class="gmail_quote">On Fri, May 18, 2012 at 4:45 AM, Stephen Woodbridge <span dir="ltr">&lt;<a href="mailto:woodbri@swoodbridge.com" target="_blank">woodbri@swoodbridge.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="HOEnZb"><div class="h5">On 5/17/2012 4:31 PM, Jinfu Leng wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hey,<br>
<br>
I am trying to install pgrouting, but get some problems:<br>
<br>
When I was running this command &quot;cmake -DWITH_TSP=ON -DWITH_DD=ON&quot;, I<br>
get the error messages said &quot;GAUL&quot; and &quot;Postgresql&quot; are required. Then I<br>
tried to install &quot;GAUL&quot;, and get the message that &quot;s-lang&quot; is required.<br>
I downloaded the source code of &quot;s-lang&quot;, but did not figure out how to<br>
install it. I also checked &quot;synaptic package manager&quot;, and found that<br>
&quot;postgresql-8.4&quot; was already existed.<br>
<br>
I am using Ubuntu 10.04, 64 bits.<br>
</blockquote>
<br></div></div>
Ok, you need to install some of the dev packages.<br>
<br>
sudo apt-get install postgresql-server-dev-8.4<br>
sudo apt-get install libslang2 libslang2-dev<br>
<br>
You can use apt-cache search &lt;string&gt; to search for packages based on &lt;string&gt; eg: apt-cache search slang<br>
<br>
-Steve<br>
______________________________<u></u>_________________<br>
pgrouting-dev mailing list<br>
<a href="mailto:pgrouting-dev@lists.osgeo.org" target="_blank">pgrouting-dev@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/pgrouting-dev" target="_blank">http://lists.osgeo.org/<u></u>mailman/listinfo/pgrouting-dev</a><br>
</blockquote></div><br></div>