[ZOO-Discuss] ZOO Kernel 1.0 Release

Luca Delucchi lucadeluge at gmail.com
Fri Apr 16 04:13:12 PDT 2010


2010/4/15 Gérald Fenoy <gerald.fenoy at geolabs.fr>:
> Lucas,
>
> Le 15 avr. 2010 à 17:12, Luca Delucchi a écrit :
>
>> 2010/4/15 Luca Delucchi <lucadeluge at gmail.com>:
>>
>> Update ...
>>
>> i tried with this configure
>>
>> ./configure --without-php --without-java --without-js
>
> To desactivate Language support please use the following configure option : --with-Language=no (David please let me know if I'm wrong here but after a short review of the configure.ac file I think I'm right), so in your case good options should be : -with-php=no --with-java=no --with-js=no . Nevertheless, in you case as the options you used wasn't recognized by the configure script then no of this supports was activated.

ok,

>
> The most important line in the warning/errors messages you get running the make command seems to be explained by a missing cgic installation. You can install the cgic205 from bouteil or use our own (available in thrids svn directory, http://svn.zoo-project.org/svn/trunk/thirds/cgic206) which make your ZOO Kernel automatically supporting FastCGI.
>

i installed cgic from ubuntu packages and now i completed the
installation but when i try to test it doesn't work

my cgi-scripts path is /usr/lib/cgi-bin i did these passages:

- sudo cp main.cfg /usr/lib/cgi-bin/
- sudo cp zoo_loader.cgi /var/www/localhost/cgi-bin
- sudo cp ../zoo-services/hello-py/cgi-env/* /usr/lib/cgi-bin/
- sudo cp ../zoo-services/hello-py/*py /usr/lib/cgi-bin/
- in the main.cfg i changed serverAddress and providerSite set to
http://localhost/
- create a zoo dir in my /var/www
- put inside /var/www/zoo the .htacces file like the example in the website
- restart apache

when i try http://127.0.0.1/zoo/?Service=WPS&Request=GetCapabilities&Version=1.0.0
the server return the page of my directory

Index of /zoo
[ICO]	Name	Last modified	Size	Description
[DIR]	Parent Directory	 	-
Apache/2.2.12 (Ubuntu) Server at 127.0.0.1 Port 80

maybe the problem is in the .htaccess file when define the RewriteRule?
It seems the RewriteRule is looking in the folders ../.. instead for
my configuration it must search in /usr/lib/cgi-bin

>
> Hope this helps,
> thanks to let us know,
>

thank's your advice solved my firsts problems...

> Djay

cheers
Luca

PS Sorry but my english is not very good



More information about the Zoo-discuss mailing list