today I installed zm-1.21.4 on a SuSE 9.1 box.
Environment:
Code: Select all
kernel: Linux genepi 2.6.5-7.201-default #1 Thu Aug 25 06:20:45 UTC 2005 i686 i686 i386 GNU/Linux
ZM: zm-1.21.4 as of 11.Nov.2005
configure --with-webuser=wwwrun --with-wwwgroup=www --with-webdir=/srv/www/htdocs --with-cgidir=/srv/www/cgi-bin
perl ./zmconfg.pl (I used mostly defaults)
make without errors
Two problems:
1.) When running the command to init the MySQL db:
Code: Select all
genepi:~/zm-1.21.4 # mysql mysql < db/zmschema.sql -pxxxxxxxxx
ERROR 1136 at line 378: Column count doesn't match value count at row 1
2.)
I don't want to start ZM automatically in init.d, so I followed the suggested manual start with
Code: Select all
genepi:/usr/local/bin # zmpkg.pl start
Bareword "ZM_PATH_LOGS" not allowed while "strict subs" in use at /usr/local/bin/zmpkg.pl line 78.
BEGIN not safe after errors--compilation aborted at /usr/local/bin/zmpkg.pl line 79.
Code: Select all
genepi:/usr/local/bin # zmpkg.pl start
Bareword "ZM_SHM_KEY" not allowed while "strict subs" in use at /usr/local/bin/zmpkg.pl line 134.
Bareword "ZM_OPT_FRAME_SERVER" not allowed while "strict subs" in use at /usr/local/bin/zmpkg.pl line 263.
Bareword "ZM_OPT_CONTROL" not allowed while "strict subs" in use at /usr/local/bin/zmpkg.pl line 275.
Bareword "ZM_OPT_TRIGGERS" not allowed while "strict subs" in use at /usr/local/bin/zmpkg.pl line 287.
Bareword "ZM_OPT_X10" not allowed while "strict subs" in use at /usr/local/bin/zmpkg.pl line 291.
Bareword "ZM_CHECK_FOR_UPDATES" not allowed while "strict subs" in use at /usr/local/bin/zmpkg.pl line 296.
Execution of /usr/local/bin/zmpkg.pl aborted due to compilation errors.
I reran the configure and perl zmconfig.pl scripts, no change.
Any hints?
Thanks,
Ekki