Discussion:
speech-dispatcher-git: ltdl library missing
Rob
2018-07-09 12:11:57 UTC
Permalink
When trying to install speech-dispatcher from git, I got the following error:
./configure -q --prefix=/usr --sysconfdir=/etc --localstatedir=/var --disable-static
configure: error: in `/tmp/s/speechd':
configure: error: ltdl library missing
See `config.log' for more details
My googling showed that ltdl is part of libtool, which is already installed. The host is Debian 9.
Any thoughts here?
Justin Skists
2018-07-09 12:36:24 UTC
Permalink
Post by Rob
./configure -q --prefix=/usr --sysconfdir=/etc --localstatedir=/var --disable-static
configure: error: ltdl library missing
See `config.log' for more details
My googling showed that ltdl is part of libtool, which is already installed. The host is Debian 9.
Any thoughts here?
Try installing libltdl-dev

Hope that helps
Justin.

Loading...