This page is in the 'old' namespace, and was imported from our previous wiki. We recommend checking for more up-to-date information using the search box.

Greenstone 2.70 Install on Solaris

(thanks to Courtney Grimland)

Target Platform:

XML-Parser:

I chose to install XML-Parser myself since I couldn't get it to happen with the gsdl installation.

perl Makefile.PL

gmake; gmake test; gmake install

GSDL:

 export CC=/opt/sfw/gcc-3/bin/gcc
 export CXX=/opt/sfw/gcc-3/bin/g++
 export LD_LIBRARY_PATH=/opt/sfw/gcc-3/lib
 export MAKE=/opt/sfw/bin/gmake

*My resulting library binary failed to execute until I added /opt/sfw/gcc-3/lib into the system's ld.config:

 crle -c /var/ld/ld.config -l /opt/sfw/gcc-3/lib

Apache: *Followed the instructions for modifying apache:

After these steps I can access the default gsdl setup via http://myhost.mydomain.edu/greenstone/cgi-bin/library