Jon Drukman cluttered.com> writes:
> libtool: link: warning: library `/usr/local/apr/lib/libaprutil-1.la' was
> moved.
> libtool: link: cannot find the library `/opt/apache/lib/libapr-1.la' or
> unhandled argument `/opt/apache/lib/libapr-1.la'
>
> Any ideas?
I finally got it to work. I buil
Nick Kew webthing.com> writes:
> Once you've built apr-util as you want it, use the --with options
> to httpd configure to select it. You need to point --with to
> ap[r|u]-1-config.
So I did:
./configure --prefix=/opt/apache --enable-layout=Darwin
--enable-mods-shared=all --sysconfdir=/opt/ap
On Tue, 26 Apr 2011 15:59:12 + (UTC)
Jon Drukman wrote:
> Nick Kew webthing.com> writes:
>
>
> > The build messages from configure and make will tell you
> > whether apr_dbd_mysql.so was built successfully,
> > and where it was installed.
>
> It is built successfully and it is installed i
Nick Kew webthing.com> writes:
> The build messages from configure and make will tell you
> whether apr_dbd_mysql.so was built successfully,
> and where it was installed.
It is built successfully and it is installed into /usr/local/apr/lib. I don't
think apache knows to look there however. I