Hello All! I installed Oracle 9i and it's working perfectly. I use a linux server to connect using a client in this other machine. I need to put HTTPD 2.0.40, PHP 4.2.2, Oracle 9i working together on a RedHat 9...
Hardly, searching on the web, I could compile the oracle.so module using the same version of php and httpd I have. It compiled with no errors and I got the oracle.so and oracle.la on modules directory. Looking for what I should do next, I read .ini of PHP on how to make that module works. So, as it says, a copied the module in the extension_dir (/usr/lib/php4) and created a oracle.ini in /etc/php.d. Even when I restart the service or restart the computer I still get the same error message: Fatal error: Call to undefined function: ocilogon() in /var/www/html/teste_db.php on line 18 I compiled the module, in this case, because I would like to let apache with all modules that it is installed now. Am I forgeting someting here to make it works? Somebody could help me with it??? Thanks people! Maur�cio ----- Original Message ----- From: "Mauricio" <[EMAIL PROTECTED]> To: <Undisclosed-Recipient:@agp5.com.br;> Sent: Wednesday, December 17, 2003 9:25 PM Subject: [apache-br] extension no RH9 > Ol� Todos! > > Estou com o Oracle 9i instalado e funcionando corretamente sendo acessado de > uma outra m�quina Linux; > RedHat 9.0 > A vers�o do httpd � a 2.0.40 e o PHP � o 4.2.2. > > Com muito custo, consegui compilar a biblioteca do oracle como uma extension > para o php/apache. O m�dulo � criado sem problemas e ele encontra todas as > bibliotecas do oracle no $ORACLE_HOME. > > Meu problema � que n�o estou conseguindo carregar este m�dulo nem pelo > APACHE e nem pelo PHP. > > Lendo os comentarios dos .conf e .ini do PHP vi que � necess�rio criar um > arquivo chamado oracle.ini no diret�rio /etc/php.d e colocar o m�dulo > oracle.so no extension_dir (/usr/lib/php4). > > Mas mesmo assim reiniciando o httpd o Apache/PHP relata o mesmo erro: > > Fatal error: Call to undefined function: ocilogon() in > /var/www/html/teste_db.php on line 18 > > Ser� que existe mais alguma coisa a ser feita para que o Apache/Php > encontrem as bibliotecas compartilhadas do Oracle? > > Algu�m pode me ajudar? > > Obrigado! > > Maur�cio > > > > http://linuxserver.linuxsecurity.com.br > > Para cancelar sua assinatura envie um e-mail para: > [EMAIL PROTECTED] > > Para mandar e-mail ao Moderador: > [EMAIL PROTECTED] ou > [EMAIL PROTECTED] > > > > > Seu uso do Yahoo! Grupos � sujeito �s regras descritas em: http://br.yahoo.com/info/utos.html > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

