Re: [campsite-support] Install problems
  • As it is written in the bottom of the log.
    You are missing some pear modules. Please install them manually and in
    case pear will not install it automaticaly, try to find the solution on
    internet.
    This is not campsite bug, but FC4 bug.

    Ondra

    On Thu, 2005-10-06 at 13:05 +0200, phorum@code.campware.org wrote:
    > Author: Jeffrey
    > Link: http://code.campware.org/phorum/read.php?8,2657,2657#msg-2657
    > --------------------------------------------------------------------------------
    >
    > The error is at the very bottom.... HELP
    > FEDORA C 4
    >
    > ###############################################
    > Configuring campsite
    >
    > Checking install dependencies...OK
    > Testing install configuration...OK
    > Checking DATABASE module dependencies...OK
    > *** Preparing DATABASE environment...OK
    > Testing database configuration...OK
    > Checking PARSER module dependencies...OK
    > *** Preparing PARSER environment...OK
    > Testing PARSER configuration...OK
    > Checking EVENT_HANDLERS module dependencies...OK
    > *** Preparing EVENT_HANDLERS environment...
    > EVENT_HANDLERS environment OK
    > Testing EVENT_HANDLERS configuration...OK
    > Checking SEARCH_ENGINE module dependencies...OK
    > *** Preparing SEARCH_ENGINE environment...OK
    > Testing SEARCH_ENGINE configuration...OK
    > Checking ADMIN_INTERFACE module dependencies...OK
    > *** Preparing ADMIN_INTERFACE environment...OK
    > Testing ADMIN_INTERFACE configuration...OK
    > Writing campsite_config script...done
    > Writing make.env file...done
    > Writing campsite_version.php script...done
    > Writing configure.h header...done
    > ###############################################
    > Compiling sources
    >
    > /usr/bin/gmake -C implementation all
    > gmake[1]: Entering directory `/campsite/implementation'
    > for part in database parser mailnotify search management; do \
    > /usr/bin/gmake -C $part all; \
    > if [ $? -ne 0 ]; then exit 1; fi; \
    > done
    > gmake[2]: Entering directory `/campsite/implementation/database'
    > gmake[2]: Nothing to be done for `all'.
    > gmake[2]: Leaving directory `/campsite/implementation/database'
    > gmake[2]: Entering directory `/campsite/implementation/parser'
    > /usr/bin/gmake -C parser
    > gmake[3]: Entering directory `/campsite/implementation/parser/parser'
    > if [ ! -L "configure.h" ]; then ln -s "/campsite/.install_conf/configure.h"; fi
    > ./create_scripts
    > Writing start/stop script...OK
    > Writing server control script...OK
    > g++ -c -o main.o -D_REENTRANT -Wall -I/usr/include -DHAVE_GETHOSTBYADDR_R=1 -DHAVE_GETHOSTBYNAME_R=1 -DHAVE_GETSERVBYNAME_R=1 -I/usr/include/libxml2 main.cpp
    > g++ -c -o lex.o -D_REENTRANT -Wall -I/usr/include -DHAVE_GETHOSTBYADDR_R=1 -DHAVE_GETHOSTBYNAME_R=1 -DHAVE_GETSERVBYNAME_R=1 -I/usr/include/libxml2 lex.cpp
    > g++ -c -o atoms.o -D_REENTRANT -Wall -I/usr/include -DHAVE_GETHOSTBYADDR_R=1 -DHAVE_GETHOSTBYNAME_R=1 -DHAVE_GETSERVBYNAME_R=1 -I/usr/include/libxml2 atoms.cpp
    > g++ -c -o parser.o -D_REENTRANT -Wall -I/usr/include -DHAVE_GETHOSTBYADDR_R=1 -DHAVE_GETHOSTBYNAME_R=1 -DHAVE_GETSERVBYNAME_R=1 -I/usr/include/libxml2 parser.cpp
    > g++ -c -o actions.o -D_REENTRANT -Wall -I/usr/include -DHAVE_GETHOSTBYADDR_R=1 -DHAVE_GETHOSTBYNAME_R=1 -DHAVE_GETSERVBYNAME_R=1 -I/usr/include/libxml2 actions.cpp
    > g++ -c -o util.o -D_REENTRANT -Wall -I/usr/include -DHAVE_GETHOSTBYADDR_R=1 -DHAVE_GETHOSTBYNAME_R=1 -DHAVE_GETSERVBYNAME_R=1 -I/usr/include/libxml2 util.cpp
    > g++ -c -o error.o -D_REENTRANT -Wall -I/usr/include -DHAVE_GETHOSTBYADDR_R=1 -DHAVE_GETHOSTBYNAME_R=1 -DHAVE_GETSERVBYNAME_R=1 -I/usr/include/libxml2 error.cpp
    > g++ -c -o context.o -D_REENTRANT -Wall -I/usr/include -DHAVE_GETHOSTBYADDR_R=1 -DHAVE_GETHOSTBYNAME_R=1 -DHAVE_GETSERVBYNAME_R=1 -I/usr/include/libxml2 context.cpp
    > g++ -c -o cparser.o -D_REENTRANT -Wall -I/usr/include -DHAVE_GETHOSTBYADDR_R=1 -DHAVE_GETHOSTBYNAME_R=1 -DHAVE_GETSERVBYNAME_R=1 -I/usr/include/libxml2 cparser.cpp
    > g++ -c -o csocket.o -D_REENTRANT -Wall -I/usr/include -DHAVE_GETHOSTBYADDR_R=1 -DHAVE_GETHOSTBYNAME_R=1 -DHAVE_GETSERVBYNAME_R=1 -I/usr/include/libxml2 csocket.cpp
    > g++ -c -o threadpool.o -D_REENTRANT -Wall -I/usr/include -DHAVE_GETHOSTBYADDR_R=1 -DHAVE_GETHOSTBYNAME_R=1 -DHAVE_GETSERVBYNAME_R=1 -I/usr/include/libxml2 threadpool.cpp
    > g++ -c -o mutex.o -D_REENTRANT -Wall -I/usr/include -DHAVE_GETHOSTBYADDR_R=1 -DHAVE_GETHOSTBYNAME_R=1 -DHAVE_GETSERVBYNAME_R=1 -I/usr/include/libxml2 mutex.cpp
    > g++ -c -o readconf.o -D_REENTRANT -Wall -I/usr/include -DHAVE_GETHOSTBYADDR_R=1 -DHAVE_GETHOSTBYNAME_R=1 -DHAVE_GETSERVBYNAME_R=1 -I/usr/include/libxml2 readconf.cpp
    > g++ -c -o thread.o -D_REENTRANT -Wall -I/usr/include -DHAVE_GETHOSTBYADDR_R=1 -DHAVE_GETHOSTBYNAME_R=1 -DHAVE_GETSERVBYNAME_R=1 -I/usr/include/libxml2 thread.cpp
    > g++ -c -o process_req.o -D_REENTRANT -Wall -I/usr/include -DHAVE_GETHOSTBYADDR_R=1 -DHAVE_GETHOSTBYNAME_R=1 -DHAVE_GETSERVBYNAME_R=1 -I/usr/include/libxml2 process_req.cpp
    > g++ -c -o attributes.o -D_REENTRANT -Wall -I/usr/include -DHAVE_GETHOSTBYADDR_R=1 -DHAVE_GETHOSTBYNAME_R=1 -DHAVE_GETSERVBYNAME_R=1 -I/usr/include/libxml2 attributes.cpp
    > g++ -c -o data_types.o -D_REENTRANT -Wall -I/usr/include -DHAVE_GETHOSTBYADDR_R=1 -DHAVE_GETHOSTBYNAME_R=1 -DHAVE_GETSERVBYNAME_R=1 -I/usr/include/libxml2 data_types.cpp
    > g++ -c -o operators.o -D_REENTRANT -Wall -I/usr/include -DHAVE_GETHOSTBYADDR_R=1 -DHAVE_GETHOSTBYNAME_R=1 -DHAVE_GETSERVBYNAME_R=1 -I/usr/include/libxml2 operators.cpp
    > g++ -c -o cmessage.o -D_REENTRANT -Wall -I/usr/include -DHAVE_GETHOSTBYADDR_R=1 -DHAVE_GETHOSTBYNAME_R=1 -DHAVE_GETSERVBYNAME_R=1 -I/usr/include/libxml2 cmessage.cpp
    > g++ -c -o cmessagefactory.o -D_REENTRANT -Wall -I/usr/include -DHAVE_GETHOSTBYADDR_R=1 -DHAVE_GETHOSTBYNAME_R=1 -DHAVE_GETSERVBYNAME_R=1 -I/usr/include/libxml2 cmessagefactory.cpp
    > g++ -c -o cpublication.o -D_REENTRANT -Wall -I/usr/include -DHAVE_GETHOSTBYADDR_R=1 -DHAVE_GETHOSTBYNAME_R=1 -DHAVE_GETSERVBYNAME_R=1 -I/usr/include/libxml2 cpublication.cpp
    > g++ -c -o cpublicationsregister.o -D_REENTRANT -Wall -I/usr/include -DHAVE_GETHOSTBYADDR_R=1 -DHAVE_GETHOSTBYNAME_R=1 -DHAVE_GETSERVBYNAME_R=1 -I/usr/include/libxml2 cpublicationsregister.cpp
    > g++ -c -o curl.o -D_REENTRANT -Wall -I/usr/include -DHAVE_GETHOSTBYADDR_R=1 -DHAVE_GETHOSTBYNAME_R=1 -DHAVE_GETSERVBYNAME_R=1 -I/usr/include/libxml2 curl.cpp
    > g++ -c -o curlshortnames.o -D_REENTRANT -Wall -I/usr/include -DHAVE_GETHOSTBYADDR_R=1 -DHAVE_GETHOSTBYNAME_R=1 -DHAVE_GETSERVBYNAME_R=1 -I/usr/include/libxml2 curlshortnames.cpp
    > g++ -c -o curltype.o -D_REENTRANT -Wall -I/usr/include -DHAVE_GETHOSTBYADDR_R=1 -DHAVE_GETHOSTBYNAME_R=1 -DHAVE_GETSERVBYNAME_R=1 -I/usr/include/libxml2 curltype.cpp
    > g++ -c -o curltyperegister.o -D_REENTRANT -Wall -I/usr/include -DHAVE_GETHOSTBYADDR_R=1 -DHAVE_GETHOSTBYNAME_R=1 -DHAVE_GETSERVBYNAME_R=1 -I/usr/include/libxml2 curltyperegister.cpp
    > g++ -c -o cxmlreader.o -D_REENTRANT -Wall -I/usr/include -DHAVE_GETHOSTBYADDR_R=1 -DHAVE_GETHOSTBYNAME_R=1 -DHAVE_GETSERVBYNAME_R=1 -I/usr/include/libxml2 cxmlreader.cpp
    > g++ -c -o cxmltree.o -D_REENTRANT -Wall -I/usr/include -DHAVE_GETHOSTBYADDR_R=1 -DHAVE_GETHOSTBYNAME_R=1 -DHAVE_GETSERVBYNAME_R=1 -I/usr/include/libxml2 cxmltree.cpp
    > g++ -c -o curltemplatepath.o -D_REENTRANT -Wall -I/usr/include -DHAVE_GETHOSTBYADDR_R=1 -DHAVE_GETHOSTBYNAME_R=1 -DHAVE_GETSERVBYNAME_R=1 -I/usr/include/libxml2 curltemplatepath.cpp
    > g++ -c -o ccampsiteinstance.o -D_REENTRANT -Wall -I/usr/include -DHAVE_GETHOSTBYADDR_R=1 -DHAVE_GETHOSTBYNAME_R=1 -DHAVE_GETSERVBYNAME_R=1 -I/usr/include/libxml2 ccampsiteinstance.cpp
    > g++ -o campsite_server main.o lex.o atoms.o parser.o actions.o util.o error.o context.o cparser.o csocket.o threadpool.o mutex.o readconf.o thread.o process_req.o attributes.o data_types.o operators.o cmessage.o cmessagefactory.o cpublication.o cpublicationsregister.o curl.o curlshortnames.o curltype.o curltyperegister.o cxmlreader.o cxmltree.o curltemplatepath.o ccampsiteinstance.o -L/usr/lib/mysql -L/usr/lib -lmysqlclient -lnsl -lm -lz -lcrypt -lpthread -L/usr/lib -lxml2 -lz -lpthread -lm
    > stripping campsite_server
    > gmake[3]: Leaving directory `/campsite/implementation/parser/parser'
    > gmake[2]: Leaving directory `/campsite/implementation/parser'
    > gmake[2]: Entering directory `/campsite/implementation/mailnotify'
    > for l in globals.h readconf.h readconf.cpp cms_types.h threadkey.h ccampsiteinstance.h ccampsiteinstance.cpp mutex.h mutex.cpp; do \
    > if [ ! -L $l ]; then ln -s ../parser/parser/$l; fi; \
    > done
    > if [ ! -L "configure.h" ]; then ln -s "/campsite/.install_conf/configure.h"; fi
    > g++ -c -o notifyendsubs.o -Wall -I/usr/include notifyendsubs.cpp
    > g++ -c -o ccampsiteinstance.o -Wall -I/usr/include ccampsiteinstance.cpp
    > g++ -c -o mutex.o -Wall -I/usr/include mutex.cpp
    > g++ -c -o readconf.o -Wall -I/usr/include readconf.cpp
    > g++ -o notifyendsubs notifyendsubs.o readconf.o ccampsiteinstance.o mutex.o -L/usr/lib/mysql -lmysqlclient -lm -lz -lcrypt -lpthread -lnsl
    > strip notifyendsubs
    > g++ -c -o notifyevents.o -Wall -I/usr/include notifyevents.cpp
    > g++ -o notifyevents notifyevents.o readconf.o ccampsiteinstance.o mutex.o -L/usr/lib/mysql -lmysqlclient -lm -lz -lcrypt -lpthread -lnsl
    > strip notifyevents
    > /usr/bin/gmake -C smtp_wrapper
    > gmake[3]: Entering directory `/campsite/implementation/mailnotify/smtp_wrapper'
    > /usr/bin/gmake -C smtp_wrapper
    > gmake[4]: Entering directory `/campsite/implementation/mailnotify/smtp_wrapper/smtp_wrapper'
    > for l in csocket.h csocket.cpp exceptions.h mutex.cpp mutex.h; do if [ ! -L $l ]; then ln -s ../../../parser/parser/$l; fi; done
    > g++ -c -o smtp_wrapper.o -Wall smtp_wrapper.cpp
    > g++ -c -o csocket.o -Wall -DHAVE_GETHOSTBYADDR_R=1 -DHAVE_GETHOSTBYNAME_R=1 -DHAVE_GETSERVBYNAME_R=1 csocket.cpp
    > g++ -c -o mutex.o -Wall mutex.cpp
    > g++ -o smtp_wrapper smtp_wrapper.o csocket.o mutex.o -lpthread
    > strip smtp_wrapper
    > gmake[4]: Leaving directory `/campsite/implementation/mailnotify/smtp_wrapper/smtp_wrapper'
    > gmake[3]: Leaving directory `/campsite/implementation/mailnotify/smtp_wrapper'
    > gmake[2]: Leaving directory `/campsite/implementation/mailnotify'
    > gmake[2]: Entering directory `/campsite/implementation/search'
    > for l in globals.h readconf.h readconf.cpp cms_types.h threadkey.h ccampsiteinstance.h ccampsiteinstance.cpp mutex.h mutex.cpp; do \
    > if [ ! -L $l ]; then ln -s ../parser/parser/$l; fi; \
    > done
    > if [ ! -L "configure.h" ]; then ln -s "/campsite/.install_conf/configure.h"; fi
    > g++ -Wall -O3 -I/usr/include -c -o gather.o gather.cpp
    > g++ -Wall -O3 -I/usr/include -c -o kwd.o kwd.cpp
    > g++ -Wall -O3 -I/usr/include -c -o readconf.o readconf.cpp
    > g++ -Wall -O3 -I/usr/include -c -o ccampsiteinstance.o ccampsiteinstance.cpp
    > g++ -Wall -O3 -I/usr/include -c -o mutex.o mutex.cpp
    > g++ -o gather gather.o kwd.o readconf.o ccampsiteinstance.o mutex.o -L/usr/lib/mysql -lmysqlclient -lm -lz -lcrypt -lpthread
    > gmake[2]: Leaving directory `/campsite/implementation/search'
    > gmake[2]: Entering directory `/campsite/implementation/management'
    > /usr/bin/gmake -C root
    > gmake[3]: Entering directory `/campsite/implementation/management/root'
    > gmake[3]: Nothing to be done for `all'.
    > gmake[3]: Leaving directory `/campsite/implementation/management/root'
    > /usr/bin/gmake -C bin
    > gmake[3]: Entering directory `/campsite/implementation/management/bin'
    > gmake[3]: Nothing to be done for `all'.
    > gmake[3]: Leaving directory `/campsite/implementation/management/bin'
    > /usr/bin/gmake -C cgi
    > gmake[3]: Entering directory `/campsite/implementation/management/cgi'
    > for l in csocket.h csocket.cpp exceptions.h readconf.h readconf.cpp cxmltree.h cxmltree.cpp cms_types.h threadkey.h mutex.cpp mutex.h; do \
    > if [ ! -L $l ]; then ln -s ../../parser/parser/$l; fi; \
    > done
    > g++ -c -o tpl_cgi.o -Wall -I/usr/include/libxml2 tpl_cgi.cpp
    > g++ -c -o csocket.o -Wall -I/usr/include/libxml2 csocket.cpp
    > g++ -c -o readconf.o -Wall -I/usr/include/libxml2 readconf.cpp
    > g++ -c -o cgi.o -Wall -I/usr/include/libxml2 cgi.cpp
    > g++ -c -o mutex.o -Wall -I/usr/include/libxml2 mutex.cpp
    > g++ -c -o cgi_common.o -Wall -I/usr/include/libxml2 cgi_common.cpp
    > g++ -o tpl_cgi tpl_cgi.o csocket.o readconf.o cgi.o mutex.o cgi_common.o -lpthread -L/usr/lib -lxml2 -lz -lpthread -lm
    > strip tpl_cgi
    > g++ -c -o get_img.o -Wall -I/usr/include/libxml2 get_img.cpp
    > g++ -o get_img get_img.o readconf.o cgi.o cgi_common.o -L/usr/lib/mysql -lmysqlclient -lpthread -L/usr/lib -lcurl -L/usr/kerberos/lib -lssl -lcrypto -lgssapi_krb5 -lkrb5 -lcom_err -lk5crypto -lresolv -ldl -lz -lgssapi_krb5 -lkrb5 -lk5crypto -lkrb5support -lcom_err -lresolv -lidn -lssl -lcrypto -lz
    > strip get_img
    > gmake[3]: Leaving directory `/campsite/implementation/management/cgi'
    > /usr/bin/gmake -C pub
    > gmake[3]: Entering directory `/campsite/implementation/management/pub'
    > /usr/bin/m4 ../macros.m4 index.m4 >index.php
    > /usr/bin/m4 ../macros.m4 add.m4 >add.php
    > /usr/bin/m4 ../macros.m4 do_add.m4 >do_add.php
    > /usr/bin/m4 ../macros.m4 del.m4 >del.php
    > /usr/bin/m4 ../macros.m4 do_del.m4 >do_del.php
    > /usr/bin/m4 ../macros.m4 edit.m4 >edit.php
    > /usr/bin/m4 ../macros.m4 do_edit.m4 >do_edit.php
    > /usr/bin/m4 ../macros.m4 deftime.m4 >deftime.php
    > /usr/bin/m4 ../macros.m4 countryadd.m4 >countryadd.php
    > /usr/bin/m4 ../macros.m4 do_countryadd.m4 >do_countryadd.php
    > /usr/bin/m4 ../macros.m4 deldeftime.m4 >deldeftime.php
    > /usr/bin/m4 ../macros.m4 do_deldeftime.m4 >do_deldeftime.php
    > /usr/bin/m4 ../macros.m4 editdeftime.m4 >editdeftime.php
    > /usr/bin/m4 ../macros.m4 do_editdeftime.m4 >do_editdeftime.php
    > /usr/bin/m4 ../macros.m4 add_article.m4 >add_article.php
    > /usr/bin/m4 ../macros.m4 aliases.m4 >aliases.php
    > /usr/bin/m4 ../macros.m4 add_alias.m4 >add_alias.php
    > /usr/bin/m4 ../macros.m4 do_add_alias.m4 >do_add_alias.php
    > /usr/bin/m4 ../macros.m4 edit_alias.m4 >edit_alias.php
    > /usr/bin/m4 ../macros.m4 do_edit_alias.m4 >do_edit_alias.php
    > /usr/bin/m4 ../macros.m4 del_alias.m4 >del_alias.php
    > /usr/bin/m4 ../macros.m4 do_del_alias.m4 >do_del_alias.php
    > /usr/bin/gmake -C issues
    > gmake[4]: Entering directory `/campsite/implementation/management/pub/issues'
    > /usr/bin/m4 ../../macros.m4 qadd.m4 >qadd.php
    > /usr/bin/m4 ../../macros.m4 add_new.m4 >add_new.php
    > /usr/bin/m4 ../../macros.m4 do_add_new.m4 >do_add_new.php
    > /usr/bin/m4 ../../macros.m4 add_prev.m4 >add_prev.php
    > /usr/bin/m4 ../../macros.m4 do_add_prev.m4 >do_add_prev.php
    > /usr/bin/m4 ../../macros.m4 do_del.m4 >do_del.php
    > /usr/bin/m4 ../../macros.m4 do_translate.m4 >do_translate.php
    > /usr/bin/m4 ../../macros.m4 add_article.m4 >add_article.php
    > /usr/bin/gmake -C sections
    > gmake[5]: Entering directory `/campsite/implementation/management/pub/issues/sections'
    > /usr/bin/m4 ../../../macros.m4 do_add.m4 >do_add.php
    > /usr/bin/m4 ../../../macros.m4 do_edit.m4 >do_edit.php
    > /usr/bin/gmake -C articles
    > gmake[6]: Entering directory `/campsite/implementation/management/pub/issues/sections/articles'
    > /usr/bin/gmake -C images
    > gmake[7]: Entering directory `/campsite/implementation/management/pub/issues/sections/articles/images'
    > gmake[7]: Nothing to be done for `all'.
    > gmake[7]: Leaving directory `/campsite/implementation/management/pub/issues/sections/articles/images'
    > /usr/bin/gmake -C topics
    > gmake[7]: Entering directory `/campsite/implementation/management/pub/issues/sections/articles/topics'
    > gmake[7]: Nothing to be done for `all'.
    > gmake[7]: Leaving directory `/campsite/implementation/management/pub/issues/sections/articles/topics'
    > gmake[6]: Leaving directory `/campsite/implementation/management/pub/issues/sections/articles'
    > gmake[5]: Leaving directory `/campsite/implementation/management/pub/issues/sections'
    > gmake[4]: Leaving directory `/campsite/implementation/management/pub/issues'
    > gmake[3]: Leaving directory `/campsite/implementation/management/pub'
    > /usr/bin/gmake -C templates
    > gmake[3]: Entering directory `/campsite/implementation/management/templates'
    > /usr/bin/m4 ../macros.m4 new_dir.m4 > new_dir.php
    > /usr/bin/m4 ../macros.m4 upload_templ.m4 > upload_templ.php
    > /usr/bin/m4 ../macros.m4 del.m4 > del.php
    > /usr/bin/m4 ../macros.m4 new_template.m4 > new_template.php
    > /usr/bin/m4 ../macros.m4 dup.m4 > dup.php
    > /usr/bin/m4 ../macros.m4 edit_template.m4 > edit_template.php
    > gmake[3]: Leaving directory `/campsite/implementation/management/templates'
    > /usr/bin/gmake -C topics
    > gmake[3]: Entering directory `/campsite/implementation/management/topics'
    > /usr/bin/m4 ../macros.m4 index.m4 >index.php
    > /usr/bin/m4 ../macros.m4 add.m4 >add.php
    > /usr/bin/m4 ../macros.m4 do_add.m4 >do_add.php
    > /usr/bin/m4 ../macros.m4 del.m4 >del.php
    > /usr/bin/m4 ../macros.m4 do_del.m4 >do_del.php
    > /usr/bin/m4 ../macros.m4 edit.m4 >edit.php
    > /usr/bin/m4 ../macros.m4 do_edit.m4 >do_edit.php
    > gmake[3]: Leaving directory `/campsite/implementation/management/topics'
    > /usr/bin/gmake -C users
    > gmake[3]: Entering directory `/campsite/implementation/management/users'
    > /usr/bin/gmake -C subscriptions
    > gmake[4]: Entering directory `/campsite/implementation/management/users/subscriptions'
    > /usr/bin/m4 ../../macros.m4 index.m4 >index.php
    > /usr/bin/m4 ../../macros.m4 add.m4 >add.php
    > /usr/bin/m4 ../../macros.m4 do_add.m4 >do_add.php
    > /usr/bin/m4 ../../macros.m4 do_status.m4 >do_status.php
    > /usr/bin/m4 ../../macros.m4 do_del.m4 >do_del.php
    > /usr/bin/m4 ../../macros.m4 topay.m4 >topay.php
    > /usr/bin/m4 ../../macros.m4 do_topay.m4 >do_topay.php
    > /usr/bin/gmake -C sections
    > gmake[5]: Entering directory `/campsite/implementation/management/users/subscriptions/sections'
    > /usr/bin/m4 ../../../macros.m4 index.m4 >index.php
    > /usr/bin/m4 ../../../macros.m4 add.m4 >add.php
    > /usr/bin/m4 ../../../macros.m4 do_add.m4 >do_add.php
    > /usr/bin/m4 ../../../macros.m4 do_del.m4 >do_del.php
    > /usr/bin/m4 ../../../macros.m4 change.m4 >change.php
    > /usr/bin/m4 ../../../macros.m4 do_change.m4 >do_change.php
    > gmake[5]: Leaving directory `/campsite/implementation/management/users/subscriptions/sections'
    > gmake[4]: Leaving directory `/campsite/implementation/management/users/subscriptions'
    > gmake[3]: Leaving directory `/campsite/implementation/management/users'
    > /usr/bin/gmake -C languages
    > gmake[3]: Entering directory `/campsite/implementation/management/languages'
    > gmake[3]: Nothing to be done for `all'.
    > gmake[3]: Leaving directory `/campsite/implementation/management/languages'
    > /usr/bin/gmake -C u_types
    > gmake[3]: Entering directory `/campsite/implementation/management/u_types'
    > gmake[3]: Nothing to be done for `all'.
    > gmake[3]: Leaving directory `/campsite/implementation/management/u_types'
    > /usr/bin/gmake -C a_types
    > gmake[3]: Entering directory `/campsite/implementation/management/a_types'
    > /usr/bin/m4 ../macros.m4 index.m4 >index.php
    > /usr/bin/m4 ../macros.m4 add.m4 >add.php
    > /usr/bin/m4 ../macros.m4 do_add.m4 >do_add.php
    > /usr/bin/m4 ../macros.m4 del.m4 >del.php
    > /usr/bin/m4 ../macros.m4 do_del.m4 >do_del.php
    > /usr/bin/gmake -C fields
    > gmake[4]: Entering directory `/campsite/implementation/management/a_types/fields'
    > /usr/bin/m4 ../../macros.m4 index.m4 >index.php
    > /usr/bin/m4 ../../macros.m4 add.m4 >add.php
    > /usr/bin/m4 ../../macros.m4 do_add.m4 >do_add.php
    > /usr/bin/m4 ../../macros.m4 del.m4 >del.php
    > /usr/bin/m4 ../../macros.m4 do_del.m4 >do_del.php
    > gmake[4]: Leaving directory `/campsite/implementation/management/a_types/fields'
    > gmake[3]: Leaving directory `/campsite/implementation/management/a_types'
    > /usr/bin/gmake -C glossary
    > gmake[3]: Entering directory `/campsite/implementation/management/glossary'
    > /usr/bin/m4 ../macros.m4 index.m4 >index.php
    > /usr/bin/m4 ../macros.m4 add.m4 >add.php
    > /usr/bin/m4 ../macros.m4 do_add.m4 >do_add.php
    > /usr/bin/m4 ../macros.m4 translate.m4 >translate.php
    > /usr/bin/m4 ../macros.m4 do_translate.m4 >do_translate.php
    > /usr/bin/m4 ../macros.m4 del.m4 >del.php
    > /usr/bin/m4 ../macros.m4 do_del.m4 >do_del.php
    > /usr/bin/gmake -C keyword
    > gmake[4]: Entering directory `/campsite/implementation/management/glossary/keyword'
    > /usr/bin/m4 ../../macros.m4 index.m4 >index.php
    > /usr/bin/m4 ../../macros.m4 add.m4 >add.php
    > /usr/bin/m4 ../../macros.m4 do_add.m4 >do_add.php
    > /usr/bin/m4 ../../macros.m4 del.m4 >del.php
    > /usr/bin/m4 ../../macros.m4 do_del.m4 >do_del.php
    > /usr/bin/m4 ../../macros.m4 edit.m4 >edit.php
    > /usr/bin/m4 ../../macros.m4 do_edit.m4 >do_edit.php
    > gmake[4]: Leaving directory `/campsite/implementation/management/glossary/keyword'
    > gmake[3]: Leaving directory `/campsite/implementation/management/glossary'
    > /usr/bin/gmake -C infotype
    > gmake[3]: Entering directory `/campsite/implementation/management/infotype'
    > /usr/bin/m4 ../macros.m4 index.m4 >index.php
    > /usr/bin/m4 ../macros.m4 add.m4 >add.php
    > /usr/bin/m4 ../macros.m4 do_add.m4 >do_add.php
    > /usr/bin/m4 ../macros.m4 del.m4 >del.php
    > /usr/bin/m4 ../macros.m4 do_del.m4 >do_del.php
    > /usr/bin/m4 ../macros.m4 translate.m4 >translate.php
    > /usr/bin/m4 ../macros.m4 do_translate.m4 >do_translate.php
    > gmake[3]: Leaving directory `/campsite/implementation/management/infotype'
    > /usr/bin/gmake -C logs
    > gmake[3]: Entering directory `/campsite/implementation/management/logs'
    > /usr/bin/m4 ../macros.m4 index.m4 >index.php
    > gmake[3]: Leaving directory `/campsite/implementation/management/logs'
    > /usr/bin/gmake -C country
    > gmake[3]: Entering directory `/campsite/implementation/management/country'
    > /usr/bin/m4 ../macros.m4 index.m4 >index.php
    > /usr/bin/m4 ../macros.m4 add.m4 >add.php
    > /usr/bin/m4 ../macros.m4 do_add.m4 >do_add.php
    > /usr/bin/m4 ../macros.m4 del.m4 >del.php
    > /usr/bin/m4 ../macros.m4 do_del.m4 >do_del.php
    > /usr/bin/m4 ../macros.m4 edit.m4 >edit.php
    > /usr/bin/m4 ../macros.m4 do_edit.m4 >do_edit.php
    > /usr/bin/m4 ../macros.m4 translate.m4 >translate.php
    > /usr/bin/m4 ../macros.m4 do_translate.m4 >do_translate.php
    > gmake[3]: Leaving directory `/campsite/implementation/management/country'
    > /usr/bin/gmake -C localizer
    > gmake[3]: Entering directory `/campsite/implementation/management/localizer'
    > gmake[3]: Nothing to be done for `all'.
    > gmake[3]: Leaving directory `/campsite/implementation/management/localizer'
    > gmake[2]: Leaving directory `/campsite/implementation/management'
    > gmake[1]: Leaving directory `/campsite/implementation'
    >
    >
    > ###############################################
    > Installing campsite
    >
    > mkdir -p "/usr/local/campsite/bin"
    > chown root:apache "/usr/local/campsite/bin"
    > chmod 755 "/usr/local/campsite/bin"
    > mkdir -p "/usr/local/campsite/etc"
    > chown root:apache "/usr/local/campsite/etc"
    > chmod 755 "/usr/local/campsite/etc"
    > mkdir -p "/usr/local/campsite/www"
    > chown root:apache "/usr/local/campsite/www"
    > chmod 755 "/usr/local/campsite/www"
    > mkdir -p "/usr/local/campsite/www-common"
    > chown root:apache "/usr/local/campsite/www-common"
    > chmod 755 "/usr/local/campsite/www-common"
    > mkdir -p "/usr/local/campsite/www-common/html"
    > chown root:apache "/usr/local/campsite/www-common/html"
    > chmod 755 "/usr/local/campsite/www-common/html"
    > mkdir -p "/usr/local/campsite/backup"
    > chown root:apache "/usr/local/campsite/backup"
    > chmod 755 "/usr/local/campsite/backup"
    > mkdir -p "/usr/local/campsite/instance"
    > chown root:apache "/usr/local/campsite/instance"
    > chmod 755 "/usr/local/campsite/instance"
    > install -m 755 -o root -g apache "/campsite/.install_conf/campsite_config" "/usr/local/campsite/bin"
    > install -m 755 -o root -g apache "/campsite/.install_conf/create_instance" "/usr/local/campsite/bin"
    > install -m 755 -o root -g apache "/campsite/.install_conf/backup_instance" "/usr/local/campsite/bin"
    > install -m 755 -o root -g apache "/campsite/.install_conf/restore_instance" "/usr/local/campsite/bin"
    > install -m 755 -o root -g apache "/campsite/.install_conf/remove_instance" "/usr/local/campsite/bin"
    > install -m 644 -o root -g apache "/campsite/.install_conf/create_instance.php" "/usr/local/campsite/bin"
    > install -m 644 -o root -g apache "/campsite/.install_conf/backup_instance.php" "/usr/local/campsite/bin"
    > install -m 644 -o root -g apache "/campsite/.install_conf/restore_instance.php" "/usr/local/campsite/bin"
    > install -m 644 -o root -g apache "/campsite/.install_conf/remove_instance.php" "/usr/local/campsite/bin"
    > install -m 644 -o root -g apache "/campsite/.install_conf/cli_script_lib.php" "/usr/local/campsite/bin"
    > install -m 755 -o root -g apache "/campsite/.install_conf/update_instances" "/usr/local/campsite/bin"
    > install -m 640 -o root -g apache "/campsite/.install_conf/install_conf.php" "/usr/local/campsite/etc"
    > install -m 640 -o root -g apache "/campsite/.install_conf/vhost-template.conf" "/usr/local/campsite/etc"
    > install -m 640 -o root -g apache "/campsite/.install_conf/parser_conf.php" "/usr/local/campsite/etc"
    > install -m 644 -o root -g apache "/campsite/.install_conf/campsite_version.php" "/usr/local/campsite/www-common/html"
    > /usr/bin/gmake -C implementation install
    > gmake[1]: Entering directory `/campsite/implementation'
    > for part in database parser mailnotify search management; do \
    > /usr/bin/gmake -C $part install; \
    > if [ $? -ne 0 ]; then exit 1; fi; \
    > done
    > gmake[2]: Entering directory `/campsite/implementation/database'
    > mkdir -p "/usr/local/campsite/instance/database"
    > cp -f campsite-db.sql "/usr/local/campsite/instance/database"
    > cp -fr upgrade "/usr/local/campsite/instance/database"
    > chown -R "apache:apache" "/usr/local/campsite/instance"
    > gmake[2]: Leaving directory `/campsite/implementation/database'
    > gmake[2]: Entering directory `/campsite/implementation/parser'
    > /usr/bin/gmake -C parser install
    > gmake[3]: Entering directory `/campsite/implementation/parser/parser'
    > if [ ! -L "configure.h" ]; then ln -s "/campsite/.install_conf/configure.h"; fi
    > ./create_scripts
    > Writing start/stop script...OK
    > Writing server control script...OK
    > ./install_parser
    > Stop old version server (if installed)
    > ln: `/etc/rc2.d/S95campsite': File exists
    > ln: `/etc/rc3.d/S95campsite': File exists
    > ln: `/etc/rc5.d/S95campsite': File exists
    > ln: `/etc/rc0.d/K50campsite': File exists
    > ln: `/etc/rc6.d/K50campsite': File exists
    > gmake[3]: Leaving directory `/campsite/implementation/parser/parser'
    > gmake[2]: Leaving directory `/campsite/implementation/parser'
    > gmake[2]: Entering directory `/campsite/implementation/mailnotify'
    > for l in globals.h readconf.h readconf.cpp cms_types.h threadkey.h ccampsiteinstance.h ccampsiteinstance.cpp mutex.h mutex.cpp; do \
    > if [ ! -L $l ]; then ln -s ../parser/parser/$l; fi; \
    > done
    > if [ ! -L "configure.h" ]; then ln -s "/campsite/.install_conf/configure.h"; fi
    > /usr/bin/gmake -C smtp_wrapper
    > gmake[3]: Entering directory `/campsite/implementation/mailnotify/smtp_wrapper'
    > /usr/bin/gmake -C smtp_wrapper
    > gmake[4]: Entering directory `/campsite/implementation/mailnotify/smtp_wrapper/smtp_wrapper'
    > for l in csocket.h csocket.cpp exceptions.h mutex.cpp mutex.h; do if [ ! -L $l ]; then ln -s ../../../parser/parser/$l; fi; done
    > gmake[4]: Leaving directory `/campsite/implementation/mailnotify/smtp_wrapper/smtp_wrapper'
    > gmake[3]: Leaving directory `/campsite/implementation/mailnotify/smtp_wrapper'
    > mkdir -p "/usr/local/campsite/etc"
    > /usr/bin/gmake -C smtp_wrapper install
    > gmake[3]: Entering directory `/campsite/implementation/mailnotify/smtp_wrapper'
    > /usr/bin/gmake -C smtp_wrapper install
    > gmake[4]: Entering directory `/campsite/implementation/mailnotify/smtp_wrapper/smtp_wrapper'
    > for l in csocket.h csocket.cpp exceptions.h mutex.cpp mutex.h; do if [ ! -L $l ]; then ln -s ../../../parser/parser/$l; fi; done
    > mkdir -p "/usr/local/campsite/bin"
    > install -o root -g apache -m 755 smtp_wrapper "/usr/local/campsite/bin"
    > gmake[4]: Leaving directory `/campsite/implementation/mailnotify/smtp_wrapper/smtp_wrapper'
    > gmake[3]: Leaving directory `/campsite/implementation/mailnotify/smtp_wrapper'
    > ./install_mailnotify
    > gmake[2]: Leaving directory `/campsite/implementation/mailnotify'
    > gmake[2]: Entering directory `/campsite/implementation/search'
    > for l in globals.h readconf.h readconf.cpp cms_types.h threadkey.h ccampsiteinstance.h ccampsiteinstance.cpp mutex.h mutex.cpp; do \
    > if [ ! -L $l ]; then ln -s ../parser/parser/$l; fi; \
    > done
    > if [ ! -L "configure.h" ]; then ln -s "/campsite/.install_conf/configure.h"; fi
    > ./install_search
    > gmake[2]: Leaving directory `/campsite/implementation/search'
    > gmake[2]: Entering directory `/campsite/implementation/management'
    > /usr/bin/gmake -C root
    > gmake[3]: Entering directory `/campsite/implementation/management/root'
    > gmake[3]: Nothing to be done for `all'.
    > gmake[3]: Leaving directory `/campsite/implementation/management/root'
    > /usr/bin/gmake -C bin
    > gmake[3]: Entering directory `/campsite/implementation/management/bin'
    > gmake[3]: Nothing to be done for `all'.
    > gmake[3]: Leaving directory `/campsite/implementation/management/bin'
    > /usr/bin/gmake -C cgi
    > gmake[3]: Entering directory `/campsite/implementation/management/cgi'
    > for l in csocket.h csocket.cpp exceptions.h readconf.h readconf.cpp cxmltree.h cxmltree.cpp cms_types.h threadkey.h mutex.cpp mutex.h; do \
    > if [ ! -L $l ]; then ln -s ../../parser/parser/$l; fi; \
    > done
    > gmake[3]: Leaving directory `/campsite/implementation/management/cgi'
    > /usr/bin/gmake -C pub
    > gmake[3]: Entering directory `/campsite/implementation/management/pub'
    > /usr/bin/gmake -C issues
    > gmake[4]: Entering directory `/campsite/implementation/management/pub/issues'
    > /usr/bin/gmake -C sections
    > gmake[5]: Entering directory `/campsite/implementation/management/pub/issues/sections'
    > /usr/bin/gmake -C articles
    > gmake[6]: Entering directory `/campsite/implementation/management/pub/issues/sections/articles'
    > /usr/bin/gmake -C images
    > gmake[7]: Entering directory `/campsite/implementation/management/pub/issues/sections/articles/images'
    > gmake[7]: Nothing to be done for `all'.
    > gmake[7]: Leaving directory `/campsite/implementation/management/pub/issues/sections/articles/images'
    > /usr/bin/gmake -C topics
    > gmake[7]: Entering directory `/campsite/implementation/management/pub/issues/sections/articles/topics'
    > gmake[7]: Nothing to be done for `all'.
    > gmake[7]: Leaving directory `/campsite/implementation/management/pub/issues/sections/articles/topics'
    > gmake[6]: Leaving directory `/campsite/implementation/management/pub/issues/sections/articles'
    > gmake[5]: Leaving directory `/campsite/implementation/management/pub/issues/sections'
    > gmake[4]: Leaving directory `/campsite/implementation/management/pub/issues'
    > gmake[3]: Leaving directory `/campsite/implementation/management/pub'
    > /usr/bin/gmake -C templates
    > gmake[3]: Entering directory `/campsite/implementation/management/templates'
    > gmake[3]: Nothing to be done for `all'.
    > gmake[3]: Leaving directory `/campsite/implementation/management/templates'
    > /usr/bin/gmake -C topics
    > gmake[3]: Entering directory `/campsite/implementation/management/topics'
    > gmake[3]: Nothing to be done for `all'.
    > gmake[3]: Leaving directory `/campsite/implementation/management/topics'
    > /usr/bin/gmake -C users
    > gmake[3]: Entering directory `/campsite/implementation/management/users'
    > /usr/bin/gmake -C subscriptions
    > gmake[4]: Entering directory `/campsite/implementation/management/users/subscriptions'
    > /usr/bin/gmake -C sections
    > gmake[5]: Entering directory `/campsite/implementation/management/users/subscriptions/sections'
    > gmake[5]: Nothing to be done for `all'.
    > gmake[5]: Leaving directory `/campsite/implementation/management/users/subscriptions/sections'
    > gmake[4]: Leaving directory `/campsite/implementation/management/users/subscriptions'
    > gmake[3]: Leaving directory `/campsite/implementation/management/users'
    > /usr/bin/gmake -C languages
    > gmake[3]: Entering directory `/campsite/implementation/management/languages'
    > gmake[3]: Nothing to be done for `all'.
    > gmake[3]: Leaving directory `/campsite/implementation/management/languages'
    > /usr/bin/gmake -C u_types
    > gmake[3]: Entering directory `/campsite/implementation/management/u_types'
    > gmake[3]: Nothing to be done for `all'.
    > gmake[3]: Leaving directory `/campsite/implementation/management/u_types'
    > /usr/bin/gmake -C a_types
    > gmake[3]: Entering directory `/campsite/implementation/management/a_types'
    > /usr/bin/gmake -C fields
    > gmake[4]: Entering directory `/campsite/implementation/management/a_types/fields'
    > gmake[4]: Nothing to be done for `all'.
    > gmake[4]: Leaving directory `/campsite/implementation/management/a_types/fields'
    > gmake[3]: Leaving directory `/campsite/implementation/management/a_types'
    > /usr/bin/gmake -C glossary
    > gmake[3]: Entering directory `/campsite/implementation/management/glossary'
    > /usr/bin/gmake -C keyword
    > gmake[4]: Entering directory `/campsite/implementation/management/glossary/keyword'
    > gmake[4]: Nothing to be done for `all'.
    > gmake[4]: Leaving directory `/campsite/implementation/management/glossary/keyword'
    > gmake[3]: Leaving directory `/campsite/implementation/management/glossary'
    > /usr/bin/gmake -C infotype
    > gmake[3]: Entering directory `/campsite/implementation/management/infotype'
    > gmake[3]: Nothing to be done for `all'.
    > gmake[3]: Leaving directory `/campsite/implementation/management/infotype'
    > /usr/bin/gmake -C logs
    > gmake[3]: Entering directory `/campsite/implementation/management/logs'
    > gmake[3]: Nothing to be done for `all'.
    > gmake[3]: Leaving directory `/campsite/implementation/management/logs'
    > /usr/bin/gmake -C country
    > gmake[3]: Entering directory `/campsite/implementation/management/country'
    > gmake[3]: Nothing to be done for `subsystem'.
    > gmake[3]: Leaving directory `/campsite/implementation/management/country'
    > /usr/bin/gmake -C localizer
    > gmake[3]: Entering directory `/campsite/implementation/management/localizer'
    > gmake[3]: Nothing to be done for `all'.
    > gmake[3]: Leaving directory `/campsite/implementation/management/localizer'
    > mkdir -p /usr/local/campsite/bin
    > mkdir -p /usr/local/campsite/www-common/cgi-bin
    > mkdir -p /usr/local/campsite/www-common/html
    > mkdir -p /usr/local/campsite/www-common/html/look
    > mkdir -p /usr/local/campsite/www-common/html/priv/img
    > cp -fr img/* /usr/local/campsite/www-common/html/priv/img
    > mkdir -p /usr/local/campsite/www-common/html/priv/article_import
    > cp -fr article_import/* /usr/local/campsite/www-common/html/priv/article_import
    > mkdir -p /usr/local/campsite/www-common/html/css
    > cp -f css/*.css /usr/local/campsite/www-common/html/css
    > mkdir -p /usr/local/campsite/www-common/html/classes
    > cp -f classes/*.php /usr/local/campsite/www-common/html/classes
    > mkdir -p /usr/local/campsite/www-common/html/images/thumbnails
    > cp -rf javascript /usr/local/campsite/www-common/html
    > cp -rf imagearchive /usr/local/campsite/www-common/html/priv
    > cp -rf include /usr/local/campsite/www-common/html
    > cp -f *.php /usr/local/campsite/www-common/html/priv/
    > /usr/bin/gmake -C root install
    > gmake[3]: Entering directory `/campsite/implementation/management/root'
    > cp -f *.php /usr/local/campsite/www-common/html/
    > gmake[3]: Leaving directory `/campsite/implementation/management/root'
    > /usr/bin/gmake -C bin install
    > gmake[3]: Entering directory `/campsite/implementation/management/bin'
    > mkdir -p /usr/local/campsite/bin
    > cp -f autopublish.php /usr/local/campsite/bin
    > cp -f autopublish /usr/local/campsite/bin
    > chown root:apache /usr/local/campsite/bin/autopublish
    > chown root:apache /usr/local/campsite/bin/autopublish.php
    > ./install_autopublish
    > gmake[3]: Leaving directory `/campsite/implementation/management/bin'
    > /usr/bin/gmake -C cgi install
    > gmake[3]: Entering directory `/campsite/implementation/management/cgi'
    > for l in csocket.h csocket.cpp exceptions.h readconf.h readconf.cpp cxmltree.h cxmltree.cpp cms_types.h threadkey.h mutex.cpp mutex.h; do \
    > if [ ! -L $l ]; then ln -s ../../parser/parser/$l; fi; \
    > done
    > mkdir -p /usr/local/campsite/www-common/cgi-bin
    > install -m 750 -o root -g apache "tpl_cgi" "/usr/local/campsite/www-common/cgi-bin"
    > install -m 750 -o root -g apache "get_img" "/usr/local/campsite/www-common/cgi-bin"
    > gmake[3]: Leaving directory `/campsite/implementation/management/cgi'
    > /usr/bin/gmake -C pub install
    > gmake[3]: Entering directory `/campsite/implementation/management/pub'
    > mkdir -p /usr/local/campsite/www-common/html/priv/pub
    > cp -f *.php /usr/local/campsite/www-common/html/priv/pub/
    > /usr/bin/gmake -C issues install
    > gmake[4]: Entering directory `/campsite/implementation/management/pub/issues'
    > mkdir -p /usr/local/campsite/www-common/html/priv/pub/issues
    > cp -f *.php /usr/local/campsite/www-common/html/priv/pub/issues/
    > /usr/bin/gmake -C sections install
    > gmake[5]: Entering directory `/campsite/implementation/management/pub/issues/sections'
    > mkdir -p /usr/local/campsite/www-common/html/priv/pub/issues/sections
    > cp -f *.php /usr/local/campsite/www-common/html/priv/pub/issues/sections/
    > /usr/bin/gmake -C articles install
    > gmake[6]: Entering directory `/campsite/implementation/management/pub/issues/sections/articles'
    > mkdir -p /usr/local/campsite/www-common/html/priv/pub/issues/sections/articles
    > cp -f *.php *.css /usr/local/campsite/www-common/html/priv/pub/issues/sections/articles/
    > /usr/bin/gmake -C images install
    > gmake[7]: Entering directory `/campsite/implementation/management/pub/issues/sections/articles/images'
    > mkdir -p /usr/local/campsite/www-common/html/priv/pub/issues/sections/articles/images
    > cp -f *.php /usr/local/campsite/www-common/html/priv/pub/issues/sections/articles/images
    > gmake[7]: Leaving directory `/campsite/implementation/management/pub/issues/sections/articles/images'
    > /usr/bin/gmake -C topics install
    > gmake[7]: Entering directory `/campsite/implementation/management/pub/issues/sections/articles/topics'
    > mkdir -p /usr/local/campsite/www-common/html/priv/pub/issues/sections/articles/topics
    > cp -f *.php /usr/local/campsite/www-common/html/priv/pub/issues/sections/articles/topics/
    > gmake[7]: Leaving directory `/campsite/implementation/management/pub/issues/sections/articles/topics'
    > gmake[6]: Leaving directory `/campsite/implementation/management/pub/issues/sections/articles'
    > gmake[5]: Leaving directory `/campsite/implementation/management/pub/issues/sections'
    > gmake[4]: Leaving directory `/campsite/implementation/management/pub/issues'
    > gmake[3]: Leaving directory `/campsite/implementation/management/pub'
    > /usr/bin/gmake -C templates install
    > gmake[3]: Entering directory `/campsite/implementation/management/templates'
    > mkdir -p /usr/local/campsite/www-common/html/priv/templates
    > cp -f *.php /usr/local/campsite/www-common/html/priv/templates/
    > gmake[3]: Leaving directory `/campsite/implementation/management/templates'
    > /usr/bin/gmake -C topics install
    > gmake[3]: Entering directory `/campsite/implementation/management/topics'
    > mkdir -p /usr/local/campsite/www-common/html/priv/topics
    > cp -f *.php /usr/local/campsite/www-common/html/priv/topics/
    > gmake[3]: Leaving directory `/campsite/implementation/management/topics'
    > /usr/bin/gmake -C users install
    > gmake[3]: Entering directory `/campsite/implementation/management/users'
    > /usr/bin/gmake -C subscriptions
    > gmake[4]: Entering directory `/campsite/implementation/management/users/subscriptions'
    > /usr/bin/gmake -C sections
    > gmake[5]: Entering directory `/campsite/implementation/management/users/subscriptions/sections'
    > gmake[5]: Nothing to be done for `all'.
    > gmake[5]: Leaving directory `/campsite/implementation/management/users/subscriptions/sections'
    > gmake[4]: Leaving directory `/campsite/implementation/management/users/subscriptions'
    > mkdir -p /usr/local/campsite/www-common/html/priv/users
    > cp -f *.php /usr/local/campsite/www-common/html/priv/users/
    > /usr/bin/gmake -C subscriptions install
    > gmake[4]: Entering directory `/campsite/implementation/management/users/subscriptions'
    > mkdir -p /usr/local/campsite/www-common/html/priv/users/subscriptions
    > cp -f *.php /usr/local/campsite/www-common/html/priv/users/subscriptions/
    > /usr/bin/gmake -C sections install
    > gmake[5]: Entering directory `/campsite/implementation/management/users/subscriptions/sections'
    > mkdir -p /usr/local/campsite/www-common/html/priv/users/subscriptions/sections
    > cp -f *.php /usr/local/campsite/www-common/html/priv/users/subscriptions/sections/
    > gmake[5]: Leaving directory `/campsite/implementation/management/users/subscriptions/sections'
    > gmake[4]: Leaving directory `/campsite/implementation/management/users/subscriptions'
    > gmake[3]: Leaving directory `/campsite/implementation/management/users'
    > /usr/bin/gmake -C languages install
    > gmake[3]: Entering directory `/campsite/implementation/management/languages'
    > mkdir -p "/usr/local/campsite/www-common/html/priv/languages"
    > cp -f *.php "/usr/local/campsite/www-common/html/priv/languages/"
    > gmake[3]: Leaving directory `/campsite/implementation/management/languages'
    > /usr/bin/gmake -C u_types install
    > gmake[3]: Entering directory `/campsite/implementation/management/u_types'
    > mkdir -p /usr/local/campsite/www-common/html/priv/u_types
    > cp -f *.php /usr/local/campsite/www-common/html/priv/u_types/
    > gmake[3]: Leaving directory `/campsite/implementation/management/u_types'
    > /usr/bin/gmake -C a_types install
    > gmake[3]: Entering directory `/campsite/implementation/management/a_types'
    > mkdir -p "/usr/local/campsite/www-common/html/priv/a_types"
    > cp -f *.php "/usr/local/campsite/www-common/html/priv/a_types/"
    > /usr/bin/gmake -C fields install
    > gmake[4]: Entering directory `/campsite/implementation/management/a_types/fields'
    > mkdir -p "/usr/local/campsite/www-common/html/priv/a_types/fields"
    > cp -f *.php "/usr/local/campsite/www-common/html/priv/a_types/fields/"
    > gmake[4]: Leaving directory `/campsite/implementation/management/a_types/fields'
    > gmake[3]: Leaving directory `/campsite/implementation/management/a_types'
    > /usr/bin/gmake -C glossary install
    > gmake[3]: Entering directory `/campsite/implementation/management/glossary'
    > mkdir -p "/usr/local/campsite/www-common/html/priv/glossary"
    > cp -f *.php "/usr/local/campsite/www-common/html/priv/glossary/"
    > /usr/bin/gmake -C keyword install
    > gmake[4]: Entering directory `/campsite/implementation/management/glossary/keyword'
    > mkdir -p "/usr/local/campsite/www-common/html/priv/glossary/keyword"
    > cp -f *.php "/usr/local/campsite/www-common/html/priv/glossary/keyword/"
    > gmake[4]: Leaving directory `/campsite/implementation/management/glossary/keyword'
    > gmake[3]: Leaving directory `/campsite/implementation/management/glossary'
    > /usr/bin/gmake -C infotype install
    > gmake[3]: Entering directory `/campsite/implementation/management/infotype'
    > mkdir -p "/usr/local/campsite/www-common/html/priv/infotype"
    > cp -f *.php "/usr/local/campsite/www-common/html/priv/infotype/"
    > gmake[3]: Leaving directory `/campsite/implementation/management/infotype'
    > /usr/bin/gmake -C logs install
    > gmake[3]: Entering directory `/campsite/implementation/management/logs'
    > mkdir -p "/usr/local/campsite/www-common/html/priv/logs"
    > cp -f *.php "/usr/local/campsite/www-common/html/priv/logs/"
    > gmake[3]: Leaving directory `/campsite/implementation/management/logs'
    > /usr/bin/gmake -C country install
    > gmake[3]: Entering directory `/campsite/implementation/management/country'
    > mkdir -p "/usr/local/campsite/www-common/html/priv/country"
    > cp -f *.php "/usr/local/campsite/www-common/html/priv/country/"
    > gmake[3]: Leaving directory `/campsite/implementation/management/country'
    > /usr/bin/gmake -C localizer install
    > gmake[3]: Entering directory `/campsite/implementation/management/localizer'
    > mkdir -p "/usr/local/campsite/www-common/html/priv/localizer"
    > cp -f *.php "/usr/local/campsite/www-common/html/priv/localizer/"
    > cp -f *.xml "/usr/local/campsite/www-common/html/priv/localizer/"
    > cp -f *.txt "/usr/local/campsite/www-common/html/priv/localizer/"
    > gmake[3]: Leaving directory `/campsite/implementation/management/localizer'
    > chown -R apache:apache /usr/local/campsite/www-common/html/*
    > chmod -R u+rw /usr/local/campsite/www-common/html/*
    > chmod -R g+r /usr/local/campsite/www-common/html/*
    > /usr/bin/pear install --soft Archive_Tar Console_Getopt XML_RPC PEAR Net_Socket
    > No valid packages found
    > install failed
    > gmake[2]: *** Error 1
    > gmake[2]: Leaving directory `/campsite/implementation/management'
    > gmake[1]: *** Error 1
    > gmake[1]: Leaving directory `/campsite/implementation'
    > gmake: *** Error 2
    >
    >
  • 2 Comments sorted by
  • They are installed, and still not working

    [root@**** /]# /usr/bin/pear install Archive_Tar Console_Getopt XML_RPC PEAR Net_Socket
    Skipping package "pear/Archive_Tar", already installed as version 1.3.1
    Skipping package "pear/Console_Getopt", already installed as version 1.2
    Skipping package "pear/XML_RPC", already installed as version 1.4.3
    Skipping package "pear/PEAR", already installed as version 1.4.1
    Skipping package "pear/Net_Socket", already installed as version 1.0.6
    No valid packages found
    install failed
  • I did check and the PEAR stuff is installed... but now pages just come up blank. Is there a log anywhere that I can check to see if it is making connection?