Re: [FUG-BR] Mediawiki

2005-11-21 Por tôpico ronaldt mendes
Giovanni o sistema esta mostrando que o pcre esta instalado, ela nao se 
habilita sozinho? como devo habilita-lo?
  Grato

Giovanni P. Tirloni [EMAIL PROTECTED] escreveu:
  Rainer Alves wrote:
 ronaldt mendes wrote:
 
 
Oi pessoal, estou tentando instalar o mediawiki em meu freebsd, so que esta 
dando esse erro: MediaWiki 1.5.2 installation
 Please include all of the lines below when reporting installation problems.
Checking environment...
PHP 4.3.10: ok
PHP server API is apache; ok, using pretty URLs (index.php/Page_Title)
Have XML / Latin1-UTF-8 conversion support.
PHP's memory_limit is 60M. If this is too low, installation may fail! 
Fatal error: Call to undefined function: preg_match() in 
/usr/local/www/data-dist/mediawiki/config/index.php on line 283
 
 Tenho que reinstalar o php?
 
 Alguem tem um how to como instalar o wiki em freebsd?
 Grato
 

 
 
 Adicione isso no httpd.conf e reinicie o apache:
 php_flag register_globals On
 
 Ou então altere o php.ini e habilite o register_globals.
 
 O mediawiki precisa disso para funcionar, mas é bom lembrar que isso é 
 um certo risco de segurança.. leia http://www.php.net/register_globals e 
 decida se você quer ou não deixar o register_globals habilitado.

Estou usando o Mediawiki aqui sem register globals. Acredito que a 
razão do erro (chamada para função indefinida) seja o fato da extensão 
PCRE não estar habilitada.

-- 
Giovanni P. Tirloni
http://blog.tirloni.org


___
Freebsd mailing list
Freebsd@fug.com.br
http://mail.fug.com.br/mailman/listinfo/freebsd_fug.com.br
  



ASS: Ronaldt

-
 Yahoo! Acesso Grátis: Internet rápida e grátis.
Instale o discador agora!
___
Freebsd mailing list
Freebsd@fug.com.br
http://mail.fug.com.br/mailman/listinfo/freebsd_fug.com.br


Re: [FUG-BR] Mediawiki

2005-11-21 Por tôpico ronaldt mendes
Sim esta

Giovanni P. Tirloni [EMAIL PROTECTED] escreveu:  ronaldt mendes wrote:
 O sistema esta informando que ja esta instalado
 
 Eu tenho instalado esses pkg
 php4-4.3.10_2
 php4-bz2-4.3.10_2
 php4-ctype-4.3.10_2
 php4-gd-4.3.10_2
 php4-mbstring-4.3.10_2
 php4-mysql-4.3.10_2
 php4-openssl-4.3.10_2
 php4-pcre-4.3.10_2
 php4-posix-4.3.10_2
 php4-session-4.3.10_2
 php4-tokenizer-4.3.10_2
 php4-xml-4.3.10_2
 php4-xmlrpc-4.3.10_2
 php4-zlib-4.3.10_2
 php_doc-br-20041012
 phpwiki-1.2.6

Verifique se você possui a seguinte linha no arquivo 
/usr/local/etc/php/extensions.ini:

extension=pcre.so

-- 
Giovanni P. Tirloni
http://blog.tirloni.org


___
Freebsd mailing list
Freebsd@fug.com.br
http://mail.fug.com.br/mailman/listinfo/freebsd_fug.com.br




ASS: Ronaldt

-
 Yahoo! Acesso Grátis: Internet rápida e grátis.
Instale o discador agora!
___
Freebsd mailing list
Freebsd@fug.com.br
http://mail.fug.com.br/mailman/listinfo/freebsd_fug.com.br


[FUG-BR] Mediawiki

2005-11-18 Por tôpico ronaldt mendes
Oi pessoal, estou tentando instalar o mediawiki em meu freebsd, so que esta 
dando esse erro: MediaWiki 1.5.2 installation
  Please include all of the lines below when reporting installation problems.
Checking environment...
PHP 4.3.10: ok
PHP server API is apache; ok, using pretty URLs (index.php/Page_Title)
Have XML / Latin1-UTF-8 conversion support.
PHP's memory_limit is 60M. If this is too low, installation may fail! 
Fatal error: Call to undefined function: preg_match() in 
/usr/local/www/data-dist/mediawiki/config/index.php on line 283
   
  Tenho que reinstalar o php?
   
  Alguem tem um how to como instalar o wiki em freebsd?
  Grato


ASS: Ronaldt

-
 Yahoo! Acesso Grátis: Internet rápida e grátis.
Instale o discador agora!
___
Freebsd mailing list
Freebsd@fug.com.br
http://mail.fug.com.br/mailman/listinfo/freebsd_fug.com.br


Re: [FUG-BR] Mediawiki

