* Trouble in testing speech dispatcher.
@ Satyam
` Luke Yelavich
0 siblings, 1 reply; 6+ messages in thread
From: Satyam @ UTC (permalink / raw)
To: speakup
Dear list,
I installed speech dispatcher 0.6 on my Fedora core 3 box. All the
installation went fine.
When I am trying to test by issuing the command speech-dispatcher The
following noticed.
Cannot open the file libdotconfig.so.o: no such file or directory.
Please Help me in fixing this error.
Hope to hear from you.
Satyam.
--
Internal Virus Database is out-of-date.
Checked by AVG Free Edition.
Version: 7.1.385 / Virus Database: 268.6.0/341 - Release Date: 5/16/2006
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Trouble in testing speech dispatcher.
Trouble in testing speech dispatcher Satyam
@ ` Luke Yelavich
` Georgina Joyce
0 siblings, 1 reply; 6+ messages in thread
From: Luke Yelavich @ UTC (permalink / raw)
To: speakup
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Tue, May 30, 2006 at 12:15:03PM EST, Satyam wrote:
> Dear list,
> I installed speech dispatcher 0.6 on my Fedora core 3 box. All the
> installation went fine.
> When I am trying to test by issuing the command speech-dispatcher The
> following noticed.
> Cannot open the file libdotconfig.so.o: no such file or directory.
You need to install the dotconfig package for Fedora. How did you
install speech-dispatcher?
- --
Luke Yelavich
GPG key: 0xD06320CE
(http://www.themuso.com/themuso-gpg-key.txt)
Email & MSN: themuso@themuso.com
ICQ: 18444344
Jabber: themuso@jabber.org.au
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.2 (GNU/Linux)
iD8DBQFEe7usjVefwtBjIM4RAkxQAKDg5Qishd2qyhanEAnCTKlwmV9ZhwCg2jkC
gQrxg6+RWRTy5Qq6Ceu8Kjc=
=ix0a
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Trouble in testing speech dispatcher.
` Luke Yelavich
@ ` Georgina Joyce
0 siblings, 0 replies; 6+ messages in thread
From: Georgina Joyce @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
Hi
There's usually two possibilities when a system cannot find a library, either as suggested the package hasn't been installed or the ld.so.cache hasn't been updated. Have you tried ldconfig?
Gena
On Tue, May 30, 2006 at 01:27:40PM +1000, Luke Yelavich wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> On Tue, May 30, 2006 at 12:15:03PM EST, Satyam wrote:
> > Dear list,
> > I installed speech dispatcher 0.6 on my Fedora core 3 box. All the
> > installation went fine.
> > When I am trying to test by issuing the command speech-dispatcher The
> > following noticed.
> > Cannot open the file libdotconfig.so.o: no such file or directory.
>
> You need to install the dotconfig package for Fedora. How did you
> install speech-dispatcher?
> - --
> Luke Yelavich
> GPG key: 0xD06320CE
> (http://www.themuso.com/themuso-gpg-key.txt)
> Email & MSN: themuso@themuso.com
> ICQ: 18444344
> Jabber: themuso@jabber.org.au
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.2.2 (GNU/Linux)
>
> iD8DBQFEe7usjVefwtBjIM4RAkxQAKDg5Qishd2qyhanEAnCTKlwmV9ZhwCg2jkC
> gQrxg6+RWRTy5Qq6Ceu8Kjc=
> =ix0a
> -----END PGP SIGNATURE-----
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
---end quoted text---
--
2E0AXU
Freedom & Power provided by debian GNU Linux
^ permalink raw reply [flat|nested] 6+ messages in thread
* RE: Trouble in testing speech dispatcher.
[not found] ` <000401c683ef$2635cbc0$0301a8c0@alastair>
@ ` Alastair Irving
0 siblings, 0 replies; 6+ messages in thread
From: Alastair Irving @ UTC (permalink / raw)
To: satyanarayanamurthy.tanikella,
'Speakup is a screen review system for Linux.'
You will have to use ldconfig /usr/local/lib so that your system can
find the library.
Alastair Irving
e-mail (and MSN): alastairirving19@hotmail.com
-----Original Message-----
From: speakup-bounces@braille.uwo.ca
[mailto:speakup-bounces@braille.uwo.ca] On Behalf Of Satyam
Sent: 30 May 2006 14:33
To: themuso@themuso.com
Cc: speakup@braille.uwo.ca
Subject: Re: Trouble in testing speech dispatcher.
Dear Friend,
I installed dotconf as per the instructions of install document of
speech dispatcher 0.6 I installed speech dispatcher as follows. First I
un tared the source tarball and issued command ./configure Make all
Finally after making su
I installed make install.
I could find dotconf-1.0.so.o in /usr/local/lib
Now please tell me what I have to do.
Hope to hear from you.
Satyam.
--
Internal Virus Database is out-of-date.
Checked by AVG Free Edition.
Version: 7.1.385 / Virus Database: 268.6.0/341 - Release Date: 5/16/2006
_______________________________________________
Speakup mailing list
Speakup@braille.uwo.ca
http://speech.braille.uwo.ca/mailman/listinfo/speakup
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Trouble in testing speech dispatcher.
Satyam
@ ` Willem van der Walt
[not found] ` <000401c683ef$2635cbc0$0301a8c0@alastair>
1 sibling, 0 replies; 6+ messages in thread
From: Willem van der Walt @ UTC (permalink / raw)
To: satyanarayanamurthy.tanikella,
Speakup is a screen review system for Linux.
Make sure you have the line /usr/local/lib in the file /etc/ld.so.conf
If not add it there.
and run ldconfig as root.
./configure without options will require flite compiled with shared libs.
HTH Willem
On Tue, 30 May 2006, Satyam wrote:
> Dear Friend,
> I installed dotconf as per the instructions of install document of
> speech dispatcher 0.6
> I installed speech dispatcher as follows.
> First I un tared the source tarball and issued command ./configure
> Make all
> Finally after making su
> I installed make install.
> I could find dotconf-1.0.so.o in /usr/local/lib
> Now please tell me what I have to do.
> Hope to hear from you.
> Satyam.
>
>
>
> --
> Internal Virus Database is out-of-date.
> Checked by AVG Free Edition.
> Version: 7.1.385 / Virus Database: 268.6.0/341 - Release Date: 5/16/2006
>
>
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
>
--
This message is subject to the CSIR's copyright, terms and conditions and
e-mail legal notice. Views expressed herein do not necessarily represent the
views of the CSIR.
CSIR E-mail Legal Notice
http://mail.csir.co.za/CSIR_eMail_Legal_Notice.html
CSIR Copyright, Terms and Conditions
http://mail.csir.co.za/CSIR_Copyright.html
For electronic copies of the CSIR Copyright, Terms and Conditions and the CSIR
Legal Notice send a blank message with REQUEST LEGAL in the subject line to
HelpDesk@csir.co.za.
This message has been scanned for viruses and dangerous content by MailScanner,
and is believed to be clean. MailScanner thanks Transtec Computers for their support.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Trouble in testing speech dispatcher.
@ Satyam
` Willem van der Walt
[not found] ` <000401c683ef$2635cbc0$0301a8c0@alastair>
0 siblings, 2 replies; 6+ messages in thread
From: Satyam @ UTC (permalink / raw)
To: themuso; +Cc: speakup
Dear Friend,
I installed dotconf as per the instructions of install document of
speech dispatcher 0.6
I installed speech dispatcher as follows.
First I un tared the source tarball and issued command ./configure
Make all
Finally after making su
I installed make install.
I could find dotconf-1.0.so.o in /usr/local/lib
Now please tell me what I have to do.
Hope to hear from you.
Satyam.
--
Internal Virus Database is out-of-date.
Checked by AVG Free Edition.
Version: 7.1.385 / Virus Database: 268.6.0/341 - Release Date: 5/16/2006
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~ UTC | newest]
Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
Trouble in testing speech dispatcher Satyam
` Luke Yelavich
` Georgina Joyce
Satyam
` Willem van der Walt
[not found] ` <000401c683ef$2635cbc0$0301a8c0@alastair>
` Alastair Irving
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).