Follow-up Comment #1, sr #729 (project savane):

Just as a note for folks who may run into a couple of the same issues I did
during install on a SUSE 9.1 i386 Server:

Symptoms - Cronjobs not working and inability to view posted tracker items

I reviewed errors in apache error_log and shell output for perl scripts that
were giving me trouble and perused the internet to find solutions as
follows:

Problem with viewing tracker items was related to ctype not being enabled in
PHP so I rebuilt my PHP 4.4.1 distribution with the following config.nice
file
----------------------------------------------------------------
#! /bin/sh
#
# Created by configure

'./configure' \
'--prefix=/usr' \
'--datadir=/usr/share/php' \
'--mandir=/usr/share/man' \
'--bindir=/usr/bin' \
'--libdir=/usr/share' \
'--includedir=/usr/include' \
'--sysconfdir=/etc' \
'--with-_lib=lib' \
'--with-config-file-path=/etc' \
'--with-exec-dir=/usr/lib/php/bin' \
'--disable-debug' \
'--enable-inline-optimization' \
'--enable-memory-limit' \
'--enable-magic-quotes' \
'--enable-safe-mode' \
'--enable-sigchild' \
'--enable-ctype' \
'--enable-session' \
----------------------------------------------------------------

And cron jobs were failing due to missing perl modules in my environment so I
used CPAN to download and install the following modules:

File-Find-Rule-0.28.tar.gz
Number-Compare-0.01.tar.gz
Text-Glob-0.06.tar.gz
01mailrc.txt.gz


    _______________________________________________________

Reply to this item at:

  <http://gna.org/support/?func=detailitem&item_id=729>

_______________________________________________
  Message sent via/by Gna!
  http://gna.org/


Répondre à