[PHP-INST] Re: PHP 4.3.2 extensions building problem?

2003-07-19 Thread Lukasz Karapuda
Michael, Thanks for the clarification. Now it makes sense that only shared extensions are placed into the /usr/local/lib/php/extensions/no-debug-non-zts-20020429/ directory. All the extensions work correctly, besides mysql. I tried compiling with the bundled mysql libraries (---with-mysql) and

RE: [PHP-INST] Question

2003-07-19 Thread Michael Scappa
Timothy, It looks like the script isn't getting executed, check your apache conf. make sure it knows how to run .php's and is loading the php module. -Original Message- From: Timothy Hora [mailto:[EMAIL PROTECTED] Sent: Saturday, July 19, 2003 7:17 AM To: [EMAIL PROTECTED] Subject: [PHP

[PHP-INST] Re: PHP 4.3.2 extensions building problem?

2003-07-19 Thread Michael Mauch
Lukasz Karapuda wrote: > I am trying to build and install PHP 4.3.2 on Linux RedHat 7.3. The > configure, make and make install commands generate correct output. > > The phpinfo() tells me that all the extensions I compiled in are > enabled. > > However the extensions installation folder: > /us

Re: [PHP-INST] Re: Compiling php for Oracle

2003-07-19 Thread Reuben D. Budiardja
On Saturday 19 July 2003 05:45 am, Michael Mauch wrote: > Christian Villada wrote: > > I'm trying to get PHP 4.2.2 connected to Oracle 8.1.7 > > in Linux RedHat 9 > > > > ./.libs/libphp4.a(my_error.o)(.text+0x275): In > > function `my_error': > > /usr/src/redhat/BUILD/php-4.2.2/ext/mysql/libmysql/m

[PHP-INST] PHP 4.3.2 extensions building problem?

2003-07-19 Thread Lukasz Karapuda
Hello, I am trying to build and install PHP 4.3.2 on Linux RedHat 7.3. The configure, make and make install commands generate correct output. The phpinfo() tells me that all the extensions I compiled in are enabled. However the extensions installation folder: /usr/local/lib/php/extensions/no-de

php-install Digest 19 Jul 2003 15:06:04 -0000 Issue 1467

2003-07-19 Thread php-install-digest-help
php-install Digest 19 Jul 2003 15:06:04 - Issue 1467 Topics (messages 11307 through 11310): Compiling php for Oracle 11307 by: Christian Villada 11308 by: Michael Mauch Question 11309 by: Timothy Hora 11310 by: Jim Thome Administrivia: To subscribe to the d

Re: [PHP-INST] Question

2003-07-19 Thread Jim Thome
It doesn't appear the Apache is sending PHP files to the PHP interpreter. Did you edit your httpd.conf file to add the following lines? AddType application/x-httpd-php .php LoadModule php4_modulelibexec/libphp4.so -- Jim >>> "Timothy Hora" <[EMAIL PROTECTED]> 07/19/03 05:17 AM

[PHP-INST] Question

2003-07-19 Thread Timothy Hora
Hi! I Installed an compiled the original php4.3.2 also i installed the mod_php4-4.2.2-117.i586.rpm. I copied the php.ini file in the right folder an edit them with safe_mode = off Now my Problem... I restartet apache with /etc/init.d/apache restart No Erros Message comes up. so than i copied the

[PHP-INST] Re: Compiling php for Oracle

2003-07-19 Thread Michael Mauch
Christian Villada wrote: > I'm trying to get PHP 4.2.2 connected to Oracle 8.1.7 > in Linux RedHat 9 > ./.libs/libphp4.a(my_error.o)(.text+0x275): In > function `my_error': > /usr/src/redhat/BUILD/php-4.2.2/ext/mysql/libmysql/my_error.c:32: > undefined reference to `errno' That's an old bug in ol

[PHP-INST] Compiling php for Oracle

2003-07-19 Thread Christian Villada
I'm trying to get PHP 4.2.2 connected to Oracle 8.1.7 in Linux RedHat 9 I had the apache server alredy installed, so I installed Oracle supposing that the apache was ready to handle oracle. When I try the aplication it gives me an error saying that it don't have the osilogon() function. So I star