>
> I can't find any config.h in any library in /usr/local/,
> only in /usr/local/lib/perl....../config.h but I don't
> think this is the right config.h.

It's a migration problem in PHP4 (.0.4 to .0.5 I think). We've worked
around it
in CVS, but for the moment you can add:

test -f config.h || cp php_config.h config.h 

after the phpize line in mkall.

Emile

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

Reply via email to