[PHP] setlocale and pt_BR problem on debian

2005-03-25 Thread Jonis Maurin Ceará
Hi I'm trying to use setlocale to setup my language to pt_BR for ue with strftime but don't work. I've tryied: pt_BR pt_BR.ISO_8859-1 portuguese.br etc... but don't work, i just get in english. What's wrong? :( My system: OS: Debian Sarge Apache 2 PHP 4.3.10-9 My simple code: setlocale(LC_ALL, "p

[PHP] Compiling module problems

2003-11-10 Thread Jonis Maurin Ceará
Hello... i'm trying to compile my test doing these steps: http://www.phpbuilder.com/manual/zend.build.php everything is okbut when i do make (to make php), they just generate .lo for all modules, not .so... what's wrong? thanks!