Eero af Heurlin <[EMAIL PROTECTED]> wrote: > No luck, removed that from spec, rebuilt and installed RPMs but still > doesn't work, apr-devel is installed but it seems that the build process > can't find the headers. > > For now I'll work around this by using the Fedora RPMs from site and > just overwriting midgard-core from source compiled version.
I can not find any apr-config paths in your output. Look at the INSTALL file: "2 - Then run: ./mkall This is default for Apache1 module. If You need build php module for Apache2 , use mkall with parameters. ./mkall --with-apxs2 --with-apr-config Note , that --with-apxs2 option doesn't mean that You need to have apxs binary named apxs2. It only allows configure script to recognize which Apache module You would like to build. If any of binary was not found in Your system path , use paths in parameters with apxs and apr-config included. ./mkall --with-apxs2=/full/path/to/apxs --with-apr-config=/full/path/to/apr-config " Piotras --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
