Re: Plex server on Pogoplug E02 and Debian? August 17, 2017 09:02PM |
Registered: 10 years ago Posts: 162 |
Re: Plex server on Pogoplug E02 and Debian? August 17, 2017 09:03PM |
Registered: 10 years ago Posts: 162 |
Re: Plex server on Pogoplug E02 and Debian? August 18, 2017 08:03AM |
Registered: 7 years ago Posts: 162 |
Re: Plex server on Pogoplug E02 and Debian? August 18, 2017 09:21AM |
Registered: 10 years ago Posts: 162 |
Re: Plex server on Pogoplug E02 and Debian? August 18, 2017 09:26AM |
Registered: 7 years ago Posts: 162 |
Get root and type dpkg-reconfigure locales and select the locale(s) you want to generate. At the end, you'll be asked which one should be the default. If you have users who access the system through ssh, it is recommended that you choose None as your default locale.
Re: Plex server on Pogoplug E02 and Debian? August 18, 2017 09:27AM |
Registered: 10 years ago Posts: 162 |
Re: Plex server on Pogoplug E02 and Debian? August 28, 2017 03:00PM |
Registered: 7 years ago Posts: 162 |
Re: Plex server on Pogoplug E02 and Debian? August 28, 2017 05:14PM |
Admin Registered: 13 years ago Posts: 18,997 |
Re: Plex server on Pogoplug E02 and Debian? April 05, 2018 03:36PM |
Registered: 6 years ago Posts: 1 |
Re: Plex server on Pogoplug E02 and Debian? May 05, 2018 08:19AM |
Registered: 6 years ago Posts: 11 |
MoA
Re: Plex server on Pogoplug E02 and Debian? May 11, 2018 04:24PM |
Re: Plex server on Pogoplug E02 and Debian? May 11, 2018 04:32PM |
Admin Registered: 13 years ago Posts: 18,997 |
MoA
Re: Plex server on Pogoplug E02 and Debian? May 12, 2018 01:06AM |
Re: Plex server on Pogoplug E02 and Debian? May 17, 2018 04:46AM |
Registered: 10 years ago Posts: 162 |
Re: Plex server on Pogoplug E02 and Debian? January 01, 2021 11:46AM |
Registered: 4 years ago Posts: 3 |
./Plex Media Server: error while loading shared libraries: libboost_timer.so: cannot open shared object file: No such file or directoryeven though the file is present. So I tried installing the equivalent packages from the public debian repositories. This got me a bit further, the executable will load for some seconds but then crash with a segmentation fault. The strace output I am getting is:
mprotect(0x76383000, 4096, PROT_READ) = 0 mprotect(0x764fb000, 8192, PROT_READ) = 0 mprotect(0x7654d000, 4096, PROT_READ) = 0 mprotect(0x7660e000, 16384, PROT_READ) = 0 mprotect(0x76817000, 16384, PROT_READ) = 0 mprotect(0x76a83000, 20480, PROT_READ) = 0 mprotect(0x76bbf000, 8192, PROT_READ) = 0 mprotect(0x76ea8000, 8192, PROT_READ) = 0 mprotect(0x76f0d000, 4096, PROT_READ) = 0 mprotect(0x76ecb000, 4096, PROT_READ) = 0 mprotect(0x12c9000, 159744, PROT_READ) = 0 mprotect(0x76f52000, 4096, PROT_READ) = 0 munmap(0x76f46000, 45991) = 0 set_tid_address(0x6ee0c2e8) = 20454 set_robust_list(0x6ee0c2f0, 12) = 0 rt_sigaction(SIGRTMIN, {sa_handler=0x765038e8, sa_mask=[], sa_flags=SA_RESTORER|SA_SIGINFO, sa_restorer=0x741b58c0}, NULL, 8) = 0 rt_sigaction(SIGRT_1, {sa_handler=0x765039c8, sa_mask=[], sa_flags=SA_RESTORER|SA_RESTART|SA_SIGINFO, sa_restorer=0x741b58c0}, NULL, 8) = 0 rt_sigprocmask(SIG_UNBLOCK, [RTMIN RT_1], NULL, 8) = 0 ugetrlimit(RLIMIT_STACK, {rlim_cur=8192*1024, rlim_max=RLIM_INFINITY}) = 0 brk(NULL) = 0x13d4000 brk(0x13f5000) = 0x13f5000 gettimeofday({tv_sec=1609522283, tv_usec=354939}, NULL) = 0 statfs("/sys/fs/selinux", 0x7e8f9ae4) = -1 ENOENT (No such file or directory) statfs("/selinux", 0x7e8f9ae4) = -1 ENOENT (No such file or directory) openat(AT_FDCWD, "/proc/filesystems", O_RDONLY|O_CLOEXEC) = 3 fstat64(3, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0 read(3, "nodev\tsysfs\nnodev\ttmpfs\nnodev\tbd"..., 1024) = 369 read(3, "", 1024) = 0 close(3) = 0 access("/etc/selinux/config", F_OK) = -1 ENOENT (No such file or directory) --- SIGSEGV {si_signo=SIGSEGV, si_code=SEGV_MAPERR, si_addr=NULL} --- +++ killed by SIGSEGV +++ Segmentation fault
apt-get install libsoci-core3.2 ln -s /usr/lib/arm-linux-gnueabi/libsoci_core.so.3.2.3 /usr/lib/arm-linux-gnueabi/libsoci_core.so apt-get install libsoci-sqlite3-3.2 ln -s /usr/lib/arm-linux-gnueabi/libsoci_sqlite.so.3.2.3 /usr/lib/arm-linux-gnueabi/libsoci_sqlite.so apt-get install libcurl4 ln -s /usr/lib/arm-linux-gnueabi/libcurl.so.4.5.0 /usr/lib/arm-linux-gnueabi/libcurl.so apt-get install libidn2-0 ln -s /usr/lib/arm-linux-gnueabi/libidn2.so.0.3.4 /usr/lib/arm-linux-gnueabi/libidn2.so apt-get install libfreeimage3 ln -s /usr/lib/arm-linux-gnueabi/libfreeimage-3.18.0.so /usr/lib/arm-linux-gnueabi/libfreeimage.so apt-get install libopencv-core3.2 ln -s /usr/lib/arm-linux-gnueabi/libopencv_core.so.3.2.0 /usr/lib/arm-linux-gnueabi/libopencv_core.so.3.1 apt-get install libopencv-imgproc3.2 ln -s /usr/lib/arm-linux-gnueabi/libopencv_imgproc.so.3.2.0 /usr/lib/arm-linux-gnueabi/libopencv_imgproc.so.3.1 apt-get install libtag1v5 #apt-get install build-essential fakeroot devscripts ; cd /tmp ; sudo -u _apt apt-get source fmtlib ; cd fmtlib-5.2.1+ds/ ; apt-get build-dep fmtlib ; cmake -DBUILD_SHARED_LIBS=TRUE ; make ; cp ./libfmt.so.5.2.1 /usr/lib/arm-linux-gnueabi/libfmt.so.4 apt-get install build-essential fakeroot devscripts ; cd /tmp ; sudo -u _apt apt-get source fmtlib ; cd fmtlib-5.2.1+ds/ ; apt-get build-dep fmtlib ; cd .. ; git clone https://github.com/fmtlib/fmt.git ; cd fmt ; git checkout 4.x ; cmake -DBUILD_SHARED_LIBS=TRUE ; make ; cp ./libfmt.so.4.1.1 /usr/lib/arm-linux-gnueabi/libfmt.so.4 apt-get install libsqlite3 ln -s /usr/lib/arm-linux-gnueabi/libsqlite3.so.0.8.6 /usr/lib/arm-linux-gnueabi/libsqlite3.so apt-get install libavcodec58 apt-get install libavformat58 apt-get install libswscale5 apt-get install libhdhomerun4 ln -s /usr/lib/arm-linux-gnueabi/libhdhomerun.so.4.0.0 /usr/lib/arm-linux-gnueabi/libhdhomerun.so apt-get install libboost-chrono1.67.0 ln -s /usr/lib/arm-linux-gnueabi/libboost_chrono.so.1.67.0 /usr/lib/arm-linux-gnueabi/libboost_chrono.so apt-get install libboost-filesystem1.67.0 ln -s /usr/lib/arm-linux-gnueabi/libboost_filesystem.so.1.67.0 /usr/lib/arm-linux-gnueabi/libboost_filesystem.so apt-get install libboost-iostreams1.67.0 ln -s /usr/lib/arm-linux-gnueabi/libboost_iostreams.so.1.67.0 /usr/lib/arm-linux-gnueabi/libboost_iostreams.so apt-get install libboost-locale1.67.0 ln -s /usr/lib/arm-linux-gnueabi/libboost_locale.so.1.67.0 /usr/lib/arm-linux-gnueabi/libboost_locale.so apt-get install libboost-regex1.67.0 ln -s /usr/lib/arm-linux-gnueabi/libboost_regex.so.1.67.0 /usr/lib/arm-linux-gnueabi/libboost_regex.so apt-get install libboost-thread1.67.0 ln -s /usr/lib/arm-linux-gnueabi/libboost_thread.so.1.67.0 /usr/lib/arm-linux-gnueabi/libboost_thread.so apt-get install libboost-timer1.67.0 ln -s /usr/lib/arm-linux-gnueabi/libboost_timer.so.1.67.0 /usr/lib/arm-linux-gnueabi/libboost_timer.so ln -s /lib/ld-linux.so.3 /lib/ld-linux-armhf.so.3