Thank you both, I have made more progress and ldd now sees all shared libs.
But when I execute the mediacenter19 binary, I get a segfault.
I ran with gdb, but didn't get much more:
GNU gdb (Gentoo 7.5 p1) 7.5
Copyright (C) 2012 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-pc-linux-gnu".
For bug reporting instructions, please see:
<http://bugs.gentoo.org/>...
Reading symbols from /usr/local/bin/mediacenter19...(no debugging symbols found)...done.
warning: Could not load shared library symbols for linux-gate.so.1.
Do you need "set solib-search-path" or "set sysroot"?
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".
Program received signal SIGSEGV, Segmentation fault.
0xf7224a77 in ?? () from /usr/lib/jriver/Media Center 19/libJRTools.so
Thread 1 (Thread 0xf7721740 (LWP 24520)):
#0 0xf7224a77 in ?? () from /usr/lib/jriver/Media Center 19/libJRTools.so
No symbol table info available.
#1 0xf718c721 in ?? () from /usr/lib/jriver/Media Center 19/libJRTools.so
No symbol table info available.
#2 0xf718c792 in ?? () from /usr/lib/jriver/Media Center 19/libJRTools.so
No symbol table info available.
#3 0xf7140719 in ?? () from /usr/lib/jriver/Media Center 19/libJRTools.so
No symbol table info available.
#4 0xf7782b71 in ?? () from /lib32/libc.so.6
No symbol table info available.
#5 0xf7782bfd in exit () from /lib32/libc.so.6
No symbol table info available.
#6 0xf6c9fbd8 in ?? () from /usr/lib/jriver/Media Center 19/libJRImage.so
No symbol table info available.
#7 0xf6c9fd68 in ?? () from /usr/lib/jriver/Media Center 19/libJRImage.so
No symbol table info available.
#8 0xf6c9adcd in ?? () from /usr/lib/jriver/Media Center 19/libJRImage.so
No symbol table info available.
#9 0xf6ce5f2a in ?? () from /usr/lib/jriver/Media Center 19/libJRImage.so
No symbol table info available.
#10 0x00000140 in ?? ()
No symbol table info available.
#11 0xf6ce6c0f in ?? () from /usr/lib/jriver/Media Center 19/libJRImage.so
No symbol table info available.
#12 0xf6c9ab60 in ?? () from /usr/lib/jriver/Media Center 19/libJRImage.so
No symbol table info available.
#13 0xf7137dd5 in ?? () from /usr/lib/jriver/Media Center 19/libJRTools.so
No symbol table info available.
#14 0x00200008 in ?? ()
No symbol table info available.
#15 0xf73bba9a in ?? () from /usr/lib/jriver/Media Center 19/libJRTools.so
No symbol table info available.
#16 0xf73840d6 in ?? () from /usr/lib/jriver/Media Center 19/libJRTools.so
No symbol table info available.
#17 0xf7134daf in ?? () from /usr/lib/jriver/Media Center 19/libJRTools.so
No symbol table info available.
#18 0xf713a725 in ?? () from /usr/lib/jriver/Media Center 19/libJRTools.so
No symbol table info available.
#19 0x0805945c in ?? ()
No symbol table info available.
#20 0x0856a3e1 in ?? ()
No symbol table info available.
#21 0x0834cd53 in ?? ()
No symbol table info available.
#22 0x089ef61e in ?? ()
No symbol table info available.
#23 0x0805399d in ?? ()
No symbol table info available.
#24 0xf776ad93 in __libc_start_main () from /lib32/libc.so.6
No symbol table info available.
#25 0x08053ff1 in ?? ()
No symbol table info available.
(gdb) quit
A debugging session is active.
Here's what my ldd looks like now.
ldd /usr/local/bin/mediacenter19
linux-gate.so.1 (0xf76e9000)
libcryptlib.so => /usr/lib/jriver/Media Center 19/libcryptlib.so (0xf7368000)
libboost_regex.so.1.54.0 => /usr/lib/jriver/Media Center 19/libboost_regex.so.1.54.0 (0xf72b5000)
libX11.so.6 => /usr/lib32/libX11.so.6 (0xf717a000)
libuuid.so.1 => /lib32/libuuid.so.1 (0xf7174000)
librt.so.1 => /lib32/librt.so.1 (0xf716b000)
libpthread.so.0 => /lib32/libpthread.so.0 (0xf7150000)
libstdc++.so.6 => /usr/lib/gcc/x86_64-pc-linux-gnu/4.6.3/32/libstdc++.so.6 (0xf7068000)
libm.so.6 => /lib32/libm.so.6 (0xf7026000)
libgcc_s.so.1 => /usr/lib/gcc/x86_64-pc-linux-gnu/4.6.3/32/libgcc_s.so.1 (0xf7009000)
libc.so.6 => /lib32/libc.so.6 (0xf6e5c000)
libdl.so.2 => /lib32/libdl.so.2 (0xf6e57000)
libxcb.so.1 => /usr/lib32/libxcb.so.1 (0xf6e3c000)
/lib/ld-linux.so.2 (0xf76ea000)
libXau.so.6 => /usr/lib32/libXau.so.6 (0xf6e38000)
libXdmcp.so.6 => /usr/lib32/libXdmcp.so.6 (0xf6e31000)
PS I am keep notes, so once I get a working setup I'll post them.
I extracted the files from the deb archive and have copied them manually.
Thanks
Dave