Hi all- After installing the latest version and release of Phenix (1.8.1-1168) onto our Linux workstation and setting the environment for bash, I get the following error upon trying to launch Phenix from the command line: ImportError: libjpeg.so.62: cannot open shared object file: No such file or directory I've never seen this before (previous versions of Phenix have run fine on this machine) and don't know what this file is exactly and where it should be located. Anyone come across this and know if there is a fix (or if I'm just doing something stupid!). Thanks! Brad C. Bennett Research Associate- Mark Yeager Lab University of Virginia Molecular Physiology and Biological Physics 320 Snyder Building 480 Ray C. Hunt Drive Charlottesville, VA 22908 Email: [email protected] Lab phone: 434-243-2520
On Fri, Nov 30, 2012 at 10:08 AM, Brad C. Bennett
After installing the latest version and release of Phenix (1.8.1-1168) onto our Linux workstation and setting the environment for bash, I get the following error upon trying to launch Phenix from the command line:
ImportError: libjpeg.so.62: cannot open shared object file: No such file or directory
I've never seen this before (previous versions of Phenix have run fine on this machine) and don't know what this file is exactly and where it should be located. Anyone come across this and know if there is a fix (or if I'm just doing something stupid!).
No, this is an issue with newer versions of Ubuntu (and possibly other distributions), which ship a newer JPEG library than what we build against. Fortunately it is easy to obtain the correct library. Try running this command: sudo apt-get install libjpeg62 Let me know if that doesn't fix the problem. -Nat
Hi Nat-
Perfect! Got it.
Thanks!
Brad
On Fri, 30 Nov 2012 10:11:55 -0800
Nathaniel Echols
On Fri, Nov 30, 2012 at 10:08 AM, Brad C. Bennett
wrote: After installing the latest version and release of Phenix (1.8.1-1168) onto our Linux workstation and setting the environment for bash, I get the following error upon trying to launch Phenix from the command line:
ImportError: libjpeg.so.62: cannot open shared object file: No such file or directory
I've never seen this before (previous versions of Phenix have run fine on this machine) and don't know what this file is exactly and where it should be located. Anyone come across this and know if there is a fix (or if I'm just doing something stupid!).
No, this is an issue with newer versions of Ubuntu (and possibly other distributions), which ship a newer JPEG library than what we build against. Fortunately it is easy to obtain the correct library. Try running this command:
sudo apt-get install libjpeg62
Let me know if that doesn't fix the problem.
-Nat _______________________________________________ phenixbb mailing list [email protected] http://phenix-online.org/mailman/listinfo/phenixbb
Brad C. Bennett Research Associate- Mark Yeager Lab University of Virginia Molecular Physiology and Biological Physics 320 Snyder Building 480 Ray C. Hunt Drive Charlottesville, VA 22908 Email: [email protected] Lab phone: 434-243-2520
participants (2)
-
Brad C. Bennett
-
Nathaniel Echols