[PHP] php4 / php5 unable to locate module

2006-09-11 Thread Zbigniew Szalbot
Hello, I would appreciate your help. I am trying to get php and apache work together and have a strange error while starting apache: Can't locate API module structure `php4_module' in file /usr/local/libexec/apache2/libphp5.so: Undefined symbol php4_module I am using PHP 5.1.6 (cli) and

Re: [PHP] php4 / php5 unable to locate module

2006-09-11 Thread Curt Zirzow
On 9/11/06, Zbigniew Szalbot [EMAIL PROTECTED] wrote: Hello, I would appreciate your help. I am trying to get php and apache work together and have a strange error while starting apache: Can't locate API module structure `php4_module' in file /usr/local/libexec/apache2/libphp5.so: Undefined

Re: [PHP] php4 / php5 unable to locate module

2006-09-11 Thread Zbigniew Szalbot
On Mon, 11 Sep 2006, Curt Zirzow wrote: Hello, I would appreciate your help. I am trying to get php and apache work together and have a strange error while starting apache: Can't locate API module structure `php4_module' in file /usr/local/libexec/apache2/libphp5.so: Undefined symbol

Re: [PHP] php4 / php5 unable to locate module

2006-09-11 Thread Curt Zirzow
On 9/11/06, Zbigniew Szalbot [EMAIL PROTECTED] wrote: On Mon, 11 Sep 2006, Curt Zirzow wrote: Hello, I would appreciate your help. I am trying to get php and apache work together and have a strange error while starting apache: Can't locate API module structure `php4_module' in file

Re: [PHP] php4 / php5 unable to locate module

2006-09-11 Thread Zbigniew Szalbot
On Mon, 11 Sep 2006, Curt Zirzow wrote: Hi there again, Thanks for such a fast response. I used portinstall. I did have apache 1.3.37 at the beginning but it later turned out that for some reason I will have to upgrade for apache 2.x so I ran pkg_delete and the went for apache2. This

Re: [PHP] php4 / php5 unable to locate module

2006-09-11 Thread Zbigniew Szalbot
Hi, Please, please forgive! How dumb a person (me!) can sometimes be! I looked at httpd.conf again and saw that instead of replacing php4.so library object I added a new line with php5 entry... Sorry to have bothered! Thanks! Zbyszek On Mon, 11 Sep 2006, Zbigniew Szalbot wrote: On Mon,