[HOWTO] Install Cacti on Fedora and CentOS using yum *FIXED*
Moderators: Developers, Moderators
-
- Posts: 2
- Joined: Mon Oct 26, 2009 11:01 am
problem insatlaling cacti
sir
i installed cacti in my lap in fedora11.
i followed the instructions which are in
http://www.cacti.net/downloads/docs/htm ... _unix.html
site
but when i am browcing http://localhost@cacti
it showing an empty page . blank white page
please help me
if i am running file:///var/www/html/cacti
then itis showing the code in that page .
i tried by disable selinux also
if i hav any html /php page in /var/www/html
that file is running
but cacti is showing empty page
i installed cacti in my lap in fedora11.
i followed the instructions which are in
http://www.cacti.net/downloads/docs/htm ... _unix.html
site
but when i am browcing http://localhost@cacti
it showing an empty page . blank white page
please help me
if i am running file:///var/www/html/cacti
then itis showing the code in that page .
i tried by disable selinux also
if i hav any html /php page in /var/www/html
that file is running
but cacti is showing empty page
-
- Posts: 2
- Joined: Mon Oct 26, 2009 11:01 am
cacti
mysql is running
and cacti db also there
from localhost/cacti i am getting blank page
and cacti db also there
from localhost/cacti i am getting blank page
- RaduAlexandru
- Posts: 43
- Joined: Mon Mar 28, 2005 5:06 pm
- Location: Bucharest, Romania
- Contact:
Re: cacti
By "cacti db also there" you mean you created a blank database, or did you actually used the cacti.sql file to create the tables? Not using the script usually creates this problem (or it did for me, several times).prasad.nitc wrote:mysql is running
and cacti db also there
from localhost/cacti i am getting blank page
I got a little further in the matter: I get the first setup page. But, under no conditions can get past it (I clicked the "Next>>" button until my finger hurt).
I couldn't find anything in:
- /var/log/messages
- /var/log/httpd/error_log
- /var/log/audit/audit.log
Anyone any ideeas?
Thanks in advance.
Hi i have an question.
I installed cacti via yum install
the yum install way is easy and fast.
But witch an upgrade its a different ball game.
Situation
I want to upgrade cacti from version 0.8.7d to 0.8.7e
I have a server witch has no Internet connection. so an update for cacti is not an option.
So i do it manually... No problem there is a manual for it
http://www.cacti.net/downloads/docs/html/upgrade.html
But in the install directory of cacti "/usr/share/cacti" there are 3 directory's witch is not a Dir. but a hard link to a other Dir.
With the new installation of cacti (0.8.7e) comes an static Dir. off those 3.
How can i link t them to the other Dir. so that the RRA,log, and script Dir. stays unhamed and cacti can use the RRA s ?
i`f look t on Internet on hard links but the solutions there unfortunately it dit not apply for me...
I hope someone can help me. or has ran in the same problem.
Thx in advanced
Grt Palermo
I installed cacti via yum install
the yum install way is easy and fast.
But witch an upgrade its a different ball game.
Situation
I want to upgrade cacti from version 0.8.7d to 0.8.7e
I have a server witch has no Internet connection. so an update for cacti is not an option.
So i do it manually... No problem there is a manual for it
http://www.cacti.net/downloads/docs/html/upgrade.html
But in the install directory of cacti "/usr/share/cacti" there are 3 directory's witch is not a Dir. but a hard link to a other Dir.
Code: Select all
lrwxrwxrwx 1 root root 22 2009-06-10 10:57 scripts -> /var/lib/cacti/scripts
lrwxrwxrwx 1 root root 18 2009-06-10 10:57 rra -> /var/lib/cacti/rra
lrwxrwxrwx 1 root root 15 2009-06-10 10:57 log -> /var/log/cacti/
How can i link t them to the other Dir. so that the RRA,log, and script Dir. stays unhamed and cacti can use the RRA s ?
i`f look t on Internet on hard links but the solutions there unfortunately it dit not apply for me...
I hope someone can help me. or has ran in the same problem.
Thx in advanced
Grt Palermo
-
- Posts: 2
- Joined: Wed Aug 11, 2010 10:24 am
Re: problem insatlaling cacti
I ran into the same problems, with a black white page. The documentation 'How To..' need to revise. it is very unclear.
prasad.nitc wrote:sir
i installed cacti in my lap in fedora11.
i followed the instructions which are in
http://www.cacti.net/downloads/docs/htm ... _unix.html
site
but when i am browcing http://localhost@cacti
it showing an empty page . blank white page
please help me
if i am running file:///var/www/html/cacti
then itis showing the code in that page .
i tried by disable selinux also
if i hav any html /php page in /var/www/html
that file is running
but cacti is showing empty page
-
- Posts: 2
- Joined: Wed Aug 11, 2010 10:24 am
Doesn't Work.
The documentation of the instruction "How To.." need to revise. doesn't work.
chris.y2k.r1 wrote:Everyone - If you use this documentation and find something omitted / misspelled command(s) / something incorrect, please let us know!!
P.S. - If it works well for you, let us know that too
Thanks!!
Chris
- gandalf
- Developer
- Posts: 22383
- Joined: Thu Dec 02, 2004 2:46 am
- Location: Muenster, Germany
- Contact:
I'm sorry, but I'm unable to correct those docs.
Please refer to 1st link of my sig for current documentation. I'm happy to accept hints to improve those.
But please be aware, that some distros change our file layout (e.g. by symlinking directories). WHile this will work in general, we are not able to provide documentation for those deviations as we simply don't know all of them
R.
Please refer to 1st link of my sig for current documentation. I'm happy to accept hints to improve those.
But please be aware, that some distros change our file layout (e.g. by symlinking directories). WHile this will work in general, we are not able to provide documentation for those deviations as we simply don't know all of them
R.
Re: [HOWTO] Install Cacti on Fedora and CentOS using yum *FI
I am getting a blank page as well.
Has anyone figured this out?
Has anyone figured this out?
- phalek
- Developer
- Posts: 2838
- Joined: Thu Jan 31, 2008 6:39 am
- Location: Kressbronn, Germany
- Contact:
Re: [HOWTO] Install Cacti on Fedora and CentOS using yum *FI
out of curiosity, does one of the modules show up:
and does
show something similiar ?
Code: Select all
# php -m
[PHP Modules]
...
mysql
pdo_mysql
...
Code: Select all
# rpm -qa | grep php-mysql
php-mysql-5.3.5-1.el5.remi.1
Greetings,
Phalek
---
Need more help ? Read the Cacti documentation or my new Cacti 1.x Book
Need on-site support ? Look here Cacti Workshop
Need professional Cacti support ? Look here CereusService
---
Plugins : CereusReporting
Phalek
---
Need more help ? Read the Cacti documentation or my new Cacti 1.x Book
Need on-site support ? Look here Cacti Workshop
Need professional Cacti support ? Look here CereusService
---
Plugins : CereusReporting
Re: [HOWTO] Install Cacti on Fedora and CentOS using yum *FI
I get some warnings.
php -m gives me the following:
rpm -qa | grep php-mysql outputs: php-mysql-5.1.6-27.el5_5.3
All these files is complaining about are in /usr/lib/php/modules/. I guess I have to move them to /etc/php. Right?
php -m gives me the following:
Code: Select all
PHP Warning: PHP Startup: Unable to load dynamic library '/etc/php.d/dbase.so' - /etc/php.d/dbase.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/gd.so' - /etc/php.d/gd.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/mbstring.so' - /etc/php.d/mbstring.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/mysql.so' - /etc/php.d/mysql.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/mysqli.so' - /etc/php.d/mysqli.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/pdo.so' - /etc/php.d/pdo.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/pdo_mysql.so' - /etc/php.d/pdo_mysql.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/pdo_sqlite.so' - /etc/php.d/pdo_sqlite.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/snmp.so' - /etc/php.d/snmp.so: cannot open shared object file: No such file or directory in Unknown on line 0
[PHP Modules]
bz2
calendar
ctype
curl
date
exif
ftp
gettext
gmp
hash
iconv
libxml
mime_magic
openssl
pcntl
pcre
posix
pspell
Reflection
session
shmop
SimpleXML
sockets
SPL
standard
sysvmsg
sysvsem
sysvshm
tokenizer
wddx
xml
zlib
All these files is complaining about are in /usr/lib/php/modules/. I guess I have to move them to /etc/php. Right?
Re: [HOWTO] Install Cacti on Fedora and CentOS using yum *FI
Thanks a lot phalek. It worked.
Copied the files to /etc/php/d and all the warnings are gone.
After restarting httpd and smpd services I finally got the installation prompt.
Copied the files to /etc/php/d and all the warnings are gone.
After restarting httpd and smpd services I finally got the installation prompt.
- phalek
- Developer
- Posts: 2838
- Joined: Thu Jan 31, 2008 6:39 am
- Location: Kressbronn, Germany
- Contact:
Re: [HOWTO] Install Cacti on Fedora and CentOS using yum *FI
The only thing is, that this directory is not the default dir where these files are suposed to be.
Seems like your php install/config got a bit screwed up...
Seems like your php install/config got a bit screwed up...
Greetings,
Phalek
---
Need more help ? Read the Cacti documentation or my new Cacti 1.x Book
Need on-site support ? Look here Cacti Workshop
Need professional Cacti support ? Look here CereusService
---
Plugins : CereusReporting
Phalek
---
Need more help ? Read the Cacti documentation or my new Cacti 1.x Book
Need on-site support ? Look here Cacti Workshop
Need professional Cacti support ? Look here CereusService
---
Plugins : CereusReporting
Who is online
Users browsing this forum: No registered users and 0 guests