[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
error while loading shared libraries: libdotconf
From: |
mooncar |
Subject: |
error while loading shared libraries: libdotconf |
Date: |
Sun Aug 13 12:52:51 2006 |
I have resolved by adding /usr/local/lib in the conf file for ldconfig, and
re-running ldconfig.
Now i haven't errors when i start speechdispatcher, but when I type spd-say
"hello"
the connection is closed.. the festival.log file is
Thu Feb 16 17:44:39 2006 [509392] ALSA: Opening ALSA sound output
Thu Feb 16 17:44:39 2006 [509466] ALSA: Opening ALSA device
Thu Feb 16 17:44:39 2006 [511380] ALSA: Allocating new sw_params structure
Thu Feb 16 17:44:39 2006 [511422] ALSA: Opening ALSA device ... success
Thu Feb 16 17:44:39 2006 [511435] ALSA: Device 'default' initialized
succesfully.
Thu Feb 16 17:45:02 2006 [784243] ALSA: Start of playback on ALSA
Thu Feb 16 17:45:02 2006 [784298] ALSA: Allocating new hw_params structure
Thu Feb 16 17:45:02 2006 [784894] ALSA: PCM state before setting audio
parameters: OPEN
Thu Feb 16 17:45:02 2006 [784921] ALSA: Setting access type to INTERLEAVED
Thu Feb 16 17:45:02 2006 [785054] ALSA: Setting sample format to S16_LE
Thu Feb 16 17:45:02 2006 [785135] ALSA: Setting sample rate to 16000
Thu Feb 16 17:45:02 2006 [785272] ALSA: Setting channel count to 1
Thu Feb 16 17:45:02 2006 [785330] ALSA: Setting hardware parameters on the
ALSA device
Thu Feb 16 17:45:02 2006 [786020] ALSA: Buffer size on ALSA device is 677 bytes
Thu Feb 16 17:45:02 2006 [786044] ALSA: Preparing device for playback
Thu Feb 16 17:45:02 2006 [786157] ALSA: volume size = 25800
Thu Feb 16 17:45:02 2006 [786169] ALSA: Making copy of track and adjusting
volume
Thu Feb 16 17:45:02 2006 [786326] ALSA: Filling with silence up to the period
size, silent_samples=1
pcm.c:5958: snd_pcm_mmap_commit: Assertion `frames <= snd_pcm_mmap_avail(pcm)'
failed.
My festival is ok, it works... it's festival 1.4.2.
> > 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
>
>
_______________________________________________
Speechd mailing list
address@hidden
http://lists.freebsoft.org/mailman/listinfo/speechd