It worked last night.
I've had to recompile some parts of the system and Apache too.
This fixed the problem.
Before I recompile apu-config and apr-config ware on the right place
(/usr/bin/). So I guess the problem was with SuSe 9.2 not with mod-xslt2.
I can prepare rpm package for SuSe 9.2 if you want one :)
Regards,
Boyan
On Saturday 04 December 2004 15:43, Carlo Contavalli wrote:
> On Thu, Dec 02, 2004 at 12:02:51PM +0200, Boyan Dzambazov wrote:
> > Hi,
> >
> > I'm trying to compile mod-xslt2 for SuSe 9.2 with apache2.0.50 but i got
> > this error message:
> > configure: * Trying with: 'apache2'
> > checking for apr-config... /usr/bin/apr-config
> > checking for apr_send in -lapr-0... yes
> > checking for apu-config... /usr/bin/apu-config
> > checking for apr_brigade_create in -laprutil-0... no
> > configure: error: apache2: 'aprutil-0' library found is not valid
> >
> > Any ideas how can I fix this?
>
> uhm .. I think --with-apr-config=pathofaprconfig may help (look
> where your apr-config command is located).
>
> Can you post the ``config.log'' file, which may contain useful
> information?
>
> Thanks,
> Carlo