public inbox for speakup@linux-speakup.org
 help / color / mirror / Atom feed
* shared object: libaflib
@  Cheryl Homiak
   ` Kirk Reiser
  0 siblings, 1 reply; 6+ messages in thread
From: Cheryl Homiak @  UTC (permalink / raw)
  To: speakup

Tried listen-up with a bookshare book; I knew it wasn't supposed to work but wanted to see what happened.
The error I got involves libaflib.so (sorry I don't have the version number in front of me) which from my google search appears to be part of jMax; this appears to be a kernel patch, though I could be wrong about this. Are we going to have to patch jMax or will there be another workaround for this? I also saw rpm's for jMax (I think suse was mentioned in the google reference) but didn't find anything else; no debian package for instance.

Thanks.

Cheryl

Cheryl


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: shared object: libaflib
   shared object: libaflib Cheryl Homiak
@  ` Kirk Reiser
     ` Cheryl Homiak
  0 siblings, 1 reply; 6+ messages in thread
From: Kirk Reiser @  UTC (permalink / raw)
  To: speakup

libaflib is part of the open source audio library package so if you
got an error like not being able to find shared object then you didn't
compile and install osalp-0.7.3 correctly.

  Kirk

-- 

Kirk Reiser				The Computer Braille Facility
e-mail: kirk@braille.uwo.ca		University of Western Ontario
phone: (519) 661-3061


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: shared object: libaflib
   ` Kirk Reiser
@    ` Cheryl Homiak
       ` Kirk Reiser
       ` Ryan Mann
  0 siblings, 2 replies; 6+ messages in thread
From: Cheryl Homiak @  UTC (permalink / raw)
  To: speakup

Hi Kirk.
I installed osalp-0.7.3  before I installed listen-up. I performed all the steps and got no errors. It was your usual ./configure, make, make install. Not sure what I could have done to that. A search of my system with 'find" reveals that I do indeed have the file in question. so it appears to me that I either have to change my path or the path in which listen-up looks; I installed both listen-up and osalp from /usr/local/src so maybe /usr/local/lib isn't being searched for some reason?

Cheryl

Cheryl




^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: shared object: libaflib
     ` Cheryl Homiak
@      ` Kirk Reiser
       ` Ryan Mann
  1 sibling, 0 replies; 6+ messages in thread
From: Kirk Reiser @  UTC (permalink / raw)
  To: speakup

You can check to see what directories are being searched by looking at
your /etc/ldso.conf file.  Check to see if there is a /sr/local/lib
line in there.  If not, edit the file and place the directory at the
bottom of the file and save.  Then you will need to run ldconfig to
tell the loader to recompile the library paths.

  Kirk

-- 

Kirk Reiser				The Computer Braille Facility
e-mail: kirk@braille.uwo.ca		University of Western Ontario
phone: (519) 661-3061


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: shared object: libaflib
     ` Cheryl Homiak
       ` Kirk Reiser
@      ` Ryan Mann
         ` Steve Holmes
  1 sibling, 1 reply; 6+ messages in thread
From: Ryan Mann @  UTC (permalink / raw)
  To: speakup

Try adding /usr/local/lib to /etc/ld.so.conf and running ldconfig.





	Are you tired of Microsoft's expensive prices?  Let's stand up to the
money-hungry company and switch to Linux.  Find out more at
http://www.linux.org or http://www.linuxtoday.com.

Sincerely, Ryan Mann

On Wed, 13 Aug 2003, Cheryl Homiak wrote:

> Hi Kirk.
> I installed osalp-0.7.3  before I installed listen-up. I performed all the steps and got no errors. It was your usual ./configure, make, make install. Not sure what I could have done to that. A search of my system with 'find" reveals that I do indeed have the file in question. so it appears to me that I either have to change my path or the path in which listen-up looks; I installed both listen-up and osalp from /usr/local/src so maybe /usr/local/lib isn't being searched for some reason?
>
> Cheryl
>
> Cheryl
>
>
>
> _______________________________________________
> 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: shared object: libaflib
       ` Ryan Mann
@        ` Steve Holmes
  0 siblings, 0 replies; 6+ messages in thread
From: Steve Holmes @  UTC (permalink / raw)
  To: speakup

You also need to verify where listen-up's Makefile looks for the
includes.  By default, it looks in /usr/include and in my case, it
needed to be changed to /usr/local/include.  However, I was dealing
with a problem with libxml2; pretty sure my osalp stuff went without a
hitch.  I personally think the Makefile should by default do this in
/usr/local since these are typically locally installed and probably
don't come from distro packages.  This could ultimately be worked with
an auto configure script.  I would like to see if I could make an auto
configure script for listen-up once I get a clean compile with the
current structure first.

On Wed, Aug 13, 2003 at 04:07:29PM -0500, Ryan Mann wrote:
> Try adding /usr/local/lib to /etc/ld.so.conf and running ldconfig.
> 
> 
> 
> 
> 
> 	Are you tired of Microsoft's expensive prices?  Let's stand up to the
> money-hungry company and switch to Linux.  Find out more at
> http://www.linux.org or http://www.linuxtoday.com.
> 
> Sincerely, Ryan Mann
> 
> On Wed, 13 Aug 2003, Cheryl Homiak wrote:
> 
> > Hi Kirk.
> > I installed osalp-0.7.3  before I installed listen-up. I performed all the steps and got no errors. It was your usual ./configure, make, make install. Not sure what I could have done to that. A search of my system with 'find" reveals that I do indeed have the file in question. so it appears to me that I either have to change my path or the path in which listen-up looks; I installed both listen-up and osalp from /usr/local/src so maybe /usr/local/lib isn't being searched for some reason?
> >
> > Cheryl
> >
> > Cheryl
> >
> >
> >
> > _______________________________________________
> > Speakup mailing list
> > Speakup@braille.uwo.ca
> > http://speech.braille.uwo.ca/mailman/listinfo/speakup
> >
> 
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup

-- 
Make sure your E-mail can be read by everyone!
http://www.betips.net/etc/evilmail.html


^ 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 --
 shared object: libaflib Cheryl Homiak
 ` Kirk Reiser
   ` Cheryl Homiak
     ` Kirk Reiser
     ` Ryan Mann
       ` Steve Holmes

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).