Changes between Version 1 and Version 2 of Solaris8Build


Ignore:
Timestamp:
Jan 26, 2009, 12:38:42 PM (15 years ago)
Author:
jmckenna
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Solaris8Build

    v1 v2  
    33!MapServer v3.6.4
    44
    5 Libraries I installed to get this, PHP and MapLab? working:
     5Libraries I installed to get this, PHP and !MapLab working:
    66
    77    * gcc (3.2) (Sun linker used)
     
    2626For ./mapscript/php3/Makefile?.in add "LDFLAGS = @LDFLAGS@" after CFLAGS and then add "$(LDFLAGS)" right after "$(LD)" in the first two make directives.
    2727
    28 Assuming you're using Apaceh, add to the httpd.conf file the directive (you can leave off the pgsql directory if you're not using PostgreSQL): SetEnv LD_LIBRARY_PATH /usr/local/lib:/usr/local/pgsql/lib
     28Assuming you're using Apaceh, add to the httpd.conf file the directive (you can leave off the pgsql directory if you're not using PostgreSQL): !SetEnv LD_LIBRARY_PATH /usr/local/lib:/usr/local/pgsql/lib
    2929
    30 NOTE: To avoid all the LD-related shenanigans above, I found that the "--enable-runpath" option might avoid having to do all that (and possibly the SetEnv addition to the Apache configuration). Using that option was not fully tested.
     30NOTE: To avoid all the LD-related shenanigans above, I found that the "--enable-runpath" option might avoid having to do all that (and possibly the !SetEnv addition to the Apache configuration). Using that option was not fully tested.
    3131
    3232Run configure with your options, these were mine (the "--enable-interal-ld-detect" is important on Solaris):