Был установлен apache1.3.34 + php4, возникла необходимость в полноценном php хостиге. Для этого поставил php4-extensions. Ставилось очень долго задавало много вопросов.
После установки сделал rehash и пробую запустить apache:
# apachectl start
Segmentation fault (core dumped)
/usr/local/sbin/apachectl start: httpd could not be started
# tail -9 /var/log/httpd-error.log
[Fri Mar 10 17:50:16 2006] [warn] child process 73861 did not exit, sending another SIGHUP
[Fri Mar 10 17:50:16 2006] [warn] child process 73862 did not exit, sending another SIGHUP
[Fri Mar 10 17:50:16 2006] [warn] child process 73863 did not exit, sending another SIGHUP
[Fri Mar 10 17:50:16 2006] [warn] child process 73864 did not exit, sending another SIGHUP
[Fri Mar 10 17:50:16 2006] [warn] child process 73865 did not exit, sending another SIGHUP
[Fri Mar 10 17:50:16 2006] [warn] child process 78092 did not exit, sending another SIGHUP
[Fri Mar 10 17:50:16 2006] [warn] child process 78231 did not exit, sending another SIGHUP
[Fri Mar 10 17:50:18 2006] [notice] SIGHUP received. Attempting to restart
PHP Warning: Unknown(): Unable to load dynamic library '/usr/local/lib/php/20020429/imagick.so' - Shared object "libdpstk.so.1" not found, required by "libMagick.so.8" in Unknown on line 0
Причем обратите внимание на дату/время. Установил все вчера вечером и тогда же попытался первый раз запустить, и в процессах апач появился, а потом оказывается вылетел. Сейчас несколько раз пытался запустить, но лишь получаю лаконичное сообщение о коре дампед.
/var/log/messages:
Mar 10 17:50:21 stavropol kernel: pid 456 (httpd), uid 0: exited on signal 11 (core dumped)
Mar 11 10:57:16 stavropol kernel: pid 29301 (httpd), uid 0: exited on signal 11 (core dumped)
Mar 11 11:02:12 stavropol kernel: pid 29422 (httpd), uid 0: exited on signal 11 (core dumped)
Mar 11 11:04:44 stavropol kernel: pid 29431 (httpd), uid 0: exited on signal 11 (core dumped)
Mar 11 11:06:23 stavropol kernel: pid 29448 (httpd), uid 0: exited on signal 11 (core dumped)
Mar 11 11:06:38 stavropol kernel: pid 29456 (httpd), uid 0: exited on signal 11 (core dumped)
о системе:
# uname -iprs
FreeBSD 5.4-RELEASE i386 ROUTER
# pkg_info |grep apache
apache-1.3.34 The extremely popular Apache http server. Very fast, very c
# pkg_info | grep php
php4-4.4.1_3 PHP Scripting Language (Apache Module and CLI)
php4-bz2-4.4.1_3 The bz2 shared extension for php
php4-calendar-4.4.1_3 The calendar shared extension for php
php4-ctype-4.4.1_3 The ctype shared extension for php
php4-curl-4.4.1_3 The curl shared extension for php
php4-dbx-4.4.1_3 The dbx shared extension for php
php4-domxml-4.4.1_3 The domxml shared extension for php
php4-exif-4.4.1_3 The exif shared extension for php
php4-extensions-1.0 A "meta-port" to install PHP extensions
php4-filepro-4.4.1_3 The filepro shared extension for php
php4-ftp-4.4.1_3 The ftp shared extension for php
php4-gd-4.4.1_3 The gd shared extension for php
php4-gettext-4.4.1_3 The gettext shared extension for php
php4-gmp-4.4.1_3 The gmp shared extension for php
php4-iconv-4.4.1_3 The iconv shared extension for php
php4-imap-4.4.1_3 The imap shared extension for php
php4-mbstring-4.4.1_3 The mbstring shared extension for php
php4-mcal-4.4.1_3 The mcal shared extension for php
php4-mcrypt-4.4.1_3 The mcrypt shared extension for php
php4-mcve-4.4.1_3 The mcve shared extension for php
php4-mhash-4.4.1_3 The mhash shared extension for php
php4-ming-4.4.1_3 The ming shared extension for php
php4-mnogosearch-4.4.1_3 The mnogosearch shared extension for php
php4-mysql-4.4.1_3 The mysql shared extension for php
php4-ncurses-4.4.1_3 The ncurses shared extension for php
php4-odbc-4.4.1_3 The odbc shared extension for php
php4-openssl-4.4.1_3 The openssl shared extension for php
php4-oracle-4.4.1_3 The oracle shared extension for php
php4-overload-4.4.1_3 The overload shared extension for php
php4-pcntl-4.4.1_3 The pcntl shared extension for php
php4-pcre-4.4.1_3 The pcre shared extension for php
php4-posix-4.4.1_3 The posix shared extension for php
php4-pspell-4.4.1_3 The pspell shared extension for php
php4-readline-4.4.1_3 The readline shared extension for php
php4-recode-4.4.1_3 The recode shared extension for php
php4-session-4.4.1_3 The session shared extension for php
php4-shmop-4.4.1_3 The shmop shared extension for php
php4-snmp-4.4.1_3 The snmp shared extension for php
php4-sockets-4.4.1_3 The sockets shared extension for php
php4-tokenizer-4.4.1_3 The tokenizer shared extension for php
php4-wddx-4.4.1_3 The wddx shared extension for php
php4-xml-4.4.1_3 The xml shared extension for php
php4-xmlrpc-4.4.1_3 The xmlrpc shared extension for php
php4-xslt-4.4.1_3 The xslt shared extension for php
php4-yp-4.4.1_3 The yp shared extension for php
php4-zlib-4.4.1_3 The zlib shared extension for php
Подскажите пожалуйста, как бы это вылечить?