Apache com suporte a PHP

Iniciado por fino, 19 de Fevereiro de 2007, 10:42

tópico anterior - próximo tópico

Evandro Abu Kamel

E então?
Tentei fazer o mesmo turorial que o Fino postou a página, mas quando vou compilar o PHP, aparece a seguinte mensagem:


root@evandro-desktop:/home/evandro/Programas/Servidor/php-5.2.1# ./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-mysql

[...]

checking lex output file root... ./configure: line 3375: lex: command not found
configure: error: cannot find output from lex; giving up



O que aconteceu??

Flw.


fino

Caro colega,

     Instale o pacote flex .

# apt-get install flex

Isto resolverá o problema ...


Até +


Fino
Fino

Evandro Abu Kamel

#17
Deu quase certo, surgiu outro erro:


configure: error: Cannot find MySQL header files under yes.
Note that the MySQL client library is not bundled anymore!


E aí?

###################

RESOLVIDO

Coloquei um "=/usr/local/mysql/" completando o comando.

###################

Problema com o Apache.
Quando vou executá-lo, o que acontece:


root@evandro-desktop:/usr/local/apache2/bin# /usr/local/apache2/bin/apachectl start
[Wed Mar 07 15:31:05 2007] [warn] module php5_module is already loaded, skipping
httpd: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName
(98)Address already in use: make_sock: could not bind to address [::]:80
(98)Address already in use: make_sock: could not bind to address 0.0.0.0:80
no listening sockets available, shutting down
Unable to open logs
root@evandro-desktop:/usr/local/apache2/bin#


Como configura ele?