Displaying 13 results from an estimated 13 matches for "libmysqlclient_r".
Did you mean:
libmysqlclient
2010 Mar 10
12
Dependency problems with Yum update
...g transaction check
--> Processing Dependency: libmysqlclient.so.14(libmysqlclient_14) for
package: dovecot
--> Processing Dependency: libmysqlclient.so.14 for package: perl-DBD-MySQL
--> Processing Dependency: libmysqlclient.so.14 for package: mod_auth_mysql
--> Processing Dependency: libmysqlclient_r.so.14 for package: MySQL-python
--> Processing Dependency: libmysqlclient_r.so.14(libmysqlclient_14) for
package: MySQL-python
--> Processing Dependency: libmysqlclient.so.14 for package: dovecot
--> Finished Dependency Resolution
Error: Missing Dependency: libmysqlclient_r.so.14 is neede...
2006 Jan 30
3
RMySQL install
...RMySQL.so RS-DBI.o RS-MySQL.o
-L/usr/lib/mysql -lz -L/usr/lib64/R/lib -lR
** R
** inst
** save image
.
snip
.
** building package indices ...
* DONE (RMySQL)
[root at BX mtaylor]# /sbin/ldconfig -v | grep mysql
/usr/lib/mysql:
libmysqlclient.so.14 -> libmysqlclient.so.14.0.0
libmysqlclient_r.so.14 -> libmysqlclient_r.so.14.0.0
/usr/lib64/mysql:
libmysqlclient_r.so.10 -> libmysqlclient_r.so.10.0.0
libmysqlclient.so.14 -> libmysqlclient.so.14.0.0
libmysqlclient_r.so.14 -> libmysqlclient_r.so.14.0.0
libmysqlclient.so.10 -> libmysqlclient.so.1...
2005 Feb 22
0
Segfault when using res_config_odbc on x86_64
...the asterisk console
*CLI>
After that, basically nothing else happens, and asterisk still works.
Now, if I issue another "reload", asterisk segfaults. That's what "bt"
says inside gdb:
(gdb) bt
#0 0x0000002a9607df81 in my_strcasecmp_8bit () from
/usr/local/lib/mysql/libmysqlclient_r.so.14
#1 0x0000002a96075e71 in get_charset_number () from
/usr/local/lib/mysql/libmysqlclient_r.so.14
#2 0x0000002a960761a6 in get_charset_by_csname () from
/usr/local/lib/mysql/libmysqlclient_r.so.14
#3 0x0000002a960909a2 in mysql_real_connect () from
/usr/local/lib/mysql/libmysqlclient_r.so.14...
2008 Apr 15
3
Upgrading MySQL from 4.1 to 5
...ckage mysql-server.i386 0:5.0.58-1.el4.centos set to be updated
--> Running transaction check
--> Processing Dependency: libmysqlclient.so.15 for package: mysql-server
--> Processing Dependency: libmysqlclient.so.15(libmysqlclient_15) for
package: mysql-server
--> Processing Dependency: libmysqlclient_r.so.15 for package: mysql-server
--> Processing Dependency: libmysqlclient_r.so.15(libmysqlclient_15) for
package: mysql-server
--> Processing Dependency: mysql = 5.0.58-1.el4.centos for package:
mysql-server
--> Finished Dependency Resolution
Error: Missing Dependency: libmysqlclient.so.15...
2013 Oct 28
2
MySQL 5.5, PHP and other tools still use 5.0 client drivers
...el5.i386
libmysqlclient.so.15(libmysqlclient_15) is needed by (installed) cyrus-sasl-sql-2.1.22-7.el5_8.1.i386
libmysqlclient.so.15(libmysqlclient_15) is needed by (installed) dovecot-1.0.7-8.el5_9.1.i386
libmysqlclient.so.15(libmysqlclient_15) is needed by (installed) php53-mysql-5.3.3-21.el5.i386
libmysqlclient_r.so.15 is needed by (installed) mysql-connector-odbc-3.51.26r1127-2.el5.i386
libmysqlclient_r.so.15 is needed by (installed) MySQL-python-1.2.3-0.1.c1.el5.i386
libmysqlclient_r.so.15(libmysqlclient_15) is needed by (installed) mysql-connector-odbc-3.51.26r1127-2.el5.i386
libmysqlclient_r.so.15(libmy...
2012 Jan 14
2
mysql2 error in production
...with all needed gems including mysql2 version 0.2.18
used by the app)
after deployment, starting the app, I get a Load error w mysql2...
** [out :: www.mydomain.com] /var/www/vhosts/mydomain.com/rails/
testsbga/shared/bundle/ruby/1.9.1/gems/mysql2-0.2.18/lib/mysql2.rb:
9:in `require'': libmysqlclient_r.so.15: cannot open shared object
file: No such file or directory - /var/www/vhosts/mydomain.com/rails/
testsbga/shared/bundle/ruby/1.9.1/gems/mysql2-0.2.18/lib/mysql2/
mysql2.so (LoadError)
** [out :: www.mydomain.com] from /var/www/vhosts/mydomain.com/rails/
testsbga/shared/bundle/ruby/1.9.1/gems...
2011 Feb 12
8
CentOS 64 bit php 5.2 huge problem
Hello,
i am getting the following error in CentOS 64 bit with php 5.2
I cant get mysql functionality running and the ioncube loader
Please help, i am very desperate
Here is my output:
[root at host ~]# php -v
Failed loading /usr/local/ioncube/ioncube_loader_lin_5.1.so:
/usr/local/ioncube/ioncube_loader_lin_5.1.so: undefined symbol:
zend_unmangle_property_name_ex
PHP Warning: PHP
2006 Sep 28
0
[BUG(let)] Dovecot does not recognize threaded/reentrant mysql libs
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
hi,
i build mysql (currently v5.0.22) on OSX 10.4.7 w/ threading enabled.
i.e., i build the reentrant libs:
libmysqlclient_r.dylib
rather than the 'usual':
libmysqlclient.dylib
currently, to make Dovecot 'play nice' and recognize the reentrant
libs, I:
perl -pi -e
's/AC_CHECK_LIB\(mysqlclient,/AC_CHECK_LIB\(mysqlclient_r,/g'
configure.in
perl -pi -e 's/mysql_lib=\"\-lmysqlclient...
2007 May 18
0
dependecies blahs
On a centos 4.4 yum update I get this
Error: Missing Dependency: libmysqlclient_r.so.14(libmysqlclient_14) is
needed by package MySQL-python
Error: Missing Dependency: libmysqlclient_r.so.14 is needed by package
MySQL-python
I don't want to overly speculate... is it just a mirrors syncing thing or?
Only thing I can think of is I installed perl 5.8.8 from centosplus repo in...
2017 Oct 30
4
Maria 10 breaks unixodbc mysql connector
.../root
[root at ec-ast yum.repos.d]# repoquery -l MariaDB-server MariaDB-client
MariaDB-commo MariaDB-shared galera boost-program-options jemalloc rsync
lsof | grep lib64 | grep libmysqlclient
/usr/lib64/libmysqlclient.so
/usr/lib64/libmysqlclient.so.18
/usr/lib64/libmysqlclient.so.18.0.0
/usr/lib64/libmysqlclient_r.so
/usr/lib64/libmysqlclient_r.so.18
/usr/lib64/libmysqlclient_r.so.18.0.0
...notice the change in the path (/usr/lib64/mysql/).
I could reinstall mariadb-server, add a symlink and it would probably work,
but I thought it would be better to post and hopefully the maintainer of
whichever package (...
2012 Feb 06
3
Bundler - how to re-install all gems after os update?
...on, leaving the home partition unchanged. I now find that some
things don''t work, I think due to the fact that the system has been
updated and versions of libraries have changed. For example I get:
$ rails c
/home/colinl/.rvm/gems/ruby-1.8.7-p302/gems/mysql2-0.3.10/lib/mysql2/mysql2.so:
libmysqlclient_r.so.16: cannot open shared object file: No such file
or directory - /home/colinl/.rvm/gems/ruby-1.8.7-p302/gems/mysql2-0.3.10/lib/mysql2/mysql2.so
(LoadError)
I uninstalled gem mysql2 then did bundle install, which re-installed
mysql2 (the same version) with its native extensions and this fixed
the...
2007 Mar 08
3
RE: MySQL Install error on Centos 4.3
....58-9.2.c4.i386.rpm
warning: mysqlclient10-3.23.58-9.2.c4.i386.rpm: V3 DSA signature: NOKEY, key
ID 443e1821
file /usr/lib/mysql/libmysqlclient.so.10.0.0 from install of
mysqlclient10-3.23.58-9.2.c4 conflicts with file from package
mysqlclient10-3.23.58-4.RHEL4.1
file /usr/lib/mysql/libmysqlclient_r.so.10.0.0 from install of
mysqlclient10-3.23.58-9.2.c4 conflicts with file from package
mysqlclient10-3.23.58-4.RHEL4.1
[root at localhost linux 23-02-2007]#
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/2007...
2007 Jul 25
0
Problem with asterisk-addons - checking for mysql_init in -lmysqlclient... no
...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
/usr/lib/mysql/libndbclient.a
/usr/lib/mysql/libndbclient.la
I've posted the ./configure output below. I noticed that it says:
checking for mysql_init in -lmysqlclient... no
Presumably that's a problem, but I don't know how to fix it!! MySQL...