speechd-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

error while loading shared libraries: libdotconf


From: Hynek Hanke
Subject: error while loading shared libraries: libdotconf
Date: Mon Sep 4 09:59:50 2006

>     mi> I have just installed speech dispatcher 0.6 from tarball, the
>     mi> installation was successfully but when I run speech-dispatcher I
>     mi> have this error
>     mi> speech-dispatcher: error while loading shared libraries:
>     mi> libdotconf-1.0.so.0: cannot open shared object file: No such
>     mi> file or directory
> Try install speechd again but before remove all libspeechd. I'm not sure
> if it help....

No, I don't think this will help. It has nothing to do with libspeechd
and removing all libspeechd is not a good idea because some applications
on the system might be linked against older versions of libspeechd
and this would break them.

mooncar, I think there is some mess with the instalation of libdotconf.
The configure script for Dispatcher performs a check if the library
is available and from your writing it seems it passed the check.
You also say you have libdotconf installed. Maybe you did configure
as another user as the one who is trying to do make or something
like that?

I'd guess that gcc is not looking into /usr/local/lib for the library
and only looks into /usr/lib. Try compiling again, starting with
        make clean
        LDFLAGS="-L/usr/local/lib" ./configure

If it doesn't help, do

        make clean
        ./configure 2&> configure.log
        make 2&> make.log

and send me the two .log files so that I can see what is wrong.

Have a nice day,
Hynek


reply via email to

[Prev in Thread] Current Thread [Next in Thread]