hi,
i've installed a new version (version 20021103) of gEDA on my RedHat
7.3, with the default options and directories.
All the installation had run without any error message.
But now i want to run gschem, and i got:
# gschem
gschem: error while loading shared libraries: libgeda.so.17: cannot
open
shared object file: No such file or directory
gschem is in :
# which gschem
/usr/local/bin/gschem
and libgeda are installed in /usr/local/lib
# ldd /usr/local/bin/gschem
libgeda.so.17 => not found
Try add /usr/local/lib to /etc/ld.so.conf file and then run `ldconfig`
(as root).