Displaying 20 results from an estimated 2000 matches similar to: "Unable to compile --with-mysql on Solaris"
2017 Apr 25
2
building Dovecot in Debian 9
I?m trying to build Dovecot 2.2.29.1 in a Docker container today and have the following error in ./configure:
checking for shadow.h... yes
checking for pam_start in -lpam... no
checking for auth_userokay... no
checking for mysql_config... mysql_config
checking for mysql_init in -lmysqlclient... no
configure: error: Can't build with MySQL support: libmysqlclient not found
#> find / -name
2019 Jan 15
2
MySQL 8.0: Supported?
It appears the issue is MySQL 8.0.13 apparently(?) removed the mysql_init
symbol.
poudriere logs:
http://home.lerctr.org:8888/jail.html?mastername=p120amd64-host-ports
the first build is 8.0.12, the 2nd is 8.0.13.
Can the dovecot guys look as well? I've sent a note to the MySQL
maintainer for FreeBSD as well.
Thanks.
On Tue, Jan 15, 2019 at 1:15 AM Odhiambo Washington <odhiambo at
2019 Jan 15
2
MySQL 8.0: Supported?
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
</head>
<body>
<div>
<pre style="overflow-wrap: break-word; white-space: pre-wrap;">Apologies for earlier empty email, butterfingers me...<br><br>anyways, found this in the logs which seems to explain problems:<br><br><br>/usr/bin/ld:
2019 Jan 15
2
MySQL 8.0: Supported?
I got a complaint from a FreeBSD user that they couldn't compile dovecot
against MySQL 8.0.
Is MySQL 8.0 support with 2.3.4?
they receive:
checking for mysql_init in -lmysqlclient... no
configure: error: Can't build with MySQL support: libmysqlclient not
found ===> Script "configure" failed unexpectedly.
Please report the problem to ler at FreeBSD.org [maintainer] and
2019 Jan 15
2
MySQL 8.0: Supported?
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
</head>
<body>
<div>
https://dev.mysql.com/doc/refman/8.0/en/mysql-init.html does not support intentional removal of mysql_init
</div>
<div>
<br>
</div>
<div>
Aki
</div>
<blockquote type="cite">
<div>
2019 Jan 15
3
MySQL 8.0: Supported?
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
</head>
<body>
<div>
Any way you could check config.log ?
</div>
<div>
<br>
</div>
<div>
Aki
</div>
<blockquote type="cite">
<div>
On 15 January 2019 at 22:32 Larry Rosenman <
<a
2006 Dec 28
2
FW: cdr_addon_mysql.so did not register itselfduringload
Ok so something is missing. I get the below for those two lines.
checking for mysql_config... /usr/bin/mysql_config
checking for mysql_init in -lmysqlclient... no
I even installed the mysql-devel as Bradley Watkins suggested and still
it says no. What do I need to make that say yes?
Thanks
-----Original Message-----
From: asterisk-users-bounces@lists.digium.com
2012 Oct 11
3
dovecot cores
Hi dovecot-community,
i have set up a new dovecot server - everything is self-compiled
and with newest versions. dovecot daemon dies every night:
Bugreport Mail - dovecot cores with sig11
my dovecot daemon cores every night - no message in log file.
Please help. It runs in an OpenVZ container - therefore reiserfs
is reported as filesystem.
root at glen ~]# cat /etc/dovecot/dovecot.conf
#
2017 Apr 25
2
building Dovecot in Debian 9
> On Apr 25, 2017, at 2:16 PM, Peter van der Does <peter at avirtualhome.com> wrote:
>
> You might have to install the package default-libmysqlclient-dev from
> the Debian repo.
Isn?t that the MariaDB package? I don?t really want to mix MariaDB with MySQL (even though they are probably still compatible, but diverging as time passes).
Dovecot does build with
2007 Apr 03
1
RE: Asterisk-Addon-1.4.0 MySQL module
I still can't figure out why res_config_mysql module not showing up with many attempt. Anyone have any idea on this?
checking for mysql_config... /usr/bin/mysql_config
checking for mysql_init in -lmysqlclient... yes
configure: creating ./config.status
config.status: creating build_tools/menuselect-deps
config.status: creating makeopts
Sincerely,
K
-----Original Message-----
From: KC
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
2001 Sep 26
2
installing RMySQL
Hi, I have struggled to re-implement the RMySQL package after upgrading
from SuSe 6.3 to 7.2 and from R 1.2.1 to R 1.3.1,
to no avail
It compiles happily but when loading the package I get the following
error
> library(RMySQL)
Error in dyn.load(x, as.logical(local), as.logical(now)) :
unable to load shared library
"/home/jniesch/R_HOME/lib/R/library/RMySQL/libs/RMySQL.so":
2006 Feb 20
1
CentOS 4 x86_64 - Nagios plugins compile issue
Hi
Trying to compile nagios plugins on an x86_64 box as i have non standard
locations for some software and coming accross this issue. The plugins
compile OK but the check_mysql plugin fails to compile and i see this
error in the compile log
configure:9368: checking for mysql_init in -lmysqlclient
configure:9398: gcc -o conftest -g -O2 -I/opt/mysql/include -L.
conftest.c -lmysqlclient
2009 Mar 31
3
installing RMySQL (PR#13633)
Full_Name: Ankhee Dutta
Version: 2.3
OS: LINUX
Submission from: (NULL) (202.141.12.97)
I have a linux system of Mandriva-2007 with R version 2.3.0 and MySQL with
5.0.0. I have also got DBI-R database interface version-0.1-11 installed on
my Linux system.While installing RMySQL package version 0.5-11 i am facing
problem .
while installation the error report which is coming is as follows:
2007 Jan 20
3
libmysqlclient not found, while compiling PowerDNS
Hi Everyone,
I am trying to build the PowerDNS rpm from the source rpms
powerdns-2.9.20-3.MIND.src.rpm, it requires opendbx-devel which I am
trying to build from the instructions at
(http://www.linuxnetworks.de/opendbx/download/index.html)
I have subscribe to centosplus for packages like mysql5 and php5. I
have the following MySQL packages installed
[root at charlie ~]# rpm -qa | grep mysql
2006 Jan 30
3
RMySQL install
I am having trouble installing RMySQL on a clean install of Fedora Core 4 64
bit on a dual dual core machine (that is, two dual core processors). Seems
like the LD_LIBRARY_PATH is incorrect, but I don't seem to have it quite
right yet.
There are a few mentions of this problem in google, but thus far none of the
"fixes" and fixed my problem. I've tried defining the
2010 Jun 15
11
mysql gem install not happening on Mac OS Leopard - any inputs at all??
Hello all,
Ive got Mac OS X Leopard (10.5.8), ruby 1.8.6 (2009-06-08 patchlevel
369) [universal-darwin9.0] and mysql 5.0.67 installed and working fine
with Rails 2.1.0.
"which ruby" outputs /usr/bin/ruby. I can see the mysql symlink in /
usr/local/mysql. I can also see the mysql-5.0.67-osx10.5-x86 folder
in /usr/local .
Im trying to upgrade my Rails apps to 2.3.5 but when i try to
2019 Jan 15
0
MySQL 8.0: Supported?
On Tue, 15 Jan 2019 at 04:57, Larry Rosenman <larryrtx at gmail.com> wrote:
> I got a complaint from a FreeBSD user that they couldn't compile dovecot
> against MySQL 8.0.
>
> Is MySQL 8.0 support with 2.3.4?
>
> they receive:
> checking for mysql_init in -lmysqlclient... no
> configure: error: Can't build with MySQL support: libmysqlclient not
> found
2019 Jan 15
0
MySQL 8.0: Supported?
Not sure what ELSE could be causing this failure. Full build logs are at
the home.lerctr.org:8888 link.
On Tue, Jan 15, 2019 at 2:30 PM Aki Tuomi <aki.tuomi at open-xchange.com>
wrote:
> https://dev.mysql.com/doc/refman/8.0/en/mysql-init.html does not support
> intentional removal of mysql_init
>
> Aki
>
> On 15 January 2019 at 22:28 Aki Tuomi < aki.tuomi at
2007 Mar 20
1
RMySQL load error
I'm having trouble getting RMySQL to load. I was able to build it and install
it (RMySQL_0.5-11.tar.gz). I was also able to build and install mysql-5.0.37.
I've read many postings about this but have not found a mention of my
particular problem (some closely related). I get the "unable to load shared
library, no such file" error, but all the files do exist, RMySQL.so and