Re: php/mod_perl + mysql woes

2007-07-20 Thread Jonathan Vanasco
On Jul 20, 2007, at 8:44 AM, Michael Peters wrote: For some reason, some people are hesitant to run multiple versions of apache on the same machine, but there are lots of people who do it all the time and it works out just fine. If you're concerned about running 3 apaches (1 for mod_perl, 1

Re: php/mod_perl + mysql woes

2007-07-20 Thread Dustin D.
On 7/20/07, Clinton Gormley <[EMAIL PROTECTED]> wrote: I've managed to get php5.2.2, mod_perl 2.0.3, apache 2.2.4 and mysql 5.0.27 working on openSuSE 10.2 x86_64. Your install options don't look much different than mine. I think my problem might be glibc, since I'm getting glibc and malloc(

Re: php/mod_perl + mysql woes

2007-07-20 Thread Clinton Gormley
I've managed to get php5.2.2, mod_perl 2.0.3, apache 2.2.4 and mysql 5.0.27 working on openSuSE 10.2 x86_64. In summary: - I install these MySQL packages: MySQL-server-standard-5.0.27-0.rhel4.x86_64.rpm MySQL-client-standard-5.0.27-0.rhel4.x86_64.rpm MySQL-devel-standard-5

Re: php/mod_perl + mysql woes

2007-07-20 Thread Michael Peters
Dustin D. wrote: > With that in mind, is it possible to reuse the same apache install > directory, and just launch the different processes with different > httpd.conf files that load the appropriate DSO's and settings? Absolutely. This is what I normally do. There's no reason to have the same bin

Re: php/mod_perl + mysql woes

2007-07-20 Thread C. Jon Larsen
I don't necessarily have a problem running 3 different apaches. One issue I have is that I also need a development environment, Stop, and setup a sep. box or vserver. I cant imagine doing development on the same server env. that is in production will meet with approval from your client(s) o

Re: php/mod_perl + mysql woes

2007-07-20 Thread Dustin D.
On 7/20/07, Michael Peters <[EMAIL PROTECTED]> wrote: Dustin D. wrote: > I can't seem to get php 5.2.3, mod_perl 2.0.3, mysql 5.0.45, and apache > 2.2.4 to work together. Why do you need to do that? Normally what I've seen others do in this situation (and have done myself) is to have 2 separate

Re: php/mod_perl + mysql woes

2007-07-20 Thread Michael Peters
Dustin D. wrote: > I can't seem to get php 5.2.3, mod_perl 2.0.3, mysql 5.0.45, and apache > 2.2.4 to work together. Why do you need to do that? Normally what I've seen others do in this situation (and have done myself) is to have 2 separate apaches and a proxy in front of them to send it to one