Portal Home > Knowledgebase > Articles Database > Cacti Installation
Cacti Installation
Posted by rankris, 03-03-2010, 05:39 AM |
I am trying to install cacti on my Centos % machine, I get a blank page while accessing it using browser http://IP/cacti
I commented "include("./include/auth.php");" from /usr/share/cacti/index.php and now I am getting a partial page with error
Fatal error: Call to undefined function draw_navigation_text() in /usr/share/cacti/include/top_header.php on line 63
my php -m output is as follows
php -m
PHP Warning: PHP Startup: Unable to load dynamic library '/etc/php.d/dom.so' - /etc/php.d/dom.so: cannot open shared object file: No such file or directory in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library '/etc/php.d/ldap.so' - /etc/php.d/ldap.so: cannot open shared object file: No such file or directory in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library '/etc/php.d/xmlreader.so' - /etc/php.d/xmlreader.so: cannot open shared object file: No such file or directory in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library '/etc/php.d/xmlwriter.so' - /etc/php.d/xmlwriter.so: cannot open shared object file: No such file or directory in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library '/etc/php.d/xsl.so' - /etc/php.d/xsl.so: cannot open shared object file: No such file or directory in Unknown on line 0
[PHP Modules]
bz2
calendar
ctype
curl
date
dbase
exif
ftp
gd
gettext
gmp
hash
iconv
libxml
mime_magic
mysql
mysqli
openssl
pcntl
pcre
PDO
pdo_mysql
pdo_sqlite
posix
pspell
Reflection
session
shmop
SimpleXML
snmp
sockets
SPL
standard
sysvmsg
sysvsem
sysvshm
tokenizer
wddx
xml
zlib
[Zend Modules]
Can anyone help please
|
Posted by david510, 03-03-2010, 07:01 AM |
Which method did you follow to install cacti? You have a vps or ded server?
|
Posted by rankris, 03-03-2010, 07:33 AM |
I have root access to a dedicated server I have followed
http://www.cyberciti.biz/faq/fedora-...-rrd-software/
|
Posted by Crothers, 03-03-2010, 07:43 AM |
You could always just comment out those modules in /etc/php.ini or the corresponding files in /etc/php.d/module.ini
Depending on if your CentOS or something else.
|
Posted by rankris, 03-03-2010, 07:56 AM |
thanks my concern is about the blank page in cacti , how we shall get it working
|
Posted by vinu009, 03-04-2010, 04:56 AM |
Hello rankris,
It seems you have not added DB user to DB, most of the times the blank page issue occurs because of this...
Also make sure you have made the appropriate changes in your config.php file and the files located in /cgi bin/ directory.
Let me know if I can help you further.
|
Add to Favourites Print this Article
Also Read