[Zoo-discuss] ubuntu compilation issues
andrea antonello
andrea.antonello at gmail.com
Wed Oct 29 17:59:50 PDT 2014
I am trying to compile the zoo project on ubuntu.
A couple of small issues:
1) in the compilation docs:
cp ../zoo-services/hello-py/*.py /usr/lib/cgi-bin/
should be:
cp ../zoo-services/hello-py/cgi-env/*.py /usr/lib/cgi-bin/
2) for java compilation in the config file:
JAVA_LDFLAGS="-L$JDKHOME/jre/lib/amd64/client/ -ljvm -lpthread"
should be
JAVA_LDFLAGS="-L$JDKHOME/jre/lib/amd64/server/ -ljvm -lpthread"
for the openjdk, else it won't find the libjvm.so library.
At the end everything compiles properly and I followed the last steps,
but when I browse to:
http://localhost/zoo/?Service=WPS&Request=GetCapabilities&Version=1.0.0
It gives me just the directory listing, i.e. the same empty directory
I get at: http://localhost/zoo/
Any hint on what I might have missed?
Thanks,
Andrea
More information about the Zoo-discuss
mailing list