2005-11-18 Por tôpico Giovanni P. Tirloni
ronaldt mendes wrote:
 Oi pessoal, estou tentando instalar o mediawiki em meu freebsd, so que esta 
 dando esse erro: MediaWiki 1.5.2 installation
   Please include all of the lines below when reporting installation problems.
 Checking environment...
 PHP 4.3.10: ok
 PHP server API is apache; ok, using pretty URLs (index.php/Page_Title)
 Have XML / Latin1-UTF-8 conversion support.
 PHP's memory_limit is 60M. If this is too low, installation may fail! 
 Fatal error: Call to undefined function: preg_match() in 
 /usr/local/www/data-dist/mediawiki/config/index.php on line 283

   Tenho que reinstalar o php?

   Alguem tem um how to como instalar o wiki em freebsd?

Olá,

  Não tem muito haver especificamente com o FreeBSD mas você precisa 
ativar a extensão PCRE para o PHP. Pela mensagem do MediaWiki você está 
usando o PHP 4.3.10 então instale o port devel/php4-pcre.

[]'s

-- 
Giovanni P. Tirloni
http://blog.tirloni.org


___
Freebsd mailing list
Freebsd@fug.com.br
http://mail.fug.com.br/mailman/listinfo/freebsd_fug.com.br


Re: [FUG-BR] Mediawiki

2005-11-18 Por tôpico ronaldt mendes
O sistema esta informando que ja esta instalado
   
  Eu tenho instalado esses pkg
  php4-4.3.10_2
php4-bz2-4.3.10_2
php4-ctype-4.3.10_2
php4-gd-4.3.10_2
php4-mbstring-4.3.10_2
php4-mysql-4.3.10_2
php4-openssl-4.3.10_2
php4-pcre-4.3.10_2
php4-posix-4.3.10_2
php4-session-4.3.10_2
php4-tokenizer-4.3.10_2
php4-xml-4.3.10_2
php4-xmlrpc-4.3.10_2
php4-zlib-4.3.10_2
php_doc-br-20041012
phpwiki-1.2.6

   
  Build complete.
(It is safe to ignore warnings about tempnam and tmpnam).
  ===  Installing for php4-pcre-4.3.10_2
===   php4-pcre-4.3.10_2 depends on file: /usr/local/include/php/main/php.h - 
found
===   Generating temporary packing list
===  Checking if devel/php4-pcre already installed
===   php4-pcre-4.3.10_2 is already installed
  You may wish to ``make deinstall'' and install this port again
  by ``make reinstall'' to upgrade it properly.
  If you really wish to overwrite the old port of devel/php4-pcre
  without deleting it first, set the variable FORCE_PKG_REGISTER
  in your environment or the make install command line.
*** Error code 1


Giovanni P. Tirloni [EMAIL PROTECTED] escreveu:
  ronaldt mendes wrote:
 Oi pessoal, estou tentando instalar o mediawiki em meu freebsd, so que esta 
 dando esse erro: MediaWiki 1.5.2 installation
 Please include all of the lines below when reporting installation problems.
 Checking environment...
 PHP 4.3.10: ok
 PHP server API is apache; ok, using pretty URLs (index.php/Page_Title)
 Have XML / Latin1-UTF-8 conversion support.
 PHP's memory_limit is 60M. If this is too low, installation may fail! 
 Fatal error: Call to undefined function: preg_match() in 
 /usr/local/www/data-dist/mediawiki/config/index.php on line 283
 
 Tenho que reinstalar o php?
 
 Alguem tem um how to como instalar o wiki em freebsd?

Olá,

Não tem muito haver especificamente com o FreeBSD mas você precisa 
ativar a extensão PCRE para o PHP. Pela mensagem do MediaWiki você está 
usando o PHP 4.3.10 então instale o port devel/php4-pcre.

[]'s

-- 
Giovanni P. Tirloni
http://blog.tirloni.org


___
Freebsd mailing list
Freebsd@fug.com.br
http://mail.fug.com.br/mailman/listinfo/freebsd_fug.com.br
  



ASS: Ronaldt

-
 Yahoo! Acesso Grátis: Internet rápida e grátis.
Instale o discador agora!
___
Freebsd mailing list
Freebsd@fug.com.br
http://mail.fug.com.br/mailman/listinfo/freebsd_fug.com.br


Re: [FUG-BR] Mediawiki

2005-11-18 Por tôpico ronaldt mendes
Vc conhece um how to para instalar o media wiki?
  Tipo o sistema jah esta informando que o devel/php4-pcre
ja esta instalado
  Sera que se eu instalar o php compilando ou entaop desinstalando funcione?
Giovanni P. Tirloni [EMAIL PROTECTED] escreveu:
  ronaldt mendes wrote:
 Oi pessoal, estou tentando instalar o mediawiki em meu freebsd, so que esta 
 dando esse erro: MediaWiki 1.5.2 installation
 Please include all of the lines below when reporting installation problems.
 Checking environment...
 PHP 4.3.10: ok
 PHP server API is apache; ok, using pretty URLs (index.php/Page_Title)
 Have XML / Latin1-UTF-8 conversion support.
 PHP's memory_limit is 60M. If this is too low, installation may fail! 
 Fatal error: Call to undefined function: preg_match() in 
 /usr/local/www/data-dist/mediawiki/config/index.php on line 283
 
 Tenho que reinstalar o php?
 
 Alguem tem um how to como instalar o wiki em freebsd?

Olá,

Não tem muito haver especificamente com o FreeBSD mas você precisa 
ativar a extensão PCRE para o PHP. Pela mensagem do MediaWiki você está 
usando o PHP 4.3.10 então instale o port devel/php4-pcre.

[]'s

-- 
Giovanni P. Tirloni
http://blog.tirloni.org


___
Freebsd mailing list
Freebsd@fug.com.br
http://mail.fug.com.br/mailman/listinfo/freebsd_fug.com.br
  



ASS: Ronaldt

-
 Yahoo! Acesso Grátis: Internet rápida e grátis.
Instale o discador agora!
___
Freebsd mailing list
Freebsd@fug.com.br
http://mail.fug.com.br/mailman/listinfo/freebsd_fug.com.br


Re: [FUG-BR] Mediawiki

2005-11-18 Por tôpico Rainer Alves
ronaldt mendes wrote:

Oi pessoal, estou tentando instalar o mediawiki em meu freebsd, so que esta 
dando esse erro: MediaWiki 1.5.2 installation
  Please include all of the lines below when reporting installation problems.
Checking environment...
PHP 4.3.10: ok
PHP server API is apache; ok, using pretty URLs (index.php/Page_Title)
Have XML / Latin1-UTF-8 conversion support.
PHP's memory_limit is 60M. If this is too low, installation may fail! 
Fatal error: Call to undefined function: preg_match() in 
/usr/local/www/data-dist/mediawiki/config/index.php on line 283
   
  Tenho que reinstalar o php?
   
  Alguem tem um how to como instalar o wiki em freebsd?
  Grato
  


Adicione isso no httpd.conf e reinicie o apache:
php_flag register_globals On

Ou então altere o php.ini e habilite o register_globals.

O mediawiki precisa disso para funcionar, mas é bom lembrar que isso é 
um certo risco de segurança.. leia http://www.php.net/register_globals e 
decida se você quer ou não deixar o register_globals habilitado.

Att.,
Rainer Alves
BrasilTelecom


___
Freebsd mailing list
Freebsd@fug.com.br
http://mail.fug.com.br/mailman/listinfo/freebsd_fug.com.br


Re: [FUG-BR] Mediawiki

2005-11-18 Por tôpico Giovanni P. Tirloni
Rainer Alves wrote:
 ronaldt mendes wrote:
 
 
Oi pessoal, estou tentando instalar o mediawiki em meu freebsd, so que esta 
dando esse erro: MediaWiki 1.5.2 installation
 Please include all of the lines below when reporting installation problems.
Checking environment...
PHP 4.3.10: ok
PHP server API is apache; ok, using pretty URLs (index.php/Page_Title)
Have XML / Latin1-UTF-8 conversion support.
PHP's memory_limit is 60M. If this is too low, installation may fail! 
Fatal error: Call to undefined function: preg_match() in 
/usr/local/www/data-dist/mediawiki/config/index.php on line 283
  
 Tenho que reinstalar o php?
  
 Alguem tem um how to como instalar o wiki em freebsd?
 Grato
 

 
 
 Adicione isso no httpd.conf e reinicie o apache:
 php_flag register_globals On
 
 Ou então altere o php.ini e habilite o register_globals.
 
 O mediawiki precisa disso para funcionar, mas é bom lembrar que isso é 
 um certo risco de segurança.. leia http://www.php.net/register_globals e 
 decida se você quer ou não deixar o register_globals habilitado.

  Estou usando o Mediawiki aqui sem register globals. Acredito que a 
razão do erro (chamada para função indefinida) seja o fato da extensão 
PCRE não estar habilitada.

-- 
Giovanni P. Tirloni
http://blog.tirloni.org


___
Freebsd mailing list
Freebsd@fug.com.br
http://mail.fug.com.br/mailman/listinfo/freebsd_fug.com.br


Re: [FUG-BR] Mediawiki

2005-11-18 Por tôpico Giovanni P. Tirloni
ronaldt mendes wrote:
 O sistema esta informando que ja esta instalado

   Eu tenho instalado esses pkg
   php4-4.3.10_2
 php4-bz2-4.3.10_2
 php4-ctype-4.3.10_2
 php4-gd-4.3.10_2
 php4-mbstring-4.3.10_2
 php4-mysql-4.3.10_2
 php4-openssl-4.3.10_2
 php4-pcre-4.3.10_2
 php4-posix-4.3.10_2
 php4-session-4.3.10_2
 php4-tokenizer-4.3.10_2
 php4-xml-4.3.10_2
 php4-xmlrpc-4.3.10_2
 php4-zlib-4.3.10_2
 php_doc-br-20041012
 phpwiki-1.2.6

  Verifique se você possui a seguinte linha no arquivo 
/usr/local/etc/php/extensions.ini:

  extension=pcre.so

-- 
Giovanni P. Tirloni
http://blog.tirloni.org


___
Freebsd mailing list
Freebsd@fug.com.br
http://mail.fug.com.br/mailman/listinfo/freebsd_fug.com.br