I reset everything at all and it works now... I think the part with
"autoconf" was forgotten...
anyway...
Jean-Sébastien Goupil
[EMAIL PROTECTED]
Jean-Sebastien Goupil wrote:
Hi,
I didn't followed all the mail you said about livedocs but since all
the updates, I have some problems... I was building everything but the
constant ROOT_NODE was not found, so I reconfigure again. If I set
caching enable, I receive ROOT_NODE undefined for manual.html.
For all other webpage (cached or not) I receive the following :
permissions problem for
'/dat/dev/php/phpdoc-all/fr/chapters/tutorial.xml'?
Moreover, everything is in UTF-8... I modified in file the line that
start the parser by ISO but I don't think the problem is from there...
So I modify the theme php.net to put the equiv parameter to iso... I
always receive the UTF. Finally, I force apache to output pages with
charset iso (AddDefaultCharset ISO-8859-1) and I receive again utf...
The build process takes only 2 seconds and used to take about 1 hour
before...
This is my configure command :
[EMAIL PROTECTED] livedocs]# ./configure --with-build-log=log.txt
--with-doc=/var/www/php/phpdoc-fr --enable-content-caching=no
--with-output-dir=/var/www/php/livedocs_web --with-theme=php.net
--with-languages="fr en" --with-web-base=/livedocs/
And in log.txt I receive some errors... about folder that didn't exist
I check the log.txt and receive some errors...
./build.sh: line 17: cd: /dat/dev/php/phpdoc-all: Aucun fichier ou
répertoire de ce type
...
configure: error: HEY!! You should probably mkdir
/home/httpd/html/phpman/htdocs...
Thank you very much