← Back to team overview

hugin-devs team mailing list archive

[Bug 685582] [NEW] enblend wrong lib extension

 

Public bug reported:

When trying to stitch some photos, I kept getting errors similar to the
following:

enblend --compression=LZW -f3000x1500 -o PICT0828-PICT0832.tif PICT0828-PICT08320000.tif PICT0828-PICT08320001.tif PICT0828-PICT08320002.tif PICT0828-PICT08320003.tif PICT0828-PICT08320004.tif
enblend: error while loading shared libraries: libImath.so.2: cannot open shared object file: No such file or directory
make: *** [PICT0828-PICT0832.tif] Error 127

To fix the issue I made a symbolic link to the lib as follows:

sudo ln -s /usr/lib/libIlmImf.so.6.0.0 /usr/lib/libIlmImf.so.2
sudo ln -s /usr/lib/libImath.so.6.0.0 /usr/lib/libImath.so.2
sudo ln -s /usr/lib/libHalf.so.6.0.0 /usr/lib/libHalf.so.2
sudo ln -s /usr/lib/libIex.so.6.0.0 /usr/lib/libIex.so.2

Machine is running Lucid. Also attached one of the Hugin logs.

** Affects: hugin
     Importance: Undecided
         Status: New


** Tags: hugin libs

-- 
You received this bug notification because you are a member of Hugin
Developers, which is subscribed to Hugin.
https://bugs.launchpad.net/bugs/685582

Title:
  enblend wrong lib extension

Status in Hugin - Panorama Tools GUI:
  New

Bug description:
  When trying to stitch some photos, I kept getting errors similar to the following: 

enblend --compression=LZW -f3000x1500 -o PICT0828-PICT0832.tif PICT0828-PICT08320000.tif PICT0828-PICT08320001.tif PICT0828-PICT08320002.tif PICT0828-PICT08320003.tif PICT0828-PICT08320004.tif
enblend: error while loading shared libraries: libImath.so.2: cannot open shared object file: No such file or directory
make: *** [PICT0828-PICT0832.tif] Error 127

To fix the issue I made a symbolic link to the lib as follows:

sudo ln -s /usr/lib/libIlmImf.so.6.0.0 /usr/lib/libIlmImf.so.2
sudo ln -s /usr/lib/libImath.so.6.0.0 /usr/lib/libImath.so.2
sudo ln -s /usr/lib/libHalf.so.6.0.0 /usr/lib/libHalf.so.2
sudo ln -s /usr/lib/libIex.so.6.0.0 /usr/lib/libIex.so.2

Machine is running Lucid. Also attached one of the Hugin logs.





Follow ups

References