MySQL Forums
Forum List  »  Source, Builds, Binaries

I need the source of libmysqlclient.a,... for my Mac Xcode project
Posted by: Uwe Rasche
Date: March 12, 2022 03:32AM

Hi, I need some tipps, I have the following problems:

1) I install the newest V8.0.28 and if I replace an older version V5.? from libmysqlclient.a

I get the following link error.

object file (/Users/uwerasche/MySQL-Test/mySQL_LibV8.0.28_uni/libmysqlclient.a(client.cc.o)) was built for newer macOS version (10.15) than being linked (10.12)

With the Source code for it, I can compile it for a lower MacOS version and also a universal lib for intel and M1 . (of course I can do it with a terminal commando)

2) Who get I a lib for the iOS porting for the iPad?

Can any body help me?

For 1. I set my test project to an higher target. This can be a work around for my, but .... the linker miss Undefined symbols for architecture x86_64:
"_BIO_free", referenced from: sha256_password_auth. Other problem now.

Point 2) I have no idea
Sincerely
Uwe

Options: ReplyQuote


Subject
Views
Written By
Posted
I need the source of libmysqlclient.a,... for my Mac Xcode project
688
March 12, 2022 03:32AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.