<br><span class="gmail_quote"><br></span>Hello everyone !<br><br><br>I try to install dijkstra.sql :<br><br style="font-weight: bold;"><span style="font-weight: bold;">CREATE OR REPLACE FUNCTION shortest_path(sql text, source_id integer, target_id integer, 
</span>
<br style="font-weight: bold;"><span style="font-weight: bold;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; directed boolean, has_reverse_cost boolean)</span><br style="font-weight: bold;"><span style="font-weight: bold;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; RETURNS SETOF path_result
</span><br style="font-weight: bold;"><span style="font-weight: bold;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; AS 'MODULE_PATHNAME'</span><br style="font-weight: bold;"><span style="font-weight: bold;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; LANGUAGE 'C' IMMUTABLE STRICT;</span><br><br>

ERROR:&nbsp; could not access file &quot;MODULE_PATHNAME&quot;: No such file or directory<br><br>Can someone understand this error ? What is exactly this <span style="font-weight: bold;">MODULE_PATHNAME ?</span><br><br>Thanks
<br><span class="sg">
<br>Raphael<br><br>

</span><br>