On Wed, Dec 31, 2003 at 01:00:57PM -0800, Stas Bekman wrote:
> Brad Lanam wrote:
> [...]
> >=== apr_libs: -L/export/apache2_dev/lib -lapr-0
> > -L/export/apache2_dev/lib -laprutil-0
>
> So, that's where they reside? /export/apache2_dev/lib?
Yes.
> > I would normally say it needs the -R.../lib for Solaris,
>
> So, isn't it a bug in apr-config then?
>
> % apr-config --link-ld
>
> should give the correct information.
www:sadm$ /export/apache2_dev/bin/apr-config --link-ld
-L/export/apache2_dev/lib -lapr-0
www:sadm$
I don't know the Apache developer's intention.
If you assume a single Apache installation, it
is incorrect for Solaris. It should have
'-R/export/apache2_dev/lib' also.
If you assume multiple Apache installations, it is
correct, as you want to use the appropriate shared
library for the Apache install you're working with.
If libapr.so and libaprutil.so are identical for any
Apache 2 installation on the same machine, then
I would not especially care which set of shared
libraries mod_perl used, and apr-config would be
incorrect, and should include '-R/export/apache2_dev/lib'.
-- Brad
--
-- Brad Lanam [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]