Re: [PHP] PHP 4.2.2 and Apache LoadModule issue

2002-07-26 Thread Bob Lockie

On Thu, 25 Jul 2002 22:23:21 -0500, Frank S. Kicenko wrote:

>Hi All.
>
>I am having a weird problem... my PHP is outputting a "libphp4.a" and
>"libphp4.la" modules and I can't get Apache to recognize this type of
>file. Is there a way to tell PHP to generate a ".so" module? Or how can
>I get Apache to use the .a and .la modules?
>
>Thanks.
>
>-- 
>PHP General Mailing List (http://www.php.net/)
>To unsubscribe, visit: http://www.php.net/unsub.php
>
--with-apxs
in the configure of PHP.




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




RE: [PHP] PHP 4.2.2 and Apache LoadModule issue

2002-07-26 Thread Peter



> -Original Message-
> From: Bob Lockie [mailto:[EMAIL PROTECTED]]
> Sent: Friday, 26 July 2002 1:32 PM
> To: Frank S. Kicenko; [EMAIL PROTECTED]
> Subject: Re: [PHP] PHP 4.2.2 and Apache LoadModule issue
> 
> 
> On Thu, 25 Jul 2002 22:23:21 -0500, Frank S. Kicenko wrote:
> 
> >Hi All.
> >
> >I am having a weird problem... my PHP is outputting a "libphp4.a" and
> >"libphp4.la" modules and I can't get Apache to recognize this type of
> >file. Is there a way to tell PHP to generate a ".so" module? Or how can
> >I get Apache to use the .a and .la modules?
> >
> >Thanks.
yeah i had to do 

./configure --activate-module=src/modules/php4/libmodphp4.a

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php