On Tue, 2008-07-22 at 16:43 -0400, Ian Chapman wrote: > I have updated from gEDA 1.2 to 1.4 from the many tarballs. Maybe I > should have un-installed first. When I run gschem I get this error *** > gschem: error while loading shared libraries: libgeda.so.33: cannot open > shared object file: No such file or directory) *** errr 1.2 was > installed from tarballs and libgeda-1.4.0 was also from tarballs. Any > suggestions greatly appreciated. Regards Ian.
As you suggested, perhaps try uninstalling the old version, then re-install. When you build from tarballs (if building each separately), make sure you install libgeda first before building the other tools. You will need the paths set appropriately to where you installed them. If it is "/usr/local/..." it should be fine, but if it is $HOME/geda, you will of course need: export LD_LIBRARY_PATH=$HOME/geda/lib:/home/pcjc2/geda/lib/gnucap:$ export PATH=$HOME/geda/bin:$PATH export PKG_CONFIG_PATH=$HOME/geda/lib/pkgconfig:$PKG_CONFIG_PATH These are as suggested by the gEDA toplevel Makefile, and should be set before building / installing / running the suite. Note that non /usr/local, or distro (/usr/) installs will not work with menu-shortcuts / clicking on files in the file browser. (IE.. you need to launch the gEDA tools from the command line.) -- Peter Clifton Electrical Engineering Division, Engineering Department, University of Cambridge, 9, JJ Thomson Avenue, Cambridge CB3 0FA Tel: +44 (0)7729 980173 - (No signal in the lab!) _______________________________________________ geda-user mailing list [email protected] http://www.seul.org/cgi-bin/mailman/listinfo/geda-user

