[FFmpeg-user] cannot build shared libraries on Solaris

Eric Thomas eric21797 at gmail.com
Fri Dec 28 13:19:51 EET 2018


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 <ceffmpeg at gmail.com> wrote:

> 2018-12-24 14:20 GMT+01:00, Eric Thomas <eric21797 at gmail.com>:
>
> > 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
> ffmpeg-user at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user
>
> To unsubscribe, visit link above, or email
> ffmpeg-user-request at ffmpeg.org with subject "unsubscribe".


More information about the ffmpeg-user mailing list