Hi Robin,
Thanks for the input! I made some changes that should fix the things you mention. However I am not entrily sure about the "make install" error you get - since I apparantely don't use the same maker as you.
New version can be found in the same place as before: http://dlog.gal.dk/dlog-0.9.8b.tar.gz -Skaarup Robin Bowes wrote:
Hi Rasmus, I just tried the 0.98 beta package. Here's my feedback. 1. Use "#!/usr/bin/env perl" as the shebang in configure.pl (not everyone has perl in /usr/local/bin) 2. I ran with the following configure command: ./configure.pl \ --prefix=/usr \ --logprefix=/var/log/dlog/ \ --dbsprefix=/var/lib/dlog/ \ --statprefix=/var/www/sites/dev.robinbowes.com/ \ --intprefix=/usr/share/dlog/integrations \ --docprefix=/usr/share/dlog/ This seemed to work OK. I see this error when installing: /usr/bin/install -bc -g wheel -o root *.html /var/www/sites/dev.robinbowes.com/ /usr/bin/install -bc -g wheel -o root VERSION /usr/bin /bin/sh: -c: line 0: unexpected EOF while looking for matching `'' /bin/sh: -c: line 1: syntax error: unexpected end of file make: *** [install] Error 2 3. When I try to use it, I get this error: # dodlog.pl tinydns init # dodlog.pl tinydns update /var/log/tinydns # dodlog.pl tinydns graph ERROR: Opening '/usr/local/dlog/stats/tinydnsday.png' for write: No such file or directory FATAL: /usr/bin/rrdtool came back with error at /usr/bin/dodlog.pl line 781 Looks like it's not using the configured stats dir. Finally, a question: what qpsmtpd logformat does dodlog use? Thanks, R.
