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