On Wed, Oct 30, 2013 at 01:44:23PM -0400, Ramsey Hazbun wrote: > A follow-up. I realize now that my compiled gwyddion is not working (the > apt package did). I get the following error on start-up: > Application and library version do not match: 2.33 vs. 2.31 > I imagine this is because I had the ubuntu package installed previously.
This is not a fatal error but it indicates something is amiss – and something else may fail later. If you have a system package installed and also gwyddion compiled from source code, and want to use the latter, it may be necessary to set a few environment variables to ensure the compiled version takes precedence. Namely you need to set LD_LIBRARY_PATH (to include the lib directory), PYTHONPATH (to include the site-packages directory containing gwy.so) and PATH. Regards, Yeti ------------------------------------------------------------------------------ Android is increasing in popularity, but the open development platform that developers love is also attractive to malware creators. Download this white paper to learn more about secure code signing practices that can help keep Android apps secure. http://pubads.g.doubleclick.net/gampad/clk?id=65839951&iu=/4140/ostg.clktrk _______________________________________________ Gwyddion-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/gwyddion-users
