|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2015-08-28 09:13 UTC] Birman at Cerberox dot com
Description: ------------ Followed this guide here: http://php7.zend.com/repo.php Did exactly what it said. Also disabled the libphp5 module from loading inside /etc/httpd/conf/httpd.conf. When starting httpd service, it says it couldn't start and this can be found in the journal: -- Unit httpd.service has begun starting up. Aug 28 10:04:10 ns369670 httpd[4162]: [Fri Aug 28 10:04:10.396870 2015] [so:warn] [pid 4162] AH01574: module rewrite_module is already loaded, skipping Aug 28 10:04:10 ns369670 kernel: httpd[4162]: segfault at 0 ip 00007f60d5a86c9d sp 00007fffb76c3070 error 4 in libphp7.so[7f60d5599000+b8c000] Aug 28 10:04:10 ns369670 systemd[1]: httpd.service: main process exited, code=killed, status=11/SEGV Aug 28 10:04:10 ns369670 kill[4164]: kill: cannot find process "" Aug 28 10:04:10 ns369670 systemd[1]: httpd.service: control process exited, code=exited status=1 Aug 28 10:04:10 ns369670 systemd[1]: Failed to start The Apache HTTP Server. Perhaps it's also relevant that I first followed this guide for installing php7: http://linoxide.com/linux-how-to/install-php-7-centos-7-fedora-21/ It didn't come with "make uninstall" though, so there are leftovers somewhere. Apache version 2.4.6. PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Nov 18 01:00:01 2025 UTC |
[New LWP 31943] Reading symbols from /usr/sbin/httpd...Reading symbols from /usr/lib/debug/usr/sbin/httpd.debug...done. done. Missing separate debuginfo for /usr/lib64/httpd/modules/libphp7.so Try: yum --enablerepo='*debug*' install /usr/lib/debug/.build-id/9b/4f26c922cbe8b248ea5d2b906b4d7a04efe406 Missing separate debuginfo for Try: yum --enablerepo='*debug*' install /usr/lib/debug/.build-id/64/de62eaa6d0191ead9358297d64406988d7ed66 [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib64/libthread_db.so.1". Core was generated by `httpd -X'. Program terminated with signal 11, Segmentation fault. #0 0x00007f853a212c9d in _emalloc (size=288) at /usr/local/src/php/Zend/zend_alloc.c:2376 warning: Source file is more recent than executable. 2376 if (UNEXPECTED(AG(mm_heap)->use_custom_heap)) { That's the best it offered me. The 50+ things it asked me to install were actually already installed.