The OpenNET Project / Index page

[ новости /+++ | форум | теги | ]



"Апач2 проблемы"
Вариант для распечатки  
Пред. тема | След. тема 
Форум Открытые системы на сервере (Др. сетевые сервисы / FreeBSD)
Изначальное сообщение [ Отслеживать ]

"Апач2 проблемы"  +/
Сообщение от R00T (ok), 28-Май-07, 11:47 
устанваливаю ПХП
./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-mysql
выдает ошибку
Sorry, I cannot run apxs.  Possible reasons follow:

1. Perl is not installed
2. apxs was not found. Try to pass the path using --with-apxs2=/path/to/apxs
3. Apache was not built using --enable-so (the apxs usage page is displayed)

The output of /usr/local/apache2/bin/apxs follows:
./configure: /usr/local/apache2/bin/apxs: not found
configure: error: Aborting

1. Перл стоит
2. apxs есть, путь от корня /usr/local/apache2/bin/apxs
3. Апач ./configure ./configure --prefix=/usr/local/apache2 --enable-so

В чем трабл?

Ответить | Правка | Cообщить модератору

Оглавление

Сообщения [Сортировка по времени | RSS]


1. "Апач2 проблемы"  +/
Сообщение от R00T (ok), 28-Май-07, 12:17 
Вот весь лог

./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-mysql
loading cache ./config.cache
checking for Cygwin environment... no
checking for mingw32 environment... no
checking for egrep... grep -E
checking for a sed that does not truncate output... /usr/bin/sed
checking host system type... i386-unknown-freebsd6.2
checking target system type... i386-unknown-freebsd6.2
checking for gcc... gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking for icc... no
checking whether gcc and cc understand -c and -o together... yes
checking how to run the C preprocessor... gcc -E
checking for AIX... no
checking whether ln -s works... yes
checking if compiler supports -R... yes
checking for re2c... no
configure: warning: You will need re2c 0.9.11 or later if you want to regenerate PHP parsers.
checking for gawk... no
checking for nawk... nawk
checking if nawk is broken... no
checking for bison... no
checking for byacc... byacc
checking for bison version... bison: not found
invalid
configure: warning: bison versions supported for regeneration of the Zend/PHP parsers: 1.28 1.35 1.75 1.875 2.0 2.1 2.2 2.3 (found: none).
checking for flex... flex
checking for yywrap in -lfl... yes
checking lex output file root... lex.yy
checking whether yytext is a pointer... yes
checking for working const... yes
checking for flex version... 2.5.4 (ok)
checking whether to force non-PIC code in shared modules... yes
checking whether /dev/urandom exists... yes
checking for pthreads_cflags... -pthread
checking for pthreads_lib...

Configuring SAPI modules
checking for AOLserver support... no
checking for Apache 1.x module support via DSO through APXS... no
checking for Apache 1.x module support... no
checking for mod_charset compatibility option... no
checking for Apache 2.0 filter-module support via DSO through APXS... no
checking for Apache 2.0 handler-module support via DSO through APXS...

Sorry, I cannot run apxs.  Possible reasons follow:

1. Perl is not installed
2. apxs was not found. Try to pass the path using --with-apxs2=/path/to/apxs
3. Apache was not built using --enable-so (the apxs usage page is displayed)

The output of /usr/local/apache2/bin/apxs follows:
./configure: /usr/local/apache2/bin/apxs: not found
configure: error: Aborting

Ответить | Правка | ^ к родителю #0 | Наверх | Cообщить модератору

2. "Апач2 проблемы"  +/
Сообщение от hateemail (?), 28-Май-07, 12:54 
>устанваливаю ПХП
>./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-mysql
>выдает ошибку
>Sorry, I cannot run apxs.  Possible reasons follow:
>
>1. Perl is not installed
>2. apxs was not found. Try to pass the path using --with-apxs2=/path/to/apxs
>
>3. Apache was not built using --enable-so (the apxs usage page is
>displayed)
>
>The output of /usr/local/apache2/bin/apxs follows:
>./configure: /usr/local/apache2/bin/apxs: not found
>configure: error: Aborting
>
>1. Перл стоит
>2. apxs есть, путь от корня /usr/local/apache2/bin/apxs
>3. Апач ./configure ./configure --prefix=/usr/local/apache2 --enable-so
>
>В чем трабл?


--with-apxs2=/usr/local/sbin/apxs


Ответить | Правка | ^ к родителю #0 | Наверх | Cообщить модератору

3. "Апач2 проблемы"  +/
Сообщение от Makschebemail (?), 22-Дек-07, 21:40 
Я полный чайник в юниксах. Убил 2 дня на возню с этой проблемой. Для таких же чайников сообщаю: во FreeBSD 6.2 Perl не ставится по умолчанию. Проверьте командой: perl -v
Поставьте Perl из портов с инсталляционного диска (командой sysinstall).
После этого пересоберите Апач и тогда у вас в первой строке файла /usr/local/apache2/bin/apxs уже будет стоять путь к перлу, а не просьба его туда прописать самостоятельно.
Теперь буду биться с "xml2-config not found" :-)

Ответить | Правка | ^ к родителю #2 | Наверх | Cообщить модератору

4. "Апач2 проблемы"  +/
Сообщение от masteremail (??), 23-Янв-10, 12:04 
>[оверквотинг удален]
>>1. Перл стоит
>>2. apxs есть, путь от корня /usr/local/apache2/bin/apxs
>>3. Апач ./configure ./configure --prefix=/usr/local/apache2 --enable-so
>>
>>В чем трабл?
>
>
>
>
>--with-apxs2=/usr/local/sbin/apxs

Аналогично... Не помогло

Ответить | Правка | ^ к родителю #2 | Наверх | Cообщить модератору

5. "Апач2 проблемы"  +/
Сообщение от mc.zoomeremail (?), 30-Мрт-19, 20:08 
>[оверквотинг удален]
>>>2. apxs есть, путь от корня /usr/local/apache2/bin/apxs
>>>3. Апач ./configure ./configure --prefix=/usr/local/apache2 --enable-so
>>>
>>>В чем трабл?
>>
>>
>>
>>
>>--with-apxs2=/usr/local/sbin/apxs
> Аналогично... Не помогло

Установите  httpd-devel

Ответить | Правка | ^ к родителю #4 | Наверх | Cообщить модератору

Архив | Удалить

Рекомендовать для помещения в FAQ | Индекс форумов | Темы | Пред. тема | След. тема




Партнёры:
PostgresPro
Inferno Solutions
Hosting by Hoster.ru
Хостинг:

Закладки на сайте
Проследить за страницей
Created 1996-2024 by Maxim Chirkov
Добавить, Поддержать, Вебмастеру