Here is an example of what I have. The other libraries are similar (no
version numbers)..
find . -name *.so* | xargs ls -l
    ./libavcodec/libavcodec.so -> libavcodec.so.
    47462412 ./libavcodec/libavcodec.so.





On Thu, Dec 27, 2018 at 4:01 PM Carl Eugen Hoyos <[email protected]> wrote:

> 2018-12-24 14:20 GMT+01:00, Eric Thomas <[email protected]>:
>
> > Next question: On my Centos VM, my shared library files have the library
> > version as the filename suffix.
> > For example, "*libavcodec.so.58*".
> > On my Solaris machine, the library filenames do not have the version
> > suffix. For example, "*libavcodec.so.*"
>
> I get version suffixes here:
> $ ls -l libavcodec/libavcodec.*
> lrwxrwxrwx   1 cehoyos  staff         16 Dec 27 21:58
> libavcodec/libavcodec.so -> libavcodec.so.58
> -rwxr-xr-x   1 cehoyos  staff    66379668 Dec 27 21:58
> libavcodec/libavcodec.so.58
> -rw-r--r--   1 cehoyos  staff      25622 Dec 27 21:58
> libavcodec/libavcodec.ver
> -rw-r--r--   1 cehoyos  staff         85 Dec 27 21:48
> libavcodec/libavcodec.version
>
> Carl Eugen
> _______________________________________________
> ffmpeg-user mailing list
> [email protected]
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user
>
> To unsubscribe, visit link above, or email
> [email protected] with subject "unsubscribe".
_______________________________________________
ffmpeg-user mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".

Reply via email to