On Tue, May 26, 2009 at 04:32:55PM -0600, Angus Ainslie wrote:
> On May 26, 2009 03:09:20 pm Marcel wrote:
> > Hello,
> >
> > I have installed intone 0.51 from
> > http://www.opkg.org/packages/intone_0.51_arm.ipk (where the dependency
> > libelementary0 is still there). Once I launch it, the binary is missing:
> >
> > r...@d-a318:~# intone
> > intone: error while loading shared libraries: libehal-ver-pre-01.so.0:
> > cannot open shared object file: No such file or directory
> >
> > But that lib certainly exists in /usr/lib and ldd shows the link as
> > "intact", too. That used to work before I killed my previous 2009
> > installation, but I cannot remember what I did to achieve that.
> > Can someone help?
> >
> > --
> > Marcel
> >
> >
> 
> Is edbus-ehal installed ?
> 
> Angus

Hello,

there is "svn" in library name like:

/usr/lib/libehal-ver-pre-svn-01.so.0

instead of required by intone:
/usr/lib/libehal-ver-pre-01.so.0

I created symlinks with required names with
cd /usr/lib; for i in libe*-ver-pre-svn-01.so.0; do echo $i; ln -s ${i} 
${i/-ver-pre-svn-01.so.0/-ver-pre-01.so.0}; done

-- 
uin:136542059                jid:martin.ja...@gmail.com
Jansa Martin                 sip:jama...@voip.wengo.fr 
JaMa                         

_______________________________________________
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community

Reply via email to