lesterkong / audioscout

Automatically exported from code.google.com/p/audioscout
GNU General Public License v3.0
0 stars 0 forks source link

auscoutclient cannot open shared object file #7

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
1. Even though library is in /usr/local/lib/ if I execute auscoutclient (and 
other programs) on the command line I get the error:

auscoutclient: error while loading shared libraries: libAudioData.so: cannot 
open shared object file: No such file or directory

Version:
audioscout 1.04
Ubuntu 12.04 LTS (GNU/Linux 3.2.0-24-generic-pae i686)

Are the programs expecting the libraries in another directory?

Original issue reported on code.google.com by solomona...@gmail.com on 25 Jul 2012 at 6:13

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Did you run ldconfig after installing ? 

/usr/sbin/ldconfig

Also, is /usr/local/lib added to your etc/ld.conf file ?

Original comment by starkd88@gmail.com on 25 Jul 2012 at 6:17

GoogleCodeExporter commented 8 years ago
Thanks, it was running ldconfig after installation. I will keep you updated.

Original comment by solomona...@gmail.com on 25 Jul 2012 at 6:37

GoogleCodeExporter commented 8 years ago
Now working as expected. I need a few days to work out a client for my intended 
application.

Original comment by solomona...@gmail.com on 26 Jul 2012 at 7:06