Displaying 4 results from an estimated 4 matches for "rcurl_logs".
2016 Feb 03
2
rstan warning messages
...27 Feb 1 14:36 /usr/lib/libgfortran.so -> /usr/lib64/libgfortran.so.3
Requested information for RCurl
[root at ping /]# rpm -qf /usr/lib64/pkgconfig/libcurl.pc
libcurl-devel-7.19.7-46.el6.x86_64
[root at ping /]# rpm -q pkgconfig
pkgconfig-0.23-9.1.el6.x86_64
Attached is RCurl_logs.txt. Let me know if you would rather have it right in the email as it is extremely long log.
Thanks,
Larry
-----Original Message-----
From: Tom Callaway [mailto:tcallawa at redhat.com]
Sent: Tuesday, February 02, 2016 10:35 AM
To: Patrick, Larry B [CSSM] <longplay at iastate.edu>; 'r...
2016 Feb 01
2
rstan warning messages
Got past my libgfortran issue
ln -s /usr/lib64/libgfortran.so.3 /usr/lib/libgfortran.so
Now if I could get RCurl and rstan installed.
Thanks,
Larry
-----Original Message-----
From: Tom Callaway [mailto:tcallawa at redhat.com]
Sent: Friday, January 29, 2016 2:46 PM
To: Patrick, Larry B [CSSM] <longplay at iastate.edu>; 'r-sig-fedora at r-project.org' <r-sig-fedora at
2016 Feb 05
2
rstan warning messages
Both RCurl and rstan seem to have installed now.
Did the following on my RHEL6 server:
[root at ping ~]# export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/lib64/pkgconfig/
[root at ping ~]# /usr/bin/curl-config --libs
-L/usr/lib64 -lcurl
Now the output from your previous commands look like:
[root at ping ~]# pkg-config --list-all |grep libcurl
libcurl
2016 Feb 03
3
rstan warning messages
On 02/03/2016 09:52 AM, Tom Callaway wrote:
> Are you trying to build R and components for i686 rather than x86_64?
Never mind. Your logs make it clear that you're building for x86_64.
Can you share the output of:
pkg-config --list-all |grep libcurl
curl-config --libs
rpm -V libcurl-devel libcurl
I'm honestly baffled as to why the configure script is failing to find
libcurl.pc on