Displaying 20 results from an estimated 300 matches similar to: "Compiling under Fedora Core 4 - Problem"
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
2013 Oct 28
2
MySQL 5.5, PHP and other tools still use 5.0 client drivers
I upgraded a web server from CentOS 5.9 to 5.10. The instructions also
indicate that MySQL 5.0 is no longer supported so I followed the
instructions to upgrade to 5.5. Everything seems to be working so I
tried to remove MySQL 5.0 and MySQL 5.1. It seems there are still
dependencies on MySQL 5.0:
[root at w3 ~]# rpm -e mysql51-mysql-libs-5.1.70-1.el5 mysql-server-5.0.95-5.el5_9
2005 Jul 05
0
Problem installing RMySQL_0.5-5
Dear R users
I have a problem installing RMySQL_0.5-5 in that ld skips incompatible
libmysqlclient as shown below. Can someone help?
Thanks
Einar Arnason
I am on a Red Hat Enterprise Linux ES (v. 3 for AMD64/Intel EM64T)
2.4.21-15.EL #1 SMP Thu Apr 22
running mysql Ver 14.7 Distrib 4.1.12, for pc-linux-gnu (i686) using
EditLine wrapper distributed under xampp (www.apachefriends.org)
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
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
2017 Apr 25
0
building Dovecot in Debian 9
You might have to install the package default-libmysqlclient-dev from
the Debian repo.
Peter
On 4/25/17 1:37 PM, KT Walrus wrote:
> 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
2011 Sep 29
2
Error installing Postfix - Mysql Support
Hello:
Does anyone have any idea how resolve this error on my server to install postfix with mysql support? Dedicated Server with CentOS 5.7 64 Bit.
I get this dependency information when trying to use the command yum-y install postfix
Error: Missing Dependency: libmysqlclient.so.15()(64bit) is needed by package 2:postfix-2.3.3-2.3.centos.mysql_pgsql.x86_64 (centosplus)
Error: Missing
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":
2017 Apr 25
0
building Dovecot in Debian 9
On 4/25/17 4:06 PM, KT Walrus wrote:
>
>> 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
2019 Jul 20
0
Dovecot with MySQL over SSL.
On 20.07.2019 18:03, Aki Tuomi via dovecot wrote:
>
>> On 20/07/2019 13:12 Reio Remma via dovecot < dovecot at dovecot.org
>> <mailto:dovecot at dovecot.org>> wrote:
>>
>>
>> On 19.07.2019 0:24, Reio Remma via dovecot wrote:
>>> I'm attempting to get Dovecot working with MySQL user database on
>>> another machine. I can connect to
2019 Jul 20
0
Dovecot with MySQL over SSL.
On 20.07.2019 22:37, Aki Tuomi via dovecot wrote:
>
>> On 20/07/2019 21:07 Reio Remma via dovecot <dovecot at dovecot.org> wrote:
>>
>>
>> On 20.07.2019 18:03, Aki Tuomi via dovecot wrote:
>>>
>>>> On 20/07/2019 13:12 Reio Remma via dovecot < dovecot at dovecot.org
>>>> <mailto:dovecot at dovecot.org>> wrote:
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
2006 Jul 17
1
libmysqlclient.so.14(libmysqlclient_14)(64bit)
Hi,
I'm trying to update a c4 x86_64 system. This fails because off
Error: Missing Dependency: libmysqlclient.so.14(libmysqlclient_14)(64bit)
is needed by package php-mysql
The system has MySQL 5 rpms, build on monk.karan.org. I can't
remember/find where I found these packages. The thing is, mysqlclient14
(4.1.14 4.c4) only provides libmysqlclient.so.14()(64bit), which was fine
with
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
2008 Apr 15
3
Upgrading MySQL from 4.1 to 5
Hello All,
I am trying to upgrade MySQL on CentOS 4.5 but having a hard time. I need
to go from MySQL 4.1 to 5. I downloaded the following two files:
mysql-server-5.0.58-1.el4.centos.i386.rpm
mysql-5.0.48-2.el4.centos.i386.rpm
I tried to do:
yum install mysql-server-5.0.58-1.el4.centos.i386.rpm
And get:
Setting up Install Process
Setting up repositories
Reading repository metadata in from
2019 Jul 22
1
Dovecot with MySQL over SSL.
On 20 Jul 2019, at 23.02, Reio Remma via dovecot <dovecot at dovecot.org> wrote:
>
> On 20.07.2019 22:37, Aki Tuomi via dovecot wrote:
>>
>>> On 20/07/2019 21:07 Reio Remma via dovecot <dovecot at dovecot.org> <mailto:dovecot at dovecot.org> wrote:
>>>
>>>
>>> On 20.07.2019 18:03, Aki Tuomi via dovecot wrote:
>>>>
2007 Jul 20
2
Update postfix-mysql
A recent update to postfix mysql errors on my cOS 4.5 system with
complaints about missing dependencies libmysqlclient.so.15 and
libpq.so.4. Have I messed up again?
Details:
CentOS45[root at mail ~]# yum update
Setting up Update Process
Setting up repositories
Reading repository metadata in from local files
Reducing CentOS.Karan.Org-EL4 - Stable to included packages only
Finished
Excluding
2012 Mar 13
1
perl-DBD-MySQL, libmysqlclient.16 and 5.7 (FInal)
Hello,
I have server CentOS 5.7. It has mysql-community installed.
I need to run perl-based tool (mysqlreport) and it requires perl-DBD-MySQL
(not a surprise)
When I am trying to install perl-DBD-MySQL via yum -- it says it requires
libmysqlclient.*15 *and it conflicts with libmysqlclient.*16 *which was
installed as a part of mysql-community.
I tried to make symbolic link and force DBD to work
2017 Oct 31
0
Maria 10 breaks unixodbc mysql connector
On 10/30/2017 12:22 PM, John Harragin wrote:
> [root at ec-ast yum.repos.d]# ldd /usr/lib64/libmyodbc5w.so | grep -iE
> "my|maria"
> libmysqlclient.so.18 => /usr/lib64/mysql/libmysqlclient.so.18
> (0x00007f3dfb34c000)
> [root at ec-ast yum.repos.d]# repoquery -l MariaDB-server MariaDB-client
> MariaDB-commo MariaDB-shared galera boost-program-options jemalloc
2018 Nov 25
0
Installing on Mojave, with Homebrew and mysql
I?m using Homebrew to install Dovecot on Mojave, but have to modify the formula to add ?--with-mysql?.
Unfortunately compiling always fails with:
checking for mysql_config... NO
checking for mysql_init in -lmysqlclient... no
configure: error: Can't build with MySQL support: libmysqlclient not found
I added:
ENV['LD']="-L/usr/local/opt/mysql at 5.7/lib"
to the ?def