mod_php не ставится как и сам php
semlanik 9 декабря, 2005 - 17:23
Вот взялся делать emerge -u world все отлично(если не считать 13-ти часовой компиляции openoffice :)), а на php он ругается при конфиге, дословно:
...........................
checking for fopencookie... yes
configure: error: can not run test program while cross compilingmessage.
!!! Please attach the config.log to your bug report:
!!! /var/tmp/portage/mod_php-4.4.0-r9/work/php-4.4.0/config.log
!!! ERROR: dev-php/mod_php-4.4.0-r9 failed.
!!! Function econf, Line 495, Exitcode 0
!!! econf failed
!!! If you need support, post the topmost build error, NOT this status message.
»
- Для комментирования войдите или зарегистрируйтесь
а чем тебе php_5.0.5 не ндравится?
tar -xvjpf /php-5.0.5.tar.bz2 /var/tmp/
cd /var/tmp/php-5.0.5
./configure --with-apxs2=/usr/sbin/apxs2 --with-gd --with-jpeg-dir=/usr/lib --with-png-dir=/usr/lib --with-zlib-dir=/usr/lib --with-xpm-dir=/usr/lib --with-ttf=/usr/lib --with-freetype-dir=/usr/lib --enable-gd-native-ttf --with-gettext=/usr/lib --with-mysql --enable-ftp --with-libxml-dir=/usr/lib --enable-sockets --enable-libgcc
make
make install
...
--with-apxs2=/usr/sbin/apxs2 - конфигурится модуль пхп к апачу2
что в
что в /var/tmp/portage/mod_php-4.4.0-r9/work/php-4.4.0/config.log ?
Ну вот описание ошибки...
configure: failed program was:
#line 11744 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char yp_get_default_domain(); below. */
#include
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char yp_get_default_domain();
ну это самое основное...
Я так понял что он не может переписать какой-то заголовочный файл :(