Date: 12/15/00
- Previous message: Zak Greant: "Re: [PHP-DEV] New Function: is_scalar"
- In reply to: arvindkumar <email protected>: "[PHP-DEV] PHP 4.0 Bug #8288 Updated: Problem in Installation with Apache 1.3.14"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Also you should use --activate-module=src/modules/php4/libphp4.a.
Not --add-module.
If not that then try this; in apache 1.3.14 alloc.h is now ap_alloc.h.
Modify the src/modules/php/Makefile and change alloc.h to ap_alloc.h.
Well at least this is what solved my problem with 1.3.14 and mod-auth-mysql.
I don't know if it is the same issue with php.
Chris
----- Original Message -----
From: <arvindkumar <email protected>>
To: <php-dev <email protected>>
Sent: Friday, December 15, 2000 9:22 PM
Subject: [PHP-DEV] PHP 4.0 Bug #8288 Updated: Problem in Installation with
Apache 1.3.14
> ID: 8288
> User Update by: arvindkumar <email protected>
> Status: Open
> Bug Type: *Install and Config
> Description: Problem in Installation with Apache 1.3.14
>
> When compiling apache 1.3.14 on RHL 7.0 with PHP4.0.0 support,I use the
./Configure script after adding the following line
> AddModule modules/php4/libphp4.a
>
> After running 'make' i get the error
> make[2]: *** No rule to make target '../../include/alloc.h', needed bu
'mod_php4.o'.Stop
>
> I checked up apache1.3.14/src/include and 'alloc.h' isn't there.
>
> What do I do next??
>
> Previous Comments:
> --------------------------------------------------------------------------
-
>
> [2000-12-15 22:52:54] arvindkumar <email protected>
> When Trying to install PHP4 support for Apache the Apache installer aborts
with the error 'alloc.h not found' when trying to 'make'
>
>
>
> --------------------------------------------------------------------------
-
>
>
> Full Bug description available at: http://bugs.php.net/?id=8288
>
>
> --
> PHP Development Mailing List <http://www.php.net/>
> To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
> For additional commands, e-mail: php-dev-help <email protected>
> To contact the list administrators, e-mail: php-list-admin <email protected>
>
-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Previous message: Zak Greant: "Re: [PHP-DEV] New Function: is_scalar"
- In reply to: arvindkumar <email protected>: "[PHP-DEV] PHP 4.0 Bug #8288 Updated: Problem in Installation with Apache 1.3.14"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

