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"><<a href="mailto:woodbri@swoodbridge.com" target="_blank">woodbri@swoodbridge.com</a>></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 "cmake -DWITH_TSP=ON -DWITH_DD=ON", I<br>
get the error messages said "GAUL" and "Postgresql" are required. Then I<br>
tried to install "GAUL", and get the message that "s-lang" is required.<br>
I downloaded the source code of "s-lang", but did not figure out how to<br>
install it. I also checked "synaptic package manager", and found that<br>
"postgresql-8.4" 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 <string> to search for packages based on <string> 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>