Re: [users@httpd] Apache modules built as .a and .la instead of .so libraries

2015-11-20 Thread spggwp7q
Thanks a lot! Checking config.log for apr pointed me in the right direction. Am 20/11/2015 um 16:02 schrieb William A Rowe Jr: Go back to how you initially built apr, that is going to be the origin of the libtool used by httpd. On Fri, Nov 20, 2015 at 8:23 AM, spggwp7q

Re: [users@httpd] Apache modules built as .a and .la instead of .so libraries

2015-11-20 Thread William A Rowe Jr
Go back to how you initially built apr, that is going to be the origin of the libtool used by httpd. On Fri, Nov 20, 2015 at 8:23 AM, spggwp7q wrote: > Hi guys, > > I'm building apache 2.4.x (latest) for Solaris on Intel. I've built a > cross compiler for this, which seems to be working fine. Th