[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: gEDA-user: Problem installing RPMs on Red Hat 9



> I downloaded the 20040111 binary RPMs from the Binary Downloads page of
> the gEDA site: http://geda.seul.org/binary.html but got the following
> errors when I attempted to install them:
> 
> [root@rodan]# rpm -Uvh *.i386.rpm
> error: Failed dependencies:
>         libguile-ltdl.so.1 is needed by geda-gnetlist-20040111-1
>         libguile-ltdl.so.1 is needed by geda-gschem-20040111-1
>         libguile-ltdl.so.1 is needed by geda-gsymcheck-20040111-1
>         libguile-ltdl.so.1 is needed by geda-utils-20040111-1
>         libguile-ltdl.so.1 is needed by libgeda-20040111-1
> 
> The guile-1.6.0-4 and guile-devel-1.6.0-4 packages are installed but do
> not seem to provide libguile-ltdl.so.1 - what package does this library
> come from?

Where was guile installed?   GNU stuff usually wants to go into
/usr/local/*, but Red Hat tends to put stuff into /usr/*.
Consequently, smetimes packages seem to be missing when they are
simply living in the other location.  When this happens, I typically
make a symlink from one directory to the other.

Of course, this may not have been your problem. . . .

Stuart