> > I think a few simple changes, can make for a much better experience: > > > > 1) Compile libflashsupport.so by default. If we comment out the #define > > OPENSSL line from flashsupport.c, than no new dependencies are > > introduced. Maybe even use the method currently used in soundon for > > libsalsa to install it. > > The problem is that precompiled libflashsupport.so may depend on > libraries/versions that are not installed. That prevents flash from > working at all (even without sound). So in practise the only safe way is > to compile it in the target system (if it works). >
ldd libflashsupport.so: libc.so.6 => /lib32/libc.so.6 (0xf0403000) /lib/ld-linux.so.2 (0xf0567000) The second one is virtual of course, and I don't think libc dependency is really that bad - If it were a problem, it would have been impossible to supply the oss command line tools or libsalsa as they have the same dependency. (The lib32 directory is because of its being 32 bit on a 64 bit system and is handled automatically by ldconfig). In comparison to files from oss-linux_v4.0-1013_i386.deb: ldd ossplay: libc.so.6 => /lib32/libc.so.6 (0xe5e92000) /lib/ld-linux.so.2 (0xe5ff4000) ldd libsalsa.so.2.0.0: libc.so.6 => /lib32/libc.so.6 (0xe4e1a000) /lib/ld-linux.so.2 (0xe4f98000) Yours, Yair K. _______________________________________________ oss-devel mailing list oss-devel@mailman.opensound.com http://mailman.opensound.com/mailman/listinfo/oss-devel