Displaying 10 results from an estimated 10 matches similar to: "Trying to compile again"
2007 Jul 25
0
Problem with asterisk-addons - checking for mysql_init in -lmysqlclient... no
I'm trying to build the MySQL components in asterisk-addons but no
luck so far. I hope that you can help.
I have MySQL installed.
rpm -qa indicates:
MySQL-server-5.0.22-0
MySQL-devel-5.0.22-0
MySQL-client-5.0.22-0
rpm -ql MySQL-devel | grep client indicates:
/usr/lib/mysql/libmysqlclient.a
/usr/lib/mysql/libmysqlclient.la
/usr/lib/mysql/libmysqlclient_r.a
/usr/lib/mysql/libmysqlclient_r.la
2005 Nov 21
4
messages_count too large (2578 > 2566) Help!
Hi,
I'm having trouble as of about noon today. I noticed I wasn't getting
any new messages in Thunderbird. I restarted it and still nothing. I
looked at the log, and found nothing from dovecot for a long time (since
perhaps noon today). I restarted dovecot, but still it didn't get me
new mail. I finally removed dovecot.* in my Maildir folder and
restarted dovecot. I'm
2004 Aug 06
3
Helix into Icecast2 loopback
Hello.
I've made some progress on the issue. I found a tool called TrPlayer which
is a text mode front end for real player - initially developed for the use
of the visually impaired. The theory is that I can use this and pipe the
live stream into vsound which then in turn is passed into ices or another
source client. Trouble is, I'm having all sorts of trouble compiling
Trplayer on the
2013 Nov 23
1
Possible to use Tinc with embedded SSL implementations like PolarSSL, YaSSL?
I've tried my best searching for whether this question has already been
posted to tinc listservs, so apologies if this is a repeat question.
Is it possible to use tinc with SSL implementations besides OpenSSL, e.g.
the PolarSSL or YaSSL/cyassl libraries used on embedded distros like
OpenWRT?
Thank you.
--
Ben West
http://gowasabi.net
ben at gowasabi.net
314-246-9434
-------------- next
2004 Aug 06
2
Helix into Icecast2 loopback
Well more specifically I want to transcode a realaudio stream into mp3 on
the same machine and on the command line only - reliably!
Following up, I managed to compile the trplayer using a substitute
__pure_virtual function compiled with extern "C" (without it the function
name was being mangled by g++) by now trplayer runs and exits without
warning, error or success... the funny thing
2006 Mar 29
2
[Fwd: Imap Timeouts]
Hi guys,
So is there resolution to my query below?
Is this a bug in beta3?
Thanks.
Neil
-------- Original Message --------
Subject: Imap Timeouts
Date: Wed, 22 Mar 2006 16:56:21 +0200
From: Neil Wilson <neilw at dcdata.co.za>
To: dovecot at dovecot.org
Hi guys,
I've got a client running 1.0.beta3 on SuSe 9.3
Everything has been running perfectly since it was installed about 6
2004 Aug 06
0
Helix into Icecast2 loopback
samurai.fm wrote:
> Hello.
>
> I've made some progress on the issue. I found a tool called TrPlayer which
> is a text mode front end for real player - initially developed for the use
> of the visually impaired. The theory is that I can use this and pipe the
> live stream into vsound which then in turn is passed into ices or another
> source client. Trouble is, I'm
2004 Aug 06
0
Helix into Icecast2 loopback
samurai.fm wrote:
> Well more specifically I want to transcode a realaudio stream into mp3 on
> the same machine and on the command line only - reliably!
>
> Following up, I managed to compile the trplayer using a substitute
> __pure_virtual function compiled with extern "C" (without it the function
> name was being mangled by g++) by now trplayer runs and exits
2003 Jun 19
0
flashpluginwrapper for Flash 6 (Shared Library Tools redux)
Ok. I hand-modified the linux-flashplugin6 shared library to remove all
of the DT_NEEDED entries. I then modified flashpluginwrapper to add the
following functions:
void __assert_fail(const char *assertion, const char *file,
unsigned int line, const char *function)
{
fprint (stderr, "%s:%d:%s: %s\n", file, line, function, assertion);
abort ();
}
#include <ctype.h>
2008 May 07
2
How do I increase the fd limit on OS X?
Hi All,
I just upgraded to the new 1.1rc5 from 1.0 that I had been using and it
advised me to increase the file descriptor limit. I'm not sure how to
do this. There is a command built into tcsh that allows me to do this
called limit, but sudo limit 4224 doesn't work, and usually dovecot is
started from the rc.local file if I recall right, and I'm not sure how
to set this up from