22
edits
m (Added unconfirmed trouble, fixed a typo) |
m (→libMediaInfo: Typo fixed) |
||
Line 24: | Line 24: | ||
'''Library search path missing''' | '''Library search path missing''' | ||
Most likely Mono can’t find the binary library even if it’s in the same directory as <tt>Avdump2CL.exe</tt>. Then you’ll have to set the environment variable <tt>LD_LIBRARY_PATH</tt> to point to the | Most likely Mono can’t find the binary library even if it’s in the same directory as <tt>Avdump2CL.exe</tt>. Then you’ll have to set the environment variable <tt>LD_LIBRARY_PATH</tt> to point to the directory into which you extracted Avdump2. Write yourself a wrapper script to do that or have a look at the example wrapper scripts below. Sometimes you’ll also have to set <tt>MONO_PATH</tt> to point to the same directory. | ||
'''Incompatible GLIBC''' | '''Incompatible GLIBC''' |
edits