similar to: Problem with asterisk-addons - checking for mysql_init in -lmysqlclient... no

Displaying 8 results from an estimated 8 matches similar to: "Problem with asterisk-addons - checking for mysql_init in -lmysqlclient... no"

2006 Aug 12
3
Trying to compile again
I'm currently running a pre 1.0 version of dovecot. Months back I tried to compile beta6, couldn't due to some mysql client libraries issues, and gave up. I'm now trying again with rc6. This is on a fedora core2 box, with postfix 2.3 and mysql 5.0. The error I'm getting when I run make is below. Any help would be greatly appreciated, thanks! I'd really like to get up to
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
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
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>
2003 Dec 08
1
MySQL passdb backend (mysql_init)?
Greetings All, I am trying to use MySQL4 as the backend for authentication through Samba 3.0.0. When I finally got it to compile ok (damn that mysql/mysql.h) I cannot get it to work. Below you'll find the log transcript from when I try to connect with any client -- smbclient in this case. And yes, I have the MySQL-part setup correctly using the example mysql.dump from the dist and the user