Erwin LEUBAZ wrote:

> Hi Emile,
> 
> If I use the php4 from the cvs.php.net with :
> 
> ./configure --enable-track-vars --with-mysql --with-apxs --with-midgard
> 
> I found always the same error :
> 
> preparser.c :34:27: mgd_select_db.h: No such file or directory

I just did a fresh checkout form their CVS, and there is no
mgd_select_db.h included in those sources. Line 34 of preparser must
be 
#include <midgard/select_db.h>
and that's what's in their CVS. Please try to refetch, if that doesn't
change anything, what does
  $ cvs stat | grep -v 'Status: Up-to-date' | grep Status
return when run in php4/ext/midgard?

Emile


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

Reply via email to