On Thu, 2008-01-24 at 07:52 -0800, Bryan Stevenson wrote:
> Mark Ellis wrote: 
> > On Wed, 2008-01-23 at 15:14 -0800, Bryan Stevenson wrote:
> >   
> > > Mark Ellis wrote: 
> > >     
> > > > On Tue, 2008-01-22 at 17:33 -0800, Bryan Stevenson wrote:
> > > >   
> > > > What versions of librapi2 and python-rapi2 are you using, and do they
> > > > match ? rapi_connection_from_path is a function in librapi2 that was
> > > > replaced by rapi_connection_from_name, so I'd guess that your librapi2
> > > > is newer, and python-rapi2 is saying it cant find the function.
> > > >       
> > > ...and now my lack of Linux experience shines through ;-)
> > > 
> > > How do I find a library's version?
> > > 
> > > I'll add that I did exactly what is laid out on this page:
> > >     
> > > > http://www.synce.org/moin/SynceWithUbuntu
> > > >       
> > > So whatever versions are installed by doing that I have (although I know 
> > > that's not conclusive proof until I actaully check the version) ;-)
> > > 
> > > Other that the version checking bit I completely understand what you've 
> > > said.
> > > 
> > >     
> > 
> >   
> Here's the output:
> --------------------------------------------------------------------------------------------------------------
> [EMAIL PROTECTED]:~$ dpkg -l '*rapi*'
> Desired=Unknown/Install/Remove/Purge/Hold
> |
> Status=Not/Installed/Config-f/Unpacked/Failed-cfg/Half-inst/t-aWait/T-pend
> |/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err:
> uppercase=bad)
> ||/ Name           Version        Description
> +++-==============-==============-============================================
> ii  librapi2       0.10.0-1jc2k1  Make RAPI calls to a Windows Mobile
> device, 
> ii  librapi2-tools 0.10.0-1jc2k1  Tools for talking to a Windows
> Mobile machin
> ii  libtext-wrapi1 0.06-5         internationalized substitute of
> Text::Wrap
> ii  python-rapi2   0.10.0-1jc2k1  Make RAPI calls to a Windows Mobile
> device, 
> un  python2.5-rapi <none>         (no description available)
> --------------------------------------------------------------------------------------------------------------
> So there we go....looks like they are both the same version
> (0.10.0-1jc2k1), but maybe something else in the output above will
> spark something for ya ;-)
> 
Nope, looks fine. You could try rebuilding the package, it's quite
straightforward, but you may need to install some more development
tools.

apt-get source librapi2
cd librapi2-blahblah
dpkg-buildpackage
cd ..
dpkg -i librapi2*deb

Nothing else springs to mind at the moment, I'll let you know if I think
of anything.

Mark


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
SynCE-Devel mailing list
SynCE-Devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synce-devel

Reply via email to