I solved this (thanks again to Tamas for helping me) On the first machine I solved building mapserver from the installation toolkit.
it came out a very important thing when I was installing (this afternoon) mapserver on another machine. All the problems I had with my mapserver installation on my development machine (unable to load dll mapscript...) can be easily avoided without the need to build mapserver from the building kit. It is sufficient to copy on the server the mapserver directory distribuited as precompiled binaries (at http://maptools.org/ms4w/index.phtml?page=downloads.html) on the server and then include the path to the bin directory. For example I extracted ms4w under c, and then i added at the PATH environment variable this path: "C:\ms4w\Apache\cgi-bin" (under this dir there are all the dll needed by mapscript) and now it is working like a charm. -- View this message in context: http://www.nabble.com/Again-c--Unable-to-load-DLL-%28mapscript%29-tf1975214.html#a5507168 Sent from the Mapserver - User forum at Nabble.com.
