Mailing List Archive

[Bug 66562] apxs does not respect slibtool
https://bz.apache.org/bugzilla/show_bug.cgi?id=66562

Michael Orlitzky <michael@orlitzky.com> changed:

What |Removed |Added
----------------------------------------------------------------------------
CC| |michael@orlitzky.com

--- Comment #2 from Michael Orlitzky <michael@orlitzky.com> ---
This is a problem for PHP as well. I spent the day yesterday trying to simplify
the way we install PHP on Gentoo by using more of the upstream install targets.
But the PHP build system uses apxs to install mod_php, so I eventually ran into
this wall: when slibtool is used to build PHP, the call to apxs eventually
fails.

The alternative is to manually find and install the module (a libtool library),
which can be done, but is over-complicated because we have to worry about some
implementation details that libtool would otherwise handle for us. In that
regard it would be nice if we could just "make install" and have apxs do its
thing.

--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org