<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'>
Simply check the proper location of the  postgis.sql file. It should be in the directory where you installed postgis.<br><br>$ sudo updatedb<br>$ locate "postgis.sql"<br><br>/usr/src/postgis-1.5.1/postgis/postgis.sql<br><br>psql -d postgisdb -f /usr/src/postgis-1.5.1/postgis/postgis.sql<br><br>HTH<br><br>Edward<br><br><br>> Date: Mon, 9 Aug 2010 13:43:16 +0200<br>> From: fire@dubmosphere.de<br>> To: postgis-users@postgis.refractions.net<br>> Subject: [postgis-users] help setting up postgis<br>> <br>> Dear all,<br>> I am running into some troubles trying to install postgis 1.5.1. After  <br>> installation I followed the manual on which first steps to take. I  <br>> created a postgresql db and did the createlang part.<br>> <br>> Now, when I enter "psql -d postgisdb -f postgis.sql" I get a  <br>> "postgis.sql: No such file or directory" in return.<br>> <br>> What could be the problem? Where do I start looking?<br>> <br>> Regards,<br>> Jan<br>> <br>> ubuntu 9.10<br>> postgresql 8.4<br>> postGis 1.5.1<br>> <br>> <br>> _______________________________________________<br>> postgis-users mailing list<br>> postgis-users@postgis.refractions.net<br>> http://postgis.refractions.net/mailman/listinfo/postgis-users<br>                                       </body>
</html>