I'm trying to install the whole snort/apache/mysql/acid thing and I'm having problems with phplot.
I installed apache 2.0.52 to /usr/local/apache2 and untared all of phplot to the folder /usr/local/apache2/htdocs/phplot. I also have php 5.0.2 installed. When I run
http://localhost/phplot/examples/test_setup.php it fails like so:
...stuff that appears to work
Fatal error: Call to undefined function imagetypes() in /usr/local/apache2/htdocs/phplot/examples/test_setup.php on line 29
I think that imagetypes() is a php function so my first thought is the problem is with php5. However my simple php test script: <?php phpinfo(); ?> seems to work so that makes me think it might be phplot.
Any ideas of how to fix this?