Results 1 to 2 of 2

Thread: Cannot locate a library libx264.so.138

  1. #1
    Join Date
    Sep 2011
    Beans
    128

    Cannot locate a library libx264.so.138

    Folks,

    I have two machines running Ubuntu 13.10. One is my development box. I compiled a program on the dev box and am trying to run it on my test box. The problem is that the program depends on a library libx264.so.138 that is not available on my test box.

    The closest package I have found on the repository is libx264-123. However, I don't understand how I got libx264.so.138 on my dev box. $apt-cache search as well as $apt-file search do not show me libx264.so.138 anywhere

    Can someone please tell me where I can obtain the package containing libx264.so.138?

    Thank you in advance for your help.

    Regards,
    Peter

  2. #2
    Join Date
    Sep 2011
    Beans
    128

    Re: Cannot locate a library libx264.so.138

    It turns out I had compiled the latest version of ffmpeg. Although I thought I used flags for static libraries, somehow it ended up creating shared libraries.

    Regards,
    Peter

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •