Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author nosilver4u

    (@nosilver4u)

    The reason it can’t run the bundled binaries is permissions. They need to be set to 755, whereas they currently are 666 (read+write for everyone, missing the executable bit).

    Regarding your custom-compiled version of jpegtran, the issue appears to be loading shared libraries. On my servers, I usually have to run this after ‘make install’:

    sudo ldconfig /usr/local/lib/

    Thread Starter christhomas32

    (@christhomas32)

    The ldconfig command did it, thank you!

    Pesky permissions always get me, thanks for the tip.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘jpegtran not detected’ is closed to new replies.