I found the packages that are needed when Cacti is not installed through Apt-get
php4-cli
php4-snmp
libphp-adodb
Once I installed those the php binary showed up in /usr/bin. Issue solved!!
Search found 14 matches
- Thu Nov 03, 2005 2:11 pm
- Forum: Help: General
- Topic: PHP Not found
- Replies: 9
- Views: 1978
- Thu Nov 03, 2005 1:31 pm
- Forum: Help: General
- Topic: PHP Not found
- Replies: 9
- Views: 1978
I found part of my answer... When I did the install I installed everything EXCEPT cacti from Apt-get. Cacti I installed from the tar since it is a newer version then what I can get through Apt-get. Doing it this way I must have some how missed a critical package for php4. I created a new virtual mac...
- Thu Nov 03, 2005 11:56 am
- Forum: Help: General
- Topic: PHP Not found
- Replies: 9
- Views: 1978
- Thu Nov 03, 2005 11:43 am
- Forum: Help: General
- Topic: PHP Not found
- Replies: 9
- Views: 1978
- Thu Nov 03, 2005 9:53 am
- Forum: Help: General
- Topic: PHP Not found
- Replies: 9
- Views: 1978
PHP Not found
I am trying to set up a test system with Cacti and have run into a PHP issue. I have Apache2, PHP4, MySQL, and PHPMyAdmin installed and working. I have verified that PHP works by using a php test page. The issue I have run into is when I first launch cacti it tells me it can find the PHP binary in /...
- Wed Nov 02, 2005 12:28 pm
- Forum: Help: General
- Topic: ERROR: unknown option '--slope-mode'
- Replies: 2
- Views: 693
- Wed Nov 02, 2005 8:43 am
- Forum: Help: General
- Topic: ERROR: unknown option '--slope-mode'
- Replies: 2
- Views: 693
ERROR: unknown option '--slope-mode'
No graphs are showing up for me so I enabled Graph Debug Mode and this is the error I am getting
RRD Tool Says:
ERROR: unknown option '--slope-mode'
Anyone have any ideas on this?
TIA
RRD Tool Says:
ERROR: unknown option '--slope-mode'
Anyone have any ideas on this?
TIA
- Tue Nov 01, 2005 1:28 pm
- Forum: Help: Linux/Unix Specific
- Topic: Cacti.sql : No Such File or Directory
- Replies: 22
- Views: 24017
Ok I have found my answer. I guess Cacti on Debian has a bit more work and thanks to Prefetch for posting this. I had to dig a lot but I found it in his post and now I seem to be on the right track: I was using: mysql cacti < catci.sql When I should have been using the following: zcat /usr/share/doc...
- Tue Nov 01, 2005 1:00 pm
- Forum: Help: Linux/Unix Specific
- Topic: Cacti.sql : No Such File or Directory
- Replies: 22
- Views: 24017
- Tue Nov 01, 2005 10:05 am
- Forum: Help: Linux/Unix Specific
- Topic: Cacti.sql : No Such File or Directory
- Replies: 22
- Views: 24017
If you inserted the cacti.sql in the database an in the databse exists tables, around 40-50 than all is okay and you dont have to run the command you described. Than you have to open the cacti folder with the browser and install it. First configuration is user: admin password: admin IMurDOOM I am m...
- Tue Nov 01, 2005 9:42 am
- Forum: Help: Linux/Unix Specific
- Topic: Cacti.sql : No Such File or Directory
- Replies: 22
- Views: 24017
I tried creating the DB 2 ways, one by Command line and the other through PHPMyAdmin and with both I get an error while doing the following: mysql cacti < cacti.sql I get the following: -bash: cacti.sql: No Such File or Directory I looked for the config.php for cacti but I don't find it. I know PHP ...
- Tue Nov 01, 2005 9:24 am
- Forum: Help: Linux/Unix Specific
- Topic: Cacti.sql : No Such File or Directory
- Replies: 22
- Views: 24017
- Tue Nov 01, 2005 9:11 am
- Forum: Help: Linux/Unix Specific
- Topic: Cacti.sql : No Such File or Directory
- Replies: 22
- Views: 24017
- Tue Nov 01, 2005 8:46 am
- Forum: Help: Linux/Unix Specific
- Topic: Cacti.sql : No Such File or Directory
- Replies: 22
- Views: 24017
Cacti.sql : No Such File or Directory
I am trying to install Cacti onto one of my machines which already had PHP, Apache, and MySQL installed on it. I ran apt-get install cacti and debian got and installed everything it needed. I then started to go through the directions to create the cacti db. I got the DB created but when I did: mysql...