Re: [R] install package av on centos 7

2019-12-13 Thread Schneider, Dominik
suggested although I am assuming this did not solve the problem in itself. Thanks again! -Original Message- From: R-help On Behalf Of Schneider, Dominik Sent: Friday, December 13, 2019 11:01 To: Ivan Krylov Cc: r-help@r-project.org Subject: Re: [R] install package av on centos 7 Hi Ivan - Tha

Re: [R] install package av on centos 7

2019-12-13 Thread Schneider, Dominik
kages' Warning message: In install.packages("av", configure.vars = c("LIB_DIR=/usr/lib64", : installation of package 'av' had non-zero exit status > -Original Message- From: Ivan Krylov Sent: Friday, December 13, 2019 02:06 To: Schneider, Domin

Re: [R] install package av on centos 7

2019-12-13 Thread Ivan Krylov
On Mon, 9 Dec 2019 18:03:17 + "Schneider, Dominik" wrote: > (base) [dominik@cppc-server ffmpeg]$ ffmpeg > ffmpeg version 2.8.15 Copyright (c) 2000-2018 the FFmpeg developers According to SystemRequirements of av [*], it needs ffmpeg >= 3.2. There is FFmpeg 3.4.7 for RHEL 7 in the RPM Fusion

[R] install package av on centos 7

2019-12-09 Thread Schneider, Dominik
I tried to install the av package on centos7 server with R 3.5.3 but am receiving an error. I installed ffmpeg and ffmpeg-devel on centos 7 as below and then followed the instructions of specifying LIB_DIR and INCLUDE_DIR for installing av. any help would be appreciated. Thanks ``` > install.