portal und DB steht. Nur das game kann ich nicht installieren.
- Code: Alles auswählen
./configure --with-gamedir=/srv/www/htdocs/ugaagga
dann kommt:
- Code: Alles auswählen
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for gawk... gawk
checking for a BSD-compatible install... /usr/bin/install -c
checking for php... php
checking for xsltproc... xsltproc
checking for mysql_config... mysql_config
checking for library containing sqrt... -lm
checking for /etc/httpd/conf/httpd.conf... no
checking for /etc/httpd/httpd.conf... no
checking for /etc/apache/httpd.conf... no
configure: installing game in /srv/www/htdocs/ugaagga
configure: web server user is nobody
configure: creating ./config.status
config.status: creating src/Makefile
config.status: creating src/dbs/db-util
config.status: creating src/ticker/ticker.conf
config.status: creating src/utilities/crontab
config.status: creating src/utilities/db_backup.cron
config.status: creating src/utilities/util.inc.php
config.status: creating src/www/include/config.inc.php
alles ok soweit (denk ich mal)
- Code: Alles auswählen
make install-game
- Code: Alles auswählen
cd src && make install-game
make[1]: Entering directory `/srv/www/htdocs/ugaagga/src'
sed -e 's/\[\([A-Za-z][0-9A-Za-z_]*\)\]/<object id="\1"\/>/g' \
-e '/"[/?]*>/!s/"/\\&/g' -e "s/'/\\&apst;/g" config/config.xml >config/config.tmp
xmllint --noout --valid config/config.tmp
xsltproc config/config.sql.xsl config/config.tmp >dbs/game_rules.sql
xsltproc config/effects.php.xsl config/config.tmp >www/include/effect_list.php
xsltproc config/config.php.xsl config/config.tmp >www/include/game_rules.php
xsltproc config/government.php.xsl config/government.xml >www/include/government.rules.php
xsltproc config/relations.php.xsl config/relations.xml >www/include/relation_list.php
xsltproc config/start.php.xsl config/start.xml >www/include/startvalues.php
xsltproc config/wonder.php.xsl config/config.tmp >www/include/wonder.rules.php
/usr/bin/install -c -d /srv/www/htdocs/ugaagga /srv/www/htdocs/ugaagga/include \
/srv/www/htdocs/ugaagga/include/languages /srv/www/htdocs/ugaagga/lib
/usr/bin/install -c -d /srv/www/htdocs/ugaagga/images /srv/www/htdocs/ugaagga/images/artefacts \
/srv/www/htdocs/ugaagga/images/religious_distribution
chown nobody /srv/www/htdocs/ugaagga/images
/usr/bin/install -c -m 644 www/*.php /srv/www/htdocs/ugaagga
/usr/bin/install -c -m 644 www/include/*.php /srv/www/htdocs/ugaagga/include
/usr/bin/install -c -m 644 www/include/languages/*.php /srv/www/htdocs/ugaagga/include/languages
/usr/bin/install -c -m 644 www/images/*.ico www/images/*.php /srv/www/htdocs/ugaagga/images
/usr/bin/install -c -m 644 www/images/religious_distribution/*.png \
www/images/religious_distribution/*.php \
/srv/www/htdocs/ugaagga/images/religious_distribution
/usr/bin/install -c -m 644 www/lib/*.php /srv/www/htdocs/ugaagga/lib
for module in CaveBookmarks Contacts Donations EventReports Messages; do \
/usr/bin/install -c -d /srv/www/htdocs/ugaagga/modules/$module; \
/usr/bin/install -c -m 644 www/modules/$module/*.php \
/srv/www/htdocs/ugaagga/modules/$module; \
for dir in controller model view; do \
/usr/bin/install -c -d /srv/www/htdocs/ugaagga/modules/$module/$dir; \
/usr/bin/install -c -m 644 www/modules/$module/$dir/*.php \
/srv/www/htdocs/ugaagga/modules/$module/$dir; \
done; \
done
/usr/bin/install: Aufruf von stat für „www/modules/Donations/model/*.php“ nicht möglich: Datei oder Verzeichnis nicht gefunden
for lang in de_DE en_US; do \
for tmpl in basic slimfast ugasopera; do \
/usr/bin/install -c -d /srv/www/htdocs/ugaagga/templates/$lang/$tmpl; \
/usr/bin/install -c -m 644 www/templates/$lang/$tmpl/*.ihtml \
www/templates/$lang/$tmpl/*.js \
/srv/www/htdocs/ugaagga/templates/$lang/$tmpl; \
done; \
done
make[1]: Leaving directory `/srv/www/htdocs/ugaagga/src'
kann mit da jmd weiterhelfen?




