2009/2/16 Carl T. Miller <[email protected]>: > I'm still working on compiling OpenSRF on CentOS 5. > > One minor item is that the apxs executable is /usr/sbin/apxs. > That's easily worked around using --with-apxs=/usr/sbin/apxs, > but it would be nice if the configure script looked for it > there before generating an error.
Agreed! Patches to configure.ac are more than welcome! > A major item is an error that I don't know how to fix: > checking for library containing mc_req_free... no > configure: error: ***OpenSRF requires memcache development headers > > I tried searching for memcache and mc_req_free, but without > much luck. Where does one find the memcache development headers? I think you probably want http://people.freebsd.org/~seanc/libmemcache/ - if so, we could update the error message to be more specific. -- Dan Scott Laurentian University
