similar to: linking modules - add needed libraries

Displaying 20 results from an estimated 800 matches similar to: "linking modules - add needed libraries"

2015 Apr 14
1
httpuv not installing on fedora 19
Hi: I'm on fedora 19 ( I know. I'm behind : ) and I'm trying to install the httpuv library which depends on Rcpp. When I try to install it with dependencies = TRUE, I get the following error. ( I'm only showing the end of the install messages. Things go okay for a good while ). INSTALLATION MESSAGES #================================================================ make[1]:
2015 Apr 14
1
httpuv not installing on fedora 19
No, that's not it. The error is that you don't have the g++ binary installed. Undo that change and yum install gcc-c++. On Apr 14, 2015 8:31 AM, Mark Leeds <markleeds2 at gmail.com> wrote: > > Hi: I'm on fedora 19 ( I know. I'm behind : ) and I'm trying to install the > httpuv library > which depends on Rcpp. When I try to install it with dependencies =
2015 Apr 14
0
httpuv not installing on fedora 19
<p dir="ltr">Hmm. If you try to run g++ on the command line, does it exist? If it does, let me know, and I'll try to figure this out when I'm not sitting in an airport later today. :)<br> </p> <div class="gmail_quote">On Apr 14, 2015 8:47 AM, Mark Leeds <markleeds2@gmail.com> wrote:<br type='attribution'><blockquote
2014 Mar 07
2
Rcpp problems while installing httpuv / running build-dep r-base-core
Hello all, I am in the process of trying to install Shiny Server on a DreamHost VPS. As Shiny Server must be built on Debian, I've been muddling my way through the steps but I have run into a roadblock w/ httpuv. Following these <https://github.com/rstudio/httpuv> instructions, I ran the devtools::install_github('httpuv', 'rstudio') command and received the error pasted
2013 Jul 22
1
fail to install shiny package in R 3.0.1 on Ubuntu
Hello there, I have been used shiny package on Windows without any problem. Recently I switched to Linux OS(Ubuntu 12.04), and installed the latest R version 3.0.1. But I couldn't install "shiny" for some reasons. Here are the error message: ** preparing package for lazy loading Error : package ‘codetools’ was built before R 3.0.0: please re-install it Error : unable to load R
2020 Mar 26
3
Rebuilding and re-checking of downstream dependencies on CRAN Mac build machines
I have two questions about the CRAN machines that build binary packages for Mac. When a new version of a package is released, (A) Do the downstream dependencies get re-checked? (B) Do the downstream dependencies get re-built? I have heard (but do not know for sure) that the answer to (A) is no, the downstream dependencies do not get rechecked. >From publicly available information on the
2020 Apr 20
2
CentOOS 8 and libuv
Hi all, Why is libuv-devel missing in CentOS-8? The rpm for libuv is preset but libuv-devel is not there. Adrian -- Adri P. van Bloois "Elegance is not a dispensable luxury but a factor that decides between success and failure." Edsger W. Dijkstra
2017 Sep 28
1
rgl crash on windows 7
I have a co-worker who has installed R 3.4.2 on Windows 7. When this person tries to load the rgl package with library(rgl) A dialog box appears with the message: R for windows gui frontend has stopped working I suspect a conflict problem with a dll, but I'm not sure how to identify if this is the problem since R is crashing immediately. Interestingly, when we start R and do NOT load rgl,
2018 Oct 28
2
libuv bug ??
EPEL package but I think there's a packaging bug, thought I would ask here. Trying to build something that requires libuv-devel - it finds the .so but can't determine version. header files are in /usr/include/uv however the pkgconfig file specifies /usr/include as the include directory. The pkgconfig file also has the version so I'm not sure why the make file can't determine
2016 Jun 10
1
icecast relay server performance testing
I’m going to try to run multiple curl processes. The libuv code that i wrote is not of a very good quality (even though it’s really simple). thanks! —zahar > On Jun 10, 2016, at 2:43 PM, Alejandro <cdgraff at gmail.com> wrote: > > In the past, i had used this method: > > http://icecast.org/loadtest/1/ <http://icecast.org/loadtest/1/> > > But to be honest,
2016 Jun 10
2
icecast relay server performance testing
I wrote a test application which is based on libuv. iptables is disabled. I’m running the test application from two other machines. Do you have any suggestions for testing? thanks! —zahar > On Jun 10, 2016, at 2:38 PM, Alejandro <cdgraff at gmail.com> wrote: > > Zahar, how are you testing? with some CURL stress test? BTW, IPTABLES is enabled? > > I was running most time
2013 Jun 21
1
compiling Rcpp with 3.0.1 on Solaris 10
Hello My colleagues asked me to install "R" with module "shiny". R version 3.0.1 compiled fine on Solaris 10 and is running well. I tried to install "shiny". With the dependencies "Rcpp" should be installed before. But the compile step did fail. See below. The initial error message is "Error in dyn.load(file, DLLpath = DLLpath, ...) :"
2023 May 20
1
On Debian 12: nsupdate (as called from samba_dnsupdate) crashes named/bind9_dlz
On 2023-05-18 11:24 p.m., Rowland Penny via samba wrote: > On 19/05/2023 03:57, Steven Monai via samba wrote: >> To be concrete: What do you recommend should be the contents of the >> respective /etc/resolv.conf files in my test? > In resolv.conf, 'domain' and 'search' are mutually exclusive and the > last one wins, as you need 'search', I would
2020 Mar 26
0
Rebuilding and re-checking of downstream dependencies on CRAN Mac build machines
Winston, the Mac CRAN build builds a package only if either is true: 1) the package has not passed checks 2) there is a new version of the package since last successful build+check The old build machine doesn't have the capacity to do full re-builds (it would take over 24h - currently the nightly build of packages takes 16-22 hours), but we're currently building a new setup for R 4.0.0
2017 Mar 14
0
Strange behaviour of yum within %post in kickstart
Hi, (This is happening on CentOS 6) during a machine's kickstart I install several yum repositories which are contained in an RPM. During the %post phase I install an RPM which has a dependency to nodejs. That package with all of its dependencies can be found in EPEL. On the other hand I have the Softwarecollections repository, which also contains nodejs with the same version. Now nodejs
2016 Jun 10
2
icecast relay server performance testing
Sorry, 35K concurrent with 8 workers at 60% cpu 2016-06-10 1:28 GMT-03:00 Alejandro <cdgraff at gmail.com>: > Hi Zahar, what value has into > > <workers>8</workers> > > This value is recommended to set at 1 by virtual core. > > I 'm using for some years, KH branch with 35 concurrent listeners into 8 > core vm. > > Regards, > Alejandro
2016 Jun 10
2
icecast relay server performance testing
<div>Hi Alejandro,</div><div>Here is mine:</div><div><p><limits><br /> <workers>4</workers><br /> <clients>100000</clients><br /> <sources>2000</sources><br /> <queue-size>102400</queue-size><br /> <client-timeout>30</client-timeout><br />
2016 Jun 10
4
icecast relay server performance testing
<div>Hello</div><div>I'm trying to measure the performance of the icecast relay server on 64kbps streams.</div><div> </div><div>The server is running in AWS (i've tried various instance types) and the test clients are running on other machines in AWS. The test client is a very simple libuv application that sends a GET request and basically ignores
2018 Oct 28
0
libuv bug ??
Okay looks like uv.h is in /usr/include - I didn't catch that until reading the message. So the pkgconfig file is likely correct and not a bug. Probably then a bug in the makefile for what I'm building (newer cmake - bootstrap builds, it's post bootstrap that fails) On Sat, Oct 27, 2018 at 9:48 PM Michael Peters <pipfroschpress at gmail.com> wrote: > EPEL package but I think
2020 Apr 20
0
CentOOS 8 and libuv
On Mon, 20 Apr 2020 at 15:26, Adrian van Bloois <adrian at pa0rda.nl> wrote: > Hi all, > Why is libuv-devel missing in CentOS-8? > The rpm for libuv is preset but libuv-devel is not there. > > upstream does not ship them in either Base, AppStream, or CodeReadyBuilder. CentOS has recently added a Devel repository to the 8 channels which does have it in it. >