Bug #107782 | Building C API from sources is still not documented | ||
---|---|---|---|
Submitted: | 6 Jul 2022 15:03 | Modified: | 8 Jul 2022 5:47 |
Reporter: | Igor Korot | Email Updates: | |
Status: | Duplicate | Impact on me: | |
Category: | Connector / C Documentation | Severity: | S1 (Critical) |
Version: | OS: | Any | |
Assigned to: | CPU Architecture: | Any |
[6 Jul 2022 15:03]
Igor Korot
[7 Jul 2022 12:03]
MySQL Verification Team
Hi Mr. Korot, Your bug is a duplicate of the following bug: https://bugs.mysql.com/bug.php?id=107671 The instructions in the last comment on that page are more then sufficient for making our C API. We shall copy them here, so that you can find them easily ........ Compile MySQL Server; as this also compiles libmysqlclient. This is the only way to compile libmysqlclient. It really is that simple. MySQL Server has extensive documentation about how to compile MySQL Server so there's no need to replicate that. The page I linked to tells you to compile MySQL Server, and links to that "Installing MySQL from Source" documentation. Use that documentation. I'm sorry that this isn't exactly what you desire, but I think you'll find the desired information there. If not then please use a support forum for tips related to compiling MySQL Server on Windows / MacOS / Linux.
[8 Jul 2022 5:47]
Igor Korot
So, there is no way to compile ONLY libmysqlclient.dll/dylib? That sucks - it should be possible. They are 2 different pieces of software. And I guess this is the difference between 5.x and 8.x - with older version yo can do separate copilation and now you can't.