OK. I think you need to learn how to find things on your computer. Some strategies for you: 1.) the locate command. It's very cool. I often use it with grep like this: locate kernel |grep -v src which says show me all files that have "kernel" in the filename except for those that also have "src" as part of the path or the filename. If I wanted to see all the rpm packages that have kernel, but not src, I would do: locate kernel |grep -v src |grep rpm 2.) find is your powerful friend. To "start from here (as in pwd) and look through all files in all subdirectories below where I am that start with "kernel" I might do: find . -name kernel* PS: The answer to your "where is it question" is /usr/local/etc. I gave you the rest because you've asked several "where is it" questions in the last week. You can also take your questions like this to Google, by the way. You'd be delighted if you'd simply go to http://www.google.com/linux and put "speechd_up" into the search field. So, my friend, learn to fish. I'm done giving you fish. Juan Hernandez writes: > cool, thanks, I did this, and you are right. thanks, is there any > documentation on how to link this to speakup? I got speechd_up installed. > > how do I create a device in /dev, it says in the documentation called > /dev/softsynth > ----- Original Message ----- > From: "Janina Sajka" <janina at rednote.net> > To: "Speakup is a screen review system for Linux." <speakup at braille.uwo.ca> > Sent: Monday, September 20, 2004 3:12 PM > Subject: Re: speech dispatcher and dotconf libs > > > > Well, you should figure it out, I think. Maybe rerun make install and > > monitor the messages. I'm willing to bet you need to add a path to > > /etc/ld.so.conf, probably /usr/local/lib. > > > > As a matter of fact, when I look at my portable that has > > speech-dispatcher, that's exactly where they are. So, if you find them > > there, add that path and rerun ldconfig. > > > > Juan Hernandez writes: > > > I don't know where it installed the libs, they path for the dotconf libs > are > > > not in /etc/ld.so.conf file > > > > > > and yes, I did do ldconfig after installing the package. any ideas? > I'm on > > > fedora core 2. I installed flite from some rpms and it works great, now > I > > > am trying to get speechdispatcher installed and running. > > > > > > > > > ----- Original Message ----- > > > From: "Janina Sajka" <janina at rednote.net> > > > To: "Speakup is a screen review system for Linux." > <speakup at braille.uwo.ca> > > > Sent: Monday, September 20, 2004 10:16 AM > > > Subject: Re: speech dispatcher and dotconf libs > > > > > > > > > > Well, were are those libs? Is that directory referenced in > > > > /etc/ld.so.conf? And, did you run ldconfig after installing? > > > > > > > > Juan Hernandez writes: > > > > > Hi, I am working on getting software speech. I installed the > dotconf > > > libs, I downloaded them from azzit.de/dotconf website thats thd url > given in > > > speech dispatcher. I installed them the standard way, ./configure ; > make ; > > > make install. that went great, then I went to configure speech > dispatcher, > > > it compiled correctly. when I went to run it, I couldn't get it to run, > so > > > I give speech-dispatcher the -s option for running in single mode, and I > saw > > > it couldn't find the dogconf libs, any ideas? thanks > > > > > _______________________________________________ > > > > > Speakup mailing list > > > > > Speakup at braille.uwo.ca > > > > > http://speech.braille.uwo.ca/mailman/listinfo/speakup > > > > > > > > -- > > > > > > > > Janina Sajka, Chair > > > > Accessibility Workgroup > > > > Free Standards Group (FSG) > > > > > > > > janina at freestandards.org Phone: +1 202.494.7040 > > > > > > > > > > > > _______________________________________________ > > > > Speakup mailing list > > > > Speakup at braille.uwo.ca > > > > http://speech.braille.uwo.ca/mailman/listinfo/speakup > > > > > > > > > > > > _______________________________________________ > > > Speakup mailing list > > > Speakup at braille.uwo.ca > > > http://speech.braille.uwo.ca/mailman/listinfo/speakup > > > > -- > > > > Janina Sajka, Chair > > Accessibility Workgroup > > Free Standards Group (FSG) > > > > janina at freestandards.org Phone: +1 202.494.7040 > > > > > > _______________________________________________ > > Speakup mailing list > > Speakup at braille.uwo.ca > > http://speech.braille.uwo.ca/mailman/listinfo/speakup > > > > > > _______________________________________________ > Speakup mailing list > Speakup at braille.uwo.ca > http://speech.braille.uwo.ca/mailman/listinfo/speakup -- Janina Sajka, Chair Accessibility Workgroup Free Standards Group (FSG) janina at freestandards.org Phone: +1 202.494.7040