bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to create symlinks for shared library with soname


From: lijh8
Subject: Re: How to create symlinks for shared library with soname
Date: Wed, 3 Jan 2024 01:23:27 +0800

Hi Paul,

I just come across the ldconfig manual. It seems it prefers the chained links like the CMake does too.

```
ldconfig expects a certain pattern to how the symbolic links are set up, 
like this example, where the middle file (libfoo.so.1 here)  is  the SONAME for the library:
    libfoo.so -> libfoo.so.1 -> libfoo.so.1.12
```

reply via email to

[Prev in Thread] Current Thread [Next in Thread]