Brad Lanam wrote: [...]
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'.
i.e. -R hardcodes the path to the libs. And -L is getting completely ignored?
Let's take this to the apr-dev list.
__________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
