DBD-mysql icon indicating copy to clipboard operation
DBD-mysql copied to clipboard

ld: library not found for -lSystem

Open mvheetve opened this issue 3 years ago • 0 comments
trafficstars

Hi there,

trying to install software that needs DBD-mysql on MacOs 10.15.7.

At first I got the problem that libmysqlclient.18.dylib couldn't be found, but sorted this out by making a copy to /usr/local/lib/libmysqlclient.18.dylib. Now I'm missing a library, but sure on how to solve this.

(base) mvheetve@w206h206 ~ % cpanm DBD::mysql --> Working on DBD::mysql Fetching http://www.cpan.org/authors/id/D/DV/DVEEDEN/DBD-mysql-4.050.tar.gz ... OK Configuring DBD-mysql-4.050 ... OK Building and testing DBD-mysql-4.050 ... FAIL ! Installing DBD::mysql failed. See /Users/mvheetve/.cpanm/work/1663838331.16876/build.log for details. Retry with --force to force install it.

Any help would be much appreciated. Here is the log file: build.log

Regards Mattias

mvheetve avatar Sep 22 '22 09:09 mvheetve