DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13992>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13992

shared library not installed correctly

           Summary: shared library not installed correctly
           Product: Xerces-C++
           Version: 2.1.0
          Platform: PC
        OS/Version: FreeBSD
            Status: NEW
          Severity: Major
          Priority: Other
         Component: Build
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


Hi,

when installing xerces-c++ shared library the build framework installes s.th.
like:  libxerces-c.so.21.0 .
The problem is that minor versions do not mean anything on elf systems (so
not only FreeBSD is affected). The library should be named libxerces-c.so.21
though - or
common practice seems to be installing symlinks for this as I manually do:

lrwxrwxrwx    libxerces-c.so -> libxerces-c.so.21.0
lrwxrwxrwx    libxerces-c.so.21 -> libxerces-c.so.21.0
-rwxrwxr-x    libxerces-c.so.21.0

and ldocnfig will find the lib too now.

Seems there are multiple names "prepared" in the build framework for
library namings but one cannot set it from outside from what I could see.
So please fix your build framework. - Thanks.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to