Ningchuan Xiao wrote:
Dear All,

I was wondering if anyone could please help me solve this problem. I compiled MapServer 5.0.2 on Fedora 7 and 8. I installed all required libraries/packages. If I configure MapServer without any options (i.e., just use ./configure), the resulting file mapserv works fine if I copy it to the cgi-bin folder.

However, if I configure it using any other options (such as --with-proj, with proj4 successfully installed), I can compile MapServer with no problem and can run mapserv -v. However, if I copy it to the cgi-bin folder, it will not work. All I get is a blank page in the web browser with no error messages.

Ningchuan,

I would guess this is because the extra options have shared libraries in
places that aren't searched under apache.  For instance, if libproj.so
is installed in /usr/local/lib and you haven't managed that properly via
ldconfig or LD_LIBRARY_PATH.

Best regards,
--
---------------------------------------+--------------------------------------
I set the clouds in motion - turn up   | Frank Warmerdam, [EMAIL PROTECTED]
light and sound - activate the windows | http://pobox.com/~warmerdam
and watch the world go round - Rush    | President OSGeo, http://osgeo.org

_______________________________________________
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users

Reply via email to