On 2007-10-22 13:56:58 -0500, Matthew Chambers wrote:
> I think the general (Redhat-based) scheme is to put the version after 
> the <library>.so.# and symbolically link the <library>.so to that file, 
> e.g.:
> libganglia.so.0-3.1.0
> libganglia.so -> libganglia.so.0-3.1.0
> 
> That current SONAME would mean you have to link with -lganglia-3.1.0 
> which is pretty unusual for user-code.

with the current naming scheme you can provide a similar symlink so it
would be still -lganglia

ln -s libganglia-3.1.0.so libganglia.so.

    darix

-- 
          openSUSE - SUSE Linux is my linux
              openSUSE is good for you
                  www.opensuse.org

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Ganglia-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ganglia-developers

Reply via email to