<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Hi everybody,<br>
<br>
I already installed pgRouting successful:<br>
<br>
[root@anntv routing]# make install<br>
/bin/sh /usr/lib/pgsql/pgxs/src/makefiles/../../config/install-sh -c -m
644 ./routing_postgis.sql /usr/share/pgsql/contrib<br>
/bin/sh /usr/lib/pgsql/pgxs/src/makefiles/../../config/install-sh -c -m
644 routing.sql /usr/share/pgsql/contrib<br>
/bin/sh /usr/lib/pgsql/pgxs/src/makefiles/../../config/install-sh -c -m
644 ./README.routing /usr/share/doc/pgsql/contrib<br>
/bin/sh /usr/lib/pgsql/pgxs/src/makefiles/../../config/install-sh -c -m
755  librouting.so.0.0 /usr/lib/pgsql/routing.so<br>
<br>
I already export successfully <b>routing_postgis.sql </b>and I
already copy <b>libCGAL.so</b> (in
/usr/local/cgal/lib/i686_Linux-2.6_g++-4.1.1) to <b>/usr/lib/pgsql . <br>
</b>But when I export <b>routing.sql.in</b> and <b>routing.sql</b> to
PostgreSQL<b> </b>, I see error below:<br>
<br>
<b>ERROR:  could not load library "/usr/lib/pgsql/routing.so":
libCGAL.so: cannot open shared object file: No such file or directory</b><br>
<b><br>
</b>Anyone has error like me? Please help me!<br>
Thanks so much,<br>
<br>
<br>
</body>
</html>