On Tue, Apr 17, 2001 at 10:02:15PM +0200, Thomas Rother wrote:
> manuel desdin schrieb:
> 
> > as i see in the list, nobody had this problem but me. i cannot find
> > config.h! is it supposed to be created after phpize? is my package
> > imcomplete? how to fix it?
> 
> No no, I have the SAME problem under suse 7.1:
> 
> mgd_internal.h:24: config.h: No such file or directory
> In file included from mgd_preparser.h:23,
>                  from midgard.c:56:
> mgd_internal.h:24: config.h: No such file or directory
> make[1]: *** [midgard.slo] Error 1
> make[1]: Leaving directory
> `/usr/local/ftp/pub/linux/midgard/midgard/midgard-php4-1.4.1-7'
> make: *** [install-recursive] Error 1
> 
> So, this seems to be something distro-independent ...
> 
> Who can fix it? Emile? Alexander?
This problem is PHP4 version-dependent. Three weeks ago somebody from PHP
team has changed way how module-related config file (generated by
configure) is named. Change was: php_config.h -> config.h because PHP4
installation alread has php_config.h in /usr/include/php/... so local one
wasn't included properly. Unfortunately, there is no way to detect correct
version of PHP4 based on this change (it is change in pear.m4 file) in
order to allow extension be properly configured in all possible
situations.

For the moment all you can do is to rename php_config.h generated by
configure to config.h in Midgard directory.
-- 
Sincerely yours, Alexander Bokovoy 
  The Midgard Project    | ALT  Linux  Team | Minsk Linux Users Group
 www.midgard-project.org | www.altlinux.ru  |    www.minsk-lug.net 
-- You won't skid if you stay in a rut.
                -- Frank Hubbard

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to