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

2004-04-21 Thread Joern Schauermann
Hi,

if someone could find some time it would be nice :)

I am trying to compile midgard 1.6.0 php module and apxs cannot be found
by configure. This makes sense because it is called apxs2 with SuSE 9.0.

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.

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:

 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]