Re: [PHP] dynamic module or static?

2002-01-17 Thread Cary Mathews
I'm no guru on the topic, but I found that when configuring the DSO with MySQL (--with-mysql=/usr/local/mysql), it would always garble the PHP module. Eventually I got it all set up by not specifying a directory (in other words, just using --with-mysql) in that configure argument. But this

Re: [PHP] dynamic module or static?

2002-01-16 Thread Cary Mathews
me! Cary On Wed, 16 Jan 2002, Bhavin Modi wrote: Date: Wed, 16 Jan 2002 15:52:52 +0530 From: Bhavin Modi [EMAIL PROTECTED] To: Cary Mathews [EMAIL PROTECTED] Subject: Re: [PHP] dynamic module or static? Have you done the following in your httpd.conf ? AddModulemod_php4.c I had

Re: [PHP] dynamic module or static?

2002-01-16 Thread Erik Price
I'm no guru on the topic, but I found that when configuring the DSO with MySQL (--with-mysql=/usr/local/mysql), it would always garble the PHP module. Eventually I got it all set up by not specifying a directory (in other words, just using --with-mysql) in that configure argument. But this

[PHP] dynamic module or static?

2002-01-15 Thread Cary Mathews
I am attempting to build a dynaminc module loadable by apache 1.3.x. But once the (./configure, make, make install, cp php.ini-dist, configure httpd.conf) process is complete, I restart apache, and try to access a php page (? phpinfo() ?) and I am asked if I would like to download the page, which