[FFmpeg-trac] #8681(ffmpeg:new): Possible error in Ffmpeg make

FFmpeg trac at avcodec.org
Sat May 23 21:28:15 EEST 2020


#8681: Possible error in Ffmpeg make
-------------------------------------+-------------------------------------
             Reporter:  maabaum      |                     Type:  defect
               Status:  new          |                 Priority:  normal
            Component:  ffmpeg       |                  Version:
             Keywords:  makefile     |  unspecified
  libraries location                 |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
 I think there may be an error in the make files for Ffmpeg as of 22 May
 2020. Briefly, library files created for Ffmpeg under Fedora linux are
 placed in a directory where they are not found by the program.

 Environment: Linux (Fedora) 5.6.13-200.fc31.x86_64
 Ffmpeg version: cloned on 22 May 2020 at 17:00 EDT with:
     git clone https://git.ffmpeg.org/ffmpeg.git ffmpeg

 Configure was run with the addition of:
    --enable-libjack
    --enable-libmp3lame
    --enable-libfdk-aac
    --enable-shared

 No changes were made to the default installation directories.

 Ran make -j9 and make install (under sudo).

 When called, ffmpeg exits with a series of errors in loading shared
 libraries. The libraries:
 libavdevice.so.58.9.103
 libavfilter.so.7.82.100
 libavformat.so.58.43.100
 libavutil.so.56.46.101
 libavcodec.so.58.87.101
 libswscale.so.5.6.101
 libswresample.so.3.6.100

 are installed in /usr/local/lib but apparently are not found there by the
 program. Adding symlinks for the libraries in
 /usr/lib seems to solve the problem.

--
Ticket URL: <https://trac.ffmpeg.org/ticket/8681>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list