Iam a Brazilian Java developer trying to install ZoneMinder 1.22.2 along with MySQL within a stable Debian (Sarge) box, kernel v. 2.6.16.
Using packages apache2 and php5.
Please note that I'm not used to databases. I'm sorry if I skipped some essential step.
Here is the sequence used untill this problem appeared:
Code: Select all
# echo kernel.shmmax = 134217728 >> /etc/sysctl.conf
Code: Select all
# mysql -u root -p
> grant select,insert,update,delete on zm.* to 'zmuser'@localhost identified by '<my_root_passwd>';
> quit
# mysqladmin reload -u root -p
Code: Select all
ZoneMinder-1.22.2# ls
acinclude.m4 ChangeLog configure db install-sh missing README README.rtf src zm.conf.in
aclocal.m4 config.h.in configure.in depcomp Makefile.am mkinstalldirs README.html README.txt TODO
AUTHORS config.log COPYING INSTALL Makefile.in NEWS README.pdf scripts web
Code: Select all
# ./configure --with-webdir=/var/www/html --with-cgidir=/var/www/cgi-bin
# make install
Code: Select all
make: *** Without rule for processing `install' target. Stop.
Thank you very much for your attention.