<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;"> directed boolean, has_reverse_cost boolean)</span><br style="font-weight: bold;"><span style="font-weight: bold;"> RETURNS SETOF path_result
</span><br style="font-weight: bold;"><span style="font-weight: bold;"> AS 'MODULE_PATHNAME'</span><br style="font-weight: bold;"><span style="font-weight: bold;"> LANGUAGE 'C' IMMUTABLE STRICT;</span><br><br>
ERROR: could not access file "MODULE_PATHNAME": 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>