Hunt framework 1.0.0 released

noclear noclear at 163.com
Wed Jun 6 08:35:27 UTC 2018


On Tuesday, 5 June 2018 at 13:07:49 UTC, Chris wrote:
> On Tuesday, 5 June 2018 at 07:25:33 UTC, Brian wrote:
>> We are pleased to announce an official version of hunt 1.0 , 
>> This is an important milestone release!
>>
>> [...]
>
> /usr/bin/ld: cannot find -lmysqlclient
> collect2: error: ld returned 1 exit status
> Error: linker exited with status 1

Hunt dependency ORM framework Entity and Entity need link 
mysqlclient, so you need to have the following dependency 
installed:
libmysqlclient.

sudo apt-get install libmysqlclient-dev # Debian / Ubuntu
sudo yum install mysql-devel # Red Hat / CentOS
brew install mysql-connector-c # macOS (Homebrew)


More information about the Digitalmars-d-announce mailing list