Re: [PHP-INST] Compile PHP 4.3.2 with Oracle 9.2.0 Support..?Wrong Elf Class: ELFCLASS64 ??

2003-07-30 Thread Jim Thome
Sébastien, The Oracle 9.2.0 client is 64 bit, and you are compiling it with other source code that is 32 bit. You must install the Oracle client 8.x (which will connect fine against a 9.x database) and compile against that to get around the problem. -- Jim >>> Sébastien Mortier <[EMAIL PROTECTE

[PHP-INST] Compile PHP 4.3.2 with Oracle 9.2.0 Support..? Wrong Elf Class: ELFCLASS64??

2003-07-30 Thread Sébastien Mortier
Hello, I try to compile PHP-4.3.2 with the Oracle support. I think there is something wrong.. The platform is a Sun Enterprise 450, with 2 CPU at 400Mhz. (Solaris 8) Apache 1.3.27 PHP 4.3.2 Oracle 9.2.0 CONFIGURE: './configure' '--with-apxs=/usr/local/apache/bin/apxs' '--with-oracle' '--with-

[PHP-INST] compile php with ibm db2 support

2003-07-15 Thread Kyle Mathews
Hi, I'm trying to compile a mandrake php source rpm to include IBM db2 support. I think I've setup the IBM personal connect client correctly based on these instructions. http://www.php-faq.com/as400.php After setting this up, I attempted to build the php source rpm and ran into the following

[PHP-INST] Compile PHP 4.3.1 + binary Apache 4.3.1 + Suse

2003-06-27 Thread Jose Manuel
I have compiled PHP 4.3.1 over Suse 8.0 with #./configure --with-mysql=/usr/local/mysql --with-apxs=/usr/sbin/apxs #make #make install and it's all correct ( info.php function correctly ) . The version of Apache is a binary distribution 1.3.2. When i access a web page that uses sessions and MySQ

Re: [PHP-INST] Compile PHP

2003-06-27 Thread Adam Voigt
The --with-apache builds PHP into the Apache source code making it a little faster, but less flexibile (you need to recompile Apache to add PHP modules, etc.) The --with-apxs builds PHP as a DSO (kind of like a DLL), so if you already have a binary install of Apache, you want the --with-apxs optio

[PHP-INST] Compile PHP

2003-06-27 Thread Jose Manuel
What's the difference between compile PHP with Apache or with apxs. ./configure --with-apache = --with-mysql or ./configure --with-apxs = .. --with-mysql I need to compile PHP a module of Apache. The option --with-apache need the directory source of Apache and i installed binaries Apache f

Re: [PHP-INST] Compile PHP into Apache 2.0 httpd(static)

2003-01-23 Thread Rasmus Lerdorf
> > phpa has nothing to do with Apache though. I don't see any reason for > > that to not work with the Apache 2 PHP module. > > http://www.php-accelerator.co.uk/faq.php#apache2 So use a different one. That is a phpa problem, not a PHP one. > > As for Apache2 being faster. Perhaps in some si

Re: [PHP-INST] Compile PHP into Apache 2.0 httpd(static)

2003-01-23 Thread Rasmus Lerdorf
> > What is your reason for picking Apache2 over Apache1.3 at this point? > I read through the latest discussion on PHP GENERAL list. If there are > some libs having problems, with thread-safetiy..., why not using a > PHP-Installation without these libs? If they become tread-safe they can > be add

Re: [PHP-INST] Compile PHP into Apache 2.0 httpd(static)

2003-01-23 Thread Andreas Korthaus
> phpa has nothing to do with Apache though. I don't see any reason for > that to not work with the Apache 2 PHP module. http://www.php-accelerator.co.uk/faq.php#apache2 > As for Apache2 being faster. Perhaps in some situations for static pages > it is, but for dynamic pages it is hard to ma

Re: [PHP-INST] Compile PHP into Apache 2.0 httpd(static)

2003-01-23 Thread Andreas Korthaus
Hi Rasmus! > What is your reason for picking Apache2 over Apache1.3 at this point? I read through the latest discussion on PHP GENERAL list. If there are some libs having problems, with thread-safetiy..., why not using a PHP-Installation without these libs? If they become tread-safe they can be

Re: [PHP-INST] Compile PHP into Apache 2.0 httpd(static)

2003-01-23 Thread Rasmus Lerdorf
> > What is your reason for picking Apache2 over Apache1.3 at this point? > Because Apache 2 itself is stable. So why using older, slower software? But > you're right, I will use Apache 1.3.27 with PHPA(free PHP-Cache), this will > be much faster than Apache 2 without cache. phpa has nothing to do

Re: [PHP-INST] Compile PHP into Apache 2.0 httpd(static)

2003-01-23 Thread Adam Voigt
I've tried it, works well, and just read a magazine article in a linux mag, which showed it benchmarking on-par with Zend Cache, a very expensive commercial version. On Thu, 2003-01-23 at 09:21, Andreas Korthaus wrote: > Excuse me , can you tell me what is a phpa and where i can do

Re: [PHP-INST] Compile PHP into Apache 2.0 httpd(static)

2003-01-23 Thread Andreas Korthaus
> Excuse me , can you tell me what is a phpa and where i can download it ? It's a PHP-Cache, similar to Zend_Cahce, but free. http://www.php-accelerator.co.uk/ Looks very nice, but I didn't test it yet. Does someone else her have experience with it? Andreas __

Re: [PHP-INST] Compile PHP into Apache 2.0 httpd(static)

2003-01-23 Thread Jose Perez
KeyID: 0xC38C7298 - Original Message - From: "Andreas Korthaus" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, January 23, 2003 1:54 PM Subject: Re: [PHP-INST] Compile PHP into Apache 2.0 httpd(static) Rasmus Lerdorf <[EMAIL PROTECTED]> schrieb am 23

Re: [PHP-INST] Compile PHP into Apache 2.0 httpd(static)

2003-01-23 Thread Andreas Korthaus
Rasmus Lerdorf <[EMAIL PROTECTED]> schrieb am 23.01.03 11:30:22: > > > Isn't it possible to compile php 4.3.0 static into Apache 2.0 as it is possible >with Apache 1.3? > > How could I do this? > > You can't. Hm :-( > What is your reason for picking Apache2 over Apache1.3 at this point? Becaus

Re: [PHP-INST] Compile PHP into Apache 2.0 httpd(static)

2003-01-23 Thread Chris Hewitt
Andreas Korthaus wrote: Hi! Isn't it possible to compile php 4.3.0 static into Apache 2.0 as it is possible with Apache 1.3? How could I do this? If I want to use PHP 4.3 with Apache 2.0.44(DSO or static), it is decleard "experimantal". Is it realy that dangerous? I have never heard of any pro

Re: [PHP-INST] Compile PHP into Apache 2.0 httpd(static)

2003-01-23 Thread Rasmus Lerdorf
> Isn't it possible to compile php 4.3.0 static into Apache 2.0 as it is possible with >Apache 1.3? > How could I do this? You can't. > If I want to use PHP 4.3 with Apache 2.0.44(DSO or static), it is > decleard "experimantal". Is it realy that dangerous? I have never heard > of any problems.

[PHP-INST] Compile PHP into Apache 2.0 httpd(static)

2003-01-23 Thread Andreas Korthaus
Hi! Isn't it possible to compile php 4.3.0 static into Apache 2.0 as it is possible with Apache 1.3? How could I do this? If I want to use PHP 4.3 with Apache 2.0.44(DSO or static), it is decleard "experimantal". Is it realy that dangerous? I have never heard of any problems. If I want to use

[PHP-INST] Compile php 4.3.0 under Mac OS X 10.2 (darwin) with libmcrypt

2003-01-06 Thread Nicolas Ross
I did compile php 4.1.x and 4.2.x successfully with this configure line (with the libtool of 4.0.6 and a few tweeks, but it compiled well). But now, with 4.3.0, I can't even configure... Here's my configure line : ./configure --with-apxs=/usr/local/apache/bin/apxs --with-mysql --with-fbsql --with

Re: [PHP-INST] compile php 4.2.3 + apache 2.0.43

2002-11-05 Thread Ian Miller
I will be sure to do an extra Hail Mary this Sunday. -Ian Quoting Rasmus Lerdorf <[EMAIL PROTECTED]>: > Divine intervention > > On Wed, 6 Nov 2002, Ian Miller wrote: > > > > > > > What customization do I need to do to get this to work together on a > solaris > > system. > > > > -- > > PHP Insta

Re: [PHP-INST] compile php 4.2.3 + apache 2.0.43

2002-11-05 Thread Rasmus Lerdorf
Same thing. Stick with Apache 1.3.x at least until PHP 4.3, and realistically much longer than that. Unless you are on Windows, it is going to be a while before it makes sense to run PHP on Apache 2.0. Apache 2.0 with the prefork mpm and PHP 4.3 should be pretty good. I still wouldn't run any o

Re: [PHP-INST] compile php 4.2.3 + apache 2.0.43

2002-11-05 Thread Kalin Mintchev
what about FreeBSD 4.6? On Tue, 5 Nov 2002, Rasmus Lerdorf wrote: > Divine intervention > > On Wed, 6 Nov 2002, Ian Miller wrote: > > > > > > > What customization do I need to do to get this to work together on a solaris > > system. > > > > -- > > PHP Install Mailing List (http://www.php.net/)

Re: [PHP-INST] compile php 4.2.3 + apache 2.0.43

2002-11-05 Thread Rasmus Lerdorf
Divine intervention On Wed, 6 Nov 2002, Ian Miller wrote: > > > What customization do I need to do to get this to work together on a solaris > system. > > -- > PHP Install Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > -- PHP Install Mailing List (ht

[PHP-INST] compile php 4.2.3 + apache 2.0.43

2002-11-05 Thread Ian Miller
What customization do I need to do to get this to work together on a solaris system. -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-INST] compile PHP --with-imap, on OS X: progress, but...

2002-08-09 Thread Michael Geary
Hi folks, I am desperately trying to get PHP (4.2.2) --with-imap running on OS X, so I can run the IMP web-mail client. I already have IMAP installed, and have downloaded and compiled the U-W c-client. I have also followed the directions on the PHP.NET website under IMAP. Here is my PHP confi

[PHP-INST] compile PHP without threads

2002-03-21 Thread LF
hi ALL, could please anybody tell me what argument i should use for compiling, that PHP4 runs without threads (pthreads)?? i need to recompile php because i receive the error from httpd. dl-close.c:123 ...assertion failed.. thanks for any help lothar -- PHP Install Mailing List (http://www.php

Re: [PHP-INST] compile php 4..0.5 with Deapi

2001-05-15 Thread Joe Laffey
On Tue, 15 May 2001, Thomas Hove wrote: > I'm running an Apache 1.3.19 with php 4.0.5 , mod_ssl/2.8.2 and > openSSL/0.9.6 on a NT 4 platform. > > When I start the Apache server the following message appear : > > "Loaded DSO F:/php/sapi/php4apache.dll uses plain > Apache 1.3 API, this module might

[PHP-INST] compile php 4..0.5 with Deapi

2001-05-15 Thread Thomas Hove
I'm running an Apache 1.3.19 with php 4.0.5 , mod_ssl/2.8.2 and openSSL/0.9.6 on a NT 4 platform. When I start the Apache server the following message appear : "Loaded DSO F:/php/sapi/php4apache.dll uses plain Apache 1.3 API, this module might crash under EAPI! (please recompile it with -DEAPI)"