-
Use php -v
error while loading shared libraries: libmysqlclient.so.16: cannot open shared object file: No such file or directory
-
Hi there! I'm a maintainer of DBD::mysql.
The libmysqlclient version shipped with StrawberryPerl is quite old (based on MySQL 5.1).
It would be awesome if StrawberryPerl could bundle a newer version …
-
-
In macOS Ventura (and probably earlier versions) the brew package `mysql` provides `libmysqlclient.22.dylib`:
```
➜ ~ brew info mysql
==> mysql: stable 8.2.0 (bottled)
➜ ~ brew ls mysql|grep…
-
### Package and Environment Details
* Package Name/Version: **libmysqlclient/any**
* Operating System+version: **macos mojave**
* Compiler+version: **clang 13**
* Docker image: **n/a**
* Conan ve…
-
I want port **[libmysqlclient](https://github.com/mysql/mysql-server)** to sgx.
Because of lack of experience porting c lib to sgx, hope to get some feasible suggestions:
- Is it feasible ?
- Ho…
-
Hi, Thank you very much for this library. We have been using it for many years.
We were trying to move to reinstall the library in Ubuntu 20.04.
We have libmysqlclient-dev installed. But during th…
-
Hi, I'm trying to build the program on Ubuntu 24.04 installed on Turing RK1 ( RK3588-based compute module ), but the server part build is crashing due to Cmake being unable to detect MySQL lib for Dro…
-
hi!
I'm trying to use _node-dbi_ with _generic-pool_. It works well with adaptor _mysql_.
With _mysql-libmysqlclient_ i get:
```
ERROR pool dbi - release called twice for the same resource: Error
…
buxit updated
10 years ago
-
Hello,
the prebuilt binary fails because the version of libmysqlclient-dev you use is outdated. It's not possible to get on debian it seems.
I get
> spar: /lib/x86_64-linux-gnu/libmysqlclient.so.2…