Can't get jpgraph working on slackware 14.1-64
I have php working fine with apache and mysql (mariadb) on slackware 14.1-64 bit. I am having trouble placing jpgraph where php can find it. I currently have it at /usr/lib64/php/jpgraph but php doesn't seem to find it.
Warning: include(pChart/pData.class): failed to open stream: No such file or directory in /var/www/htdocs/copy of index1.php on line 16
Warning: include(): Failed opening 'pChart/pData.class' for inclusion (include_path='.:/usr/lib64/php') in /var/www/htdocs/copy of index1.php on line 16
Can anyone help me with this? Thanks.
|