hi, thanks for the help, i was trying to search google for the same thing except with a more specific phrase any way all the results say the same thing which is simplexml must be enable and it is not present in php4 but is enabled by default in php5. my php version is 5.2 and i checked to see about simplexml and it truns out that it was disabled so I installed php5.3 with arguments but i removed the --without simplexml and now the error of xml is gone but the situation is not resolved yet, now a new error appears, first in the test page of
http://host/pnp4nagios still gives the same error of
PHP socket extension:
PHP socket extension not available
after renaming install.php to install.ignore now the following error appears:
Please check the documentation for information about the following error.
Object of class stdClass could not be converted to string
file [line]:
application/views/template.php
[100]:
back
error shown in attachment.
please note that i installed php 5.3 through first, tar -xvf file.tar.gz, then browsing to that directory and typing ./configure with lots of arguments that were present in the past installation some of the argument are:
--disable-sockets' '--without-sybase-ct' '--disable-sysvmsg' '--disable-sysvsem' '--disable-sysvshm' '--without-tidy' '--disable-tokenizer' '--disable-wddx' '--disable-xmlreader' '--disable-xmlwriter'
i am inclined to think that the --disable-sockets should not be present perhaps because the error has socket extensions unavailable is because of it.
after the configure i typed make then make install. did i do anything wrong or something, any help is appreciated if you think you know the answer.