Knowledgebase

Portal Home > Knowledgebase > Articles Database > Any idea what this PHP stuff means?


Any idea what this PHP stuff means?




Posted by RandomThoughts, 11-30-2012, 11:28 AM
Hi all, I get the following (errors?) when doing 'make test' on a new PHP install. Any idea what this means (this is just a small section) and if I've got problems? 7f3c77970000-7f3c77972000 r-xp 00000000 09:01 524298 /lib64/libkeyutils.so.1.3 7f3c77972000-7f3c77b71000 ---p 00002000 09:01 524298 /lib64/libkeyutils.so.1.3 7f3c77b71000-7f3c77b72000 r--p 00001000 09:01 524298 /lib64/libkeyutils.so.1.3 7f3c77b72000-7f3c77b73000 rw-p 00002000 09:01 524298 /lib64/libkeyutils.so.1.3 7f3c77b73000-7f3c77b7d000 r-xp 00000000 09:01 524598 /lib64/libkrb5support.so.0.1 7f3c77b7d000-7f3c77d7c000 ---p 0000a000 09:01 524598 /lib64/libkrb5support.so.0.1 7f3c77d7c000-7f3c77d7d000 r--p 00009000 09:01 524598 /lib64/libkrb5support.so.0.1 Thanks for looking

Posted by bear, 11-30-2012, 11:30 AM
What makes you believe they're errors?

Posted by RandomThoughts, 11-30-2012, 11:32 AM
I'm not sure if they are or not, but it's the first time I've seen them when updating PHP

Posted by bear, 11-30-2012, 11:41 AM
Well, 'make test' is doing just that, testing all the components to see if any fail before committing to a full recompile. To me that just looks like a list of bits it's testing. Generally there would be notations of errors in the output if there were any, at least in my experience.

Posted by RandomThoughts, 11-30-2012, 11:43 AM
Just tried restarting php-fpm and got similar output with the following at the end, though php-fpm still appears to be running. /etc/init.d/php-fpm: line 53: 14878 Aborted $php_fpm_BIN --daemonize $php_opts failed

Posted by nessic, 12-02-2012, 08:26 AM
Can you post a log of the whole php trying to start? Look at the last line before it tells you php cannot start and that will more than likely be your problem. Try disabling it in the PHP.ini then start php again and it should work. If it does then that is your problem and its either not configured properly or is broken.

Posted by RandomThoughts, 12-03-2012, 12:35 PM
Did you mean php-fpm? As far as I can tell it's running after a restart, even with the unusual output



Was this answer helpful?

Add to Favourites Add to Favourites    Print this Article Print this Article

Also Read


Language:

Contact us