Re: [midgard-user] Need help compiling midgard-1.6.0a php4 module

2004-04-21 Thread Piotras
Joern Schauermann [EMAIL PROTECTED] wrote:

 Nico wrote he had to change the configure-script but I cannot find one
 (there is only mkall) and I don't know where to change apxs to apxs2 in
 mkall.

Edit config.m4 file. 
change AC_PATH_PROG(APXS, apxs) 
to  AC_PATH_PROG(APXS, apxs2).

next:
configure --with-apxs2=/path --with-apr-config
make 

Piotras


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



Re: [midgard-user] Need help compiling midgard-1.6.0a php4 module

2004-04-21 Thread Joern Schauermann
Hi,

I made a simlink apxs-apxs2-prefork and at least configuration worked.
But now there is a parse error in midgard.h and since I am not able to
program C I will stop trying here.
I will try out 1.5 again :-)

Joern

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



Re: [midgard-user] Need help compiling midgard-1.6.0a php4 module

2004-04-21 Thread Piotras
Joern Schauermann [EMAIL PROTECTED] wrote:

 Hi,
 
 I made a simlink apxs-apxs2-prefork and at least configuration worked.
 But now there is a parse error in midgard.h and since I am not able to

What error?

Piotras

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



Re: [midgard-user] Need help compiling midgard-1.6.0a php4 module

2004-04-21 Thread Joern Schauermann
Hi,

 Edit config.m4 file. 
 change AC_PATH_PROG(APXS, apxs) 
 to  AC_PATH_PROG(APXS, apxs2).
 
 next:
 configure --with-apxs2=/path --with-apr-config
 make 

this works but make fails with the same errors I just posted.

Joern

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