search for: libevents

Displaying 20 results from an estimated 83 matches for "libevents".

Did you mean: libevent
2014 Nov 03
1
Conflicts updating packages, hot to get ride of them without mess up all my OS?
Apparently I install some packages in the wrong way and now I'm having some problems updating my OS. This is what I'm doing: # yum update --enablerepo=remi,remi-php5 Loaded plugins: fastestmirror, security Setting up Update Process Loading mirror speeds from cached hostfile epel/metalink 2.3 kB 00:00 * base: centos.xpg.com.br * epel: mirror.globo.com
2006 Aug 20
2
RPMforge for RHEL4: libevent dependency problem
---> Package libevent.i386 0:1.1b-1.el4.rf set to be updated --> Running transaction check --> Processing Dependency: libevent-1.1a.so.1 for package: tor --> Finished Dependency Resolution Error: Missing Dependency: libevent-1.1a.so.1 is needed by package tor
2007 Dec 09
38
libevent
Hello, I have been looking at the Ruby/EventMachine. First let me say it look very good. Reactor model with no threads makes for fast reliable server, and I have read about marvelous Twisted framework for Python and am glad to see something similar for Ruby. I am writing network app with Ruby threads now and it very slow, and I try new Ruby 1.9 with native threads that make it much slower.
2007 Feb 26
9
libevent
Francis, I read in the list archives back that a future EventMachine release will support epoll on Linux (i.e., it''s in the trunk). Better still, is there a possibility that EM will rely on libevent so that it will be architecture independent (i.e. epoll on Linux, kqueue on FreeBSD/Mac OS X, /dev/poll on Solaris)? This is how memcached is implemented, and it would be helpful to be able
2007 Aug 09
0
help with libevent and CentOS 5
I had the same problem (after updating from 4.5). I found I had the wrong repository for rpmforge (el4 instead of el5). I then did a: yum clean all Then yum update worked without the error. > I just performed a fresh install of CentOS 5 64-bit on my AMD PC, added rpmforge > repo, and performed a yum update. > > A list of dependency checking for other apps, then this roadblock:
2007 Apr 15
0
help with libevent and CentOS 5
I just performed a fresh install of CentOS 5 64-bit on my AMD PC, added rpmforge repo, and performed a yum update. A list of dependency checking for other apps, then this roadblock: --> Processing Dependency: libevent-1.1a.so.1()(64bit) for package: nfs-utils --> Finished Dependency Resolution Error: Missing Dependency: libevent-1.1a.so.1()(64bit) is needed by package nfs-utils A lot of
2012 Nov 11
1
Error when compiling tinc 1.1pre3 - configure: error: "curses header files not found."
Hi! I'm trying to compile tinc-vpn 1.1pre3 on Ubuntu 12.10, but I get this error: checking curses.h usability... no checking curses.h presence... no checking for curses.h... no configure: error: "curses header files not found." (See the attached text file for the output when running ./configure) I have searched on google after this error message but I can't find anything
2020 Mar 30
2
Some problems with Unbound under CentOS8
Hi Stephen, Many thanks for your answer. Unbound under OpenBSD is compiled with few options: Version 1.9.4 Configure line: --enable-allsymbols --with-ssl=/usr --with-libevent=/usr --with-libexpat=/usr --without-pythonmodule --with-chroot-dir=/var/unbound --with-pidfile= --with-rootkey-file=/var/unbound/db/root.key --with-conf-file=/var/unbound/etc/unbound.conf --with-username=_unbound
2008 Mar 04
0
[PATCH] Compiling libev on Ubuntu Edgy Eft
On Ubuntu Edy Eft sys/inotify.h does not define IN_DONT_FOLLOW (however linux/inotify.h does), so adding the check below will circumvent compilation errors. diff --git a/src/extconf.rb b/src/extconf.rb index 2175fab..91bd44a 100644 --- a/src/extconf.rb +++ b/src/extconf.rb @@ -27,7 +27,7 @@ if have_header(''port.h'') flags << ''-DEV_USE_PORT'' end -if
2014 Aug 19
0
failure building memcached rpm
Hi all, I need to install the latest memcached version (1.4.20) on a number of machines in this environment. There are only rpm's of this app for RHEL 6. But we need to install the latest memcached on a number of RHEL 5 machines. To be specific, they are OEL 5.7 hosts. I've installed all of the developers tools that I would need. But when I go to build the RPM I am getting the
2016 Nov 17
2
[Bug 98763] New: Lots of crashes of kontact /kmail5
https://bugs.freedesktop.org/show_bug.cgi?id=98763 Bug ID: 98763 Summary: Lots of crashes of kontact /kmail5 Product: xorg Version: unspecified Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW Severity: major Priority: medium Component: Driver/nouveau Assignee: nouveau at
2007 Feb 24
1
Branches (again)
A long long time ago, I asked about the different tinc branches. Guus, you said at the time that * trunk is 1.0, bugfixes only * 1.0-gnutls, POKEY, and pre4-cube are stagnant * 2.0 is where new work should happen...at the time, it didn't compile, and it appears it still doesn't This answer discouraged me; I have trouble getting excited about new work in a branch that's been
2005 Jun 18
9
lighthttpd mod_scgi
I see that lighttpd 1.3.14 supports SCGI. lighttpd 1.3.14 - 2005-06-15 18:10 Changes ------- * added SCGI support via mod_scgi * added hash-based and round-robin load balancing to mod_proxy * fixed range requests larger than 2Gb * fixed compilation on Solaris * fixed endless loops in mod_fastcgi, mod_cgi and mod_proxy * fixed handling of URIs for ''+'' and
2020 Mar 30
2
Some problems with Unbound under CentOS8
Good morning, I have detected two strange problems with unbound under CentOS8 (fully patched). I have tried same configuration in an OpenBSD host, and these problems do not appear. a/ Error mesage ?connection refused?. I am using this unbound server to resolv DNS records for our internal domain (Bind9 is configured to listen in localhost interface, port 5353 udp and in the same host where
2020 Nov 12
2
[DebugInfo]Crash during building openmpi4.0.0
Hi folks, While building openmpi.4.0.0(Optimized debug build), using trunk clang we encountered a crash(assertion failure). Initially assertion seems trivial: [...] void llvm::DwarfExpression::addFragmentOffset(const llvm::DIExpression*): Assertion `FragmentOffset >= OffsetInBits && "overlapping or duplicate fragments"' failed. [...] But, narrowing to RC. We discovered
2020 Mar 30
0
Some problems with Unbound under CentOS8
On Mon, 30 Mar 2020 at 08:42, Carlos Lopez <clopmz at outlook.com> wrote: > Hi Stephen, > > Many thanks for your answer. Unbound under OpenBSD is compiled with few > options: > > Version 1.9.4 > > That may also be the difference. RHEL-8 is 1.7.3 so I don't know if that added features or config options which the 1.9.4 has in it. > Configure line:
2010 May 03
2
Broken upgrade to memcached
Yum checkupdate tells me I should update memcached, that the x86_64 1.4.5-1.el5 needs an update, I go to do that, and it complains that it's missing a dependency of libevent-1.4.so.2 (this is all 64 bit, CentOS 5.4). Clues... or is this actually broken? mark
2016 Oct 04
28
[Bug 98039] New: KMail crash on starting (nouveau-related)
https://bugs.freedesktop.org/show_bug.cgi?id=98039 Bug ID: 98039 Summary: KMail crash on starting (nouveau-related) Product: Mesa Version: git Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW Severity: critical Priority: medium Component: Drivers/DRI/nouveau Assignee:
2007 Dec 11
0
beanstalkd 0.5
I''m happy to announce the release of beanstalkd 0.5. This is the very first public release. In the future I''ll confine release announcements to the beanstalk mailing list. WHAT IS BEANSTALKD? ------------------- Beanstalkd is a fast, distributed, in-memory workqueue service. Its interface is generic, but is intended for use in reducing the latency of page views in high-volume
2005 Sep 11
4
[RFC] The Early Demise of Myriad (Thanks To Ruby Threads)
Hi Everyone, I figured out this weekend that Ruby''s Thread implementation causes the Ruby/Event binding I wrote to completely stall and go dead. After reviewing the Ruby source and watching several strace runs, it''s clear that the Ruby Thread implementation uses select in a way that--while not being bad--just isn''t compatible with libevent. The second a thread is