mapfile_build_path() in mapfile.c does not return the good path when it&#39;s a relative path<br><br>i put this instead of buffer_copy() and buffer_add_str() : <br><br> buffer_add_str(path, &quot;path_to_mapfile&quot;);<br>
 buffer_add_str(path,&quot;relative_path&quot;);<br><br>and it&#39;s work<br><br>in this : <br>buffer_copy(path, o-&gt;config_file);  <br> <br>o-&gt;config_file seems to contains the name of the mapfile <br><br>Marc-André Trottier<br>