Hello Benjamin, On Thu, Mar 02, 2017 at 01:13:53PM +0100, Benjamin Aigner wrote: > currently KiCad does not start any of its parts (eeschema, pcbnew,...) > with the mentioned error message: > > 12:46:30: libGLEW.so.1.13: cannot open shared object file: No such file > or directory > 12:46:30: IO_ERROR: Fatal Installation Bug. File: > '/usr/local/bin/_eeschema.kiface'
you are sure you called /usr/bin/kicad ? Even the buildd have noch such installation folder so I assume you have some local build or alias what maybe conflict with teh regular installation. > could not be loaded > Perhaps a shared library (.dll or .so) file is missing. > - From command line: argv[0]: > '/usr/local/bin/kicad' ^^^^^^^^^^^^^^^^^^^ > from /home/---/Downloads/kicad-4.0.4/common/kiway.cpp : KiFACE() : line 225 How do you start KiCad? What is /usr/bin/kicad? A symlink to something different location? Did you modify your PATH environment? What happen if you call kicad from a CLI by typing /usr/bin/kicad ? > Most simple workaround/"solution", link the libGLEW to the new version: > > > cd /usr/lib/x86_64-linux-gnu/ > ln -s libGLEW.so.2.0.0 libGLEW.so.1.13 Some old version of kicad has had a mismatch of libGLEW but not in 4.0.4+dfsg[x] anymore. > BTW: I'm not sure, why there is a path to my Downloads folder. Fact is, > that this folder does not exist and I re-installed KiCad via apt-get > purge and apt-get install. Please inspect you local environment, I'm pretty sure you have some modified locally so the calls not working correctly. Regards Carsten

