Le jeudi 30 décembre 2010 à 14:50 -0800, Capitale a écrit :
> Hi all
> 
> 
> I just got a Blackberry 9700 Bold and was searching for programs to
> make it interact with my Ubuntu 10.04 (kernel 2.6.32-27, 64 bits).
> Barry seemed way to go. 
> 
> 
> I chose not to use the packages in Ubuntu but to compile frem source.
> I cloned the source code from git repo today (30.12.2010, commit
> 47b10cf48b3ad69b585bb1011091af6fc16aa253) and followed the
> instructions in http://netdirect.ca/software/packages/barry/cvs.php
> (first I installed the dependencies mentioned in
> http://netdirect.ca/software/packages/barry/dependencies.php).
> Apparently everything went on smoothly, no errors. But then I tried
> running btool, bjavaloader, pppob and they throw this error:
> 
> 
> bjavaloader: error while loading shared libraries: libbarry.so.17:
> cannot open shared object file: No such file or directory
> 
> 
> bcharge and breset don't throw any error; I didn't try all the
> programs installed in the installation process.
> 
> 
> Could anyone give me a hand in getting this working? I can provide
> more info, just let me know what. As I see in the mail list a 0.17
> version is being discussed, I guess that would help me.
> 
> 
> Thank you
> Capitale

By default, all has to be install into :
/usr/local/bin
/usr/local/lib
...

Check you have "/usr/local/lib" into your LIBRARY path.

Or :

[r...@dahlia /root]$ cat /etc/ld.so.conf
include /etc/ld.so.conf.d/*.conf

[r...@dahlia /root]$ cat /etc/ld.so.conf.d/libc.conf
# libc default configuration
/usr/local/lib

Regards,

Nicolas



------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Barry-devel mailing list
Barry-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/barry-devel

Reply via email to