Uploaded image for project: 'Xerces-C++'
  1. Xerces-C++
  2. XERCESC-695

shared library not installed correctly

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Resolution: Fixed
    • 2.1.0
    • 2.2.0
    • Build
    • None
    • Operating System: FreeBSD
      Platform: PC
    • 13992

    Description

      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.

      Attachments

        Activity

          People

            Unassigned Unassigned
            bzeeb@zabbadoz.net Bjoern A. Zeeb
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: