[Bug 735225] Review Request: axis2c - Web services engine implemented in C

bugzilla at redhat.com bugzilla at redhat.com
Mon Feb 20 23:13:21 UTC 2012


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=735225

--- Comment #9 from Garrett Holmstrom <gholms at fedoraproject.org> 2012-02-20 18:13:20 EST ---
That *is* one of the libraries in %{_libdir} directly since
%{_libdir}/axis2c/lib is a symlink to %{_libdir}.  It is one of several
symlinks that lets the package put things in FHS-compliant locations while
remaining compatible with software that assumes everything is underneath a
singular $AXIS2C_HOME directory.

The problem here is that the package has to satisfy programs that load its
libraries dynamically, like those that use the mod_axis2 httpd module, while
simultaneously allowing programs to link directly against it like "regular"
software.  Right now it serves both of these needs by putting everything,
including the plain .so files, in %{_libdir}, but I am open to ideas.  AFAIK
one could put everything inside of a package-specific subdirectory of
%{_libdir}, but then one would have to add that path to ld.so.conf.d to satisfy
the second case, effectively putting us right back where we started.

Thoughts?

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the package-review mailing list