Hi list,
I'm having an issue when attempting to run squeak/croquet on my AMD64 Ubuntu Breezy box.
squeak says:
~/Croquet_SDK_1.0_beta/bin/i686-pc-linux-gnu$ ./squeak
./squeak: error while loading shared libraries: libuuid.so.1: cannot open shared object file: No such file or directory
And ldd says:
$ ldd ./squeak
<snip, all other libraries are OK>
libuuid.so.1 => not found
</snip>
So far it just looks like the library is missing.
However! The confusing part is that ldconfig seems to find the library, which is symlinked in /lib :
$ sudo ldconfig -v | grep uuid
libuuid.so.1 -> libuuid.so.1.2
libossp-uuid.so.12 -> libossp-uuid.so.12.0.20
I have installed every package having to do with uuid / libuuid in any way.
Thanks for any suggestions.
Dave
dave.revell |at|
gmail.com