[Bug 298181] Re: Hugin will not start; missing library libImath.so.2

2008-11-28 Thread fabrice_sp
If you still have the original sources, you can try with make uninstall (have a look at MAkefile file to have an idea). Anyway, the problem doesn't come from Ubuntu package, so I close this bug. ** Changed in: hugin (Ubuntu) Status: Incomplete => Invalid -- Hugin will not start; missing

[Bug 298181] Re: Hugin will not start; missing library libImath.so.2

2008-11-25 Thread Nattgew
You're probably right... I don't know how to uninstall it short of deleting stuff from /usr/local or reinstalling the OS... -- Hugin will not start; missing library libImath.so.2 https://bugs.launchpad.net/bugs/298181 You received this bug notification because you are a member of Ubuntu Bugs, whi

[Bug 298181] Re: Hugin will not start; missing library libImath.so.2

2008-11-25 Thread fabrice_sp
Hi, This is because you compiled hugin from source (that's why the path is /usr/local/bin), and installed it. That's what screw everything (you can see that the legal installation is using at least a lib from /usr/local/lib). Can you uninstall it and reinstall the regular version with synaptic?

[Bug 298181] Re: Hugin will not start; missing library libImath.so.2

2008-11-25 Thread Nattgew
$ type hugin hugin is hashed (/usr/local/bin/hugin) $ hugin hugin: error while loading shared libraries: libImath.so.2: cannot open shared object file: No such file or directory I noticed that the type gave a different path from the one you ran ldd on. I tried running it from there and got $ /

[Bug 298181] Re: Hugin will not start; missing library libImath.so.2

2008-11-24 Thread fabrice_sp
Hi, Can you try to completely uninstall hugin with sudo apt-get purge hugin remove dependencies with sudo apt-get autoremove and reinstall hugin with sudo apt-get install hugin If still failing, please send the result of the commands: type hugin ldd /usr/bin/hugin hugin (to run hugin from co

[Bug 298181] Re: Hugin will not start; missing library libImath.so.2

2008-11-24 Thread Nattgew
** Attachment added: "apt-cache showpkg libilmbase-dev" http://launchpadlibrarian.net/19914149/lib -- Hugin will not start; missing library libImath.so.2 https://bugs.launchpad.net/bugs/298181 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to U

[Bug 298181] Re: Hugin will not start; missing library libImath.so.2

2008-11-24 Thread Nattgew
** Attachment added: "apt-cache showpkg hugin" http://launchpadlibrarian.net/19914134/hugin -- Hugin will not start; missing library libImath.so.2 https://bugs.launchpad.net/bugs/298181 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 298181] Re: Hugin will not start; missing library libImath.so.2

2008-11-23 Thread fabrice_sp
Can you post the result of the following commands: apt-cache showpkg hugin apt-cache showpkg libilmbase-dev -- Hugin will not start; missing library libImath.so.2 https://bugs.launchpad.net/bugs/298181 You received this bug notification because you are a member of Ubuntu Bugs, which is subscrib

[Bug 298181] Re: Hugin will not start; missing library libImath.so.2

2008-11-21 Thread Nattgew
I tried updating to that version, and I still get the same error. -- Hugin will not start; missing library libImath.so.2 https://bugs.launchpad.net/bugs/298181 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 298181] Re: Hugin will not start; missing library libImath.so.2

2008-11-19 Thread fabrice_sp
By the way, the url of my ppa is http://ppa.launchpad.net/fabricesp/ubuntu ** Changed in: hugin (Ubuntu) Status: New => Incomplete -- Hugin will not start; missing library libImath.so.2 https://bugs.launchpad.net/bugs/298181 You received this bug notification because you are a member of U

[Bug 298181] Re: Hugin will not start; missing library libImath.so.2

2008-11-19 Thread fabrice_sp
Hi, Can you test with the version in my ppa? It's final 0.7.0 version, and it fixed a lot of bugs already. If it works, I will push it to Jaunty, and backport it to Intrepid. Thanks, Fabrice -- Hugin will not start; missing library libImath.so.2 https://bugs.launchpad.net/bugs/298181 You recei

[Bug 298181] Re: Hugin will not start; missing library libImath.so.2

2008-11-16 Thread JoelOl75
Hardy up to date on x64 has libImath.so.2 and IS linked to libImath.so.2.0.2 [EMAIL PROTECTED]:/usr/lib$ ls -la libImath* lrwxrwxrwx 1 root root17 2008-05-14 16:14 libImath.so.2 -> libImath.so.2.0.2 -rw-r--r-- 1 root root 22096 2007-12-07 18:42 libImath.so.2.0.2 Now, I do have an Intrepid ins

[Bug 298181] Re: Hugin will not start; missing library libImath.so.2

2008-11-15 Thread StefanPotyra
Well, if any program needs that libIMath.so.2, you'd eventually break it with it. Granted, if that link *doesn't* exist on your system, I doubt it will break anything. -- Hugin will not start; missing library libImath.so.2 https://bugs.launchpad.net/bugs/298181 You received this bug notification

[Bug 298181] Re: Hugin will not start; missing library libImath.so.2

2008-11-15 Thread Nattgew
Thanks for the comments... any reason why linking the library is a bad idea? That's what I was going to do, but I didn't know where it needed to be. -- Hugin will not start; missing library libImath.so.2 https://bugs.launchpad.net/bugs/298181 You received this bug notification because you are a

[Bug 298181] Re: Hugin will not start; missing library libImath.so.2

2008-11-14 Thread StefanPotyra
Hi, just a quick note, the solution from JoelOl75 is a bad advice, please don't follow it. Thanks, Stefan (currently trying to find the real issue). -- Hugin will not start; missing library libImath.so.2 https://bugs.launchpad.net/bugs/298181 You received this bug notification because yo

[Bug 298181] Re: Hugin will not start; missing library libImath.so.2

2008-11-14 Thread JoelOl75
Check /usr/lib for the libImath.so.2 file If it doesn't exist, but a file like libimath.so.2.0.2 or similar exists, create a symbolic link to it. Post back is the link is missing but the file is there. the command would be: sudo ln -s /usr/lib/libImath.so.2.0.x /usr/lib/libImath.so.2 substitut