Проблема со сборкой eaccelerator

Автор mammuthus, 13 апреля 2012, 19:04:24

« назад - далее »

0 Пользователи и 1 гость просматривают эту тему.

mammuthus

Господа, действовал по мануалу тов. skachko, Установка для «чайников»: nginx + php-cgi + mysql + eaccelerator + memcache на Debian 5.0 «lenny», но на сборке eaccelerator застрял. До автора не достучаться, посему, надеюсь, сообщество поможет.

Были установлены build-essential, php5, mysql, собран nginx, созданы конфиги.
Пришло время собирать eaccelerator, но после make install вылетают ошибки:

mammuthus@ellyonserver:/tmp/eaccelerator-0.9.6.1$ sudo make install
/bin/bash /tmp/eaccelerator-0.9.6.1/libtool --mode=compile cc  -I. -I/tmp/eaccelerator-0.9.6.1 -DPHP_ATOM_INC -I/tmp/eaccelerator-0.9.6.1/include -I/tmp/eaccelerator-0.9.6.1/main -I/tmp/eaccelerator-0.9.6.1 -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  -DHAVE_CONFIG_H  -g -O2   -c /tmp/eaccelerator-0.9.6.1/eaccelerator.c -o eaccelerator.lo
libtool: compile:  cc -I. -I/tmp/eaccelerator-0.9.6.1 -DPHP_ATOM_INC -I/tmp/eaccelerator-0.9.6.1/include -I/tmp/eaccelerator-0.9.6.1/main -I/tmp/eaccelerator-0.9.6.1 -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -g -O2 -c /tmp/eaccelerator-0.9.6.1/eaccelerator.c  -fPIC -DPIC -o .libs/eaccelerator.o
/tmp/eaccelerator-0.9.6.1/eaccelerator.c: In function Б??eaccelerator_restoreБ??:
/tmp/eaccelerator-0.9.6.1/eaccelerator.c:878: warning: assignment discards qualifiers from pointer target type
/tmp/eaccelerator-0.9.6.1/eaccelerator.c: In function Б??eaccelerator_compile_fileБ??:
/tmp/eaccelerator-0.9.6.1/eaccelerator.c:1317: error: Б??zend_class_entryБ?? has no member named Б??line_startБ??
/tmp/eaccelerator-0.9.6.1/eaccelerator.c: At top level:
/tmp/eaccelerator-0.9.6.1/eaccelerator.c:1913: error: expected Б??=Б??, Б??,Б??, Б??;Б??, Б??asmБ?? or Б??__attribute__Б?? before Б??eaccelerator_functionsБ??
/tmp/eaccelerator-0.9.6.1/eaccelerator.c:1938: error: Б??eaccelerator_functionsБ?? undeclared here (not in a function)
make: *** [eaccelerator.lo] Error 1


С чем это может быть связано?
Linux 2.6.32-5-686 Debian 2.6.32-41


И еще вопрос: как проверить, работает ли eaccelerator? Возможно, эта ошибка ни на что не повлияет..?

ihammers

Цитата: mammuthus от 13 апреля 2012, 19:04:24
...
Были установлены build-essential, php5, mysql, собран nginx, созданы конфиги.
Пришло время собирать eaccelerator, но после make install вылетают ошибки:
...
С eaccelerator не работал, но если вы установили только те пакеты которые указали, то вы забыли установить ещё и php5-dev, возможно проблема в этом.

А можете показать что выдаёт .configure?
Debian GNU/Linux Bookworm, LXQt/OpenBox: AMD Ryzen 5 5600G / 64Gb RAM
_______________________________
Debian GNU/Linux Bookworm, без графики: AMD Phenon X4 / 16Gb RAM
_______________________________
Debian GNU/Linux Bookworm, LXQt/OpenBox: Acer Aspire One 722 AMD C60 / 8Gb RAM / ATI HD6290

mammuthus

dev стоит.
Вывод ./configure:
Открыть содержимое (спойлер)
mammuthus@ellyonserver:/tmp/eaccelerator-0.9.6.1$ sudo ./configure
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for a sed that does not truncate output... /bin/sed
checking for cc... cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking how to run the C preprocessor... cc -E
checking for icc... no
checking for suncc... no
checking whether cc understands -c and -o together... yes
checking for system library directory... lib
checking if compiler supports -R... no
checking if compiler supports -Wl,-rpath,... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for PHP prefix... /usr
checking for PHP includes... -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
checking for PHP extension directory... /usr/lib/php5/20100525+lfs
checking for PHP installed headers prefix... /usr/include/php5
checking if debug is enabled... no
checking if zts is enabled... no
checking for re2c... no
configure: WARNING: You will need re2c 0.13.4 or later if you want to regenerate PHP parsers.
checking for gawk... no
checking for nawk... nawk
checking if nawk is broken... no
checking whether to enable eaccelerator support... yes, shared
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for unistd.h... (cached) yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sched.h usability... yes
checking sched.h presence... yes
checking for sched.h... yes
checking mandatory system headers... yes
checking whether union semun is defined in sys/sem.h... no
checking for sysvipc shared memory support... yes
checking for mmap shared memory support... yes
checking for mmap on /dev/zero shared memory support... yes
checking for anonymous mmap shared memory support... yes
checking for posix mmap shared memory support... no
checking for best shared memory type... sysvipc
checking for spinlock semaphores support... yes
checking for pthread semaphores support... yes
checking for posix semaphores support... no
checking for sysvipc semaphores support... yes
checking for fcntl semaphores support... yes
checking for flock semaphores support... yes
checking for best semaphores type... spinlock
checking for mprotect... yes
checking for a sed that does not truncate output... (cached) /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by cc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from cc object... ok
checking for dlfcn.h... yes
checking for objdir... .libs
checking if cc supports -fno-rtti -fno-exceptions... no
checking for cc option to produce PIC... -fPIC -DPIC
checking if cc PIC flag -fPIC -DPIC works... yes
checking if cc static flag -static works... yes
checking if cc supports -c -o file.o... yes
checking if cc supports -c -o file.o... (cached) yes
checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
configure: creating ./config.status
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing libtool commands
[свернуть]

jakson

вот там где стоит nо, должно стоять уеs, не везде правда, но желательно. тогда получится скомпилировать

mammuthus

Цитироватьвот там где стоит nо, должно стоять уеs, не везде правда, но желательно.
Как решить проблему идеи есть?

jakson

смотреть на какой пакет ругается и устаналивать его, потом опять запускать ./конфигуре и так до тех пор, пора все зависимости не будут удовлетворены