Probably trivial Linux link problem that I've spent hours on.

Andrea Fontana via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Tue Jul 5 00:22:48 PDT 2016


On Tuesday, 5 July 2016 at 03:32:25 UTC, WhatMeWorry wrote:
> Just learning Linux. Got my first vibe/dub project which dies 
> at:
>
> Compiling diet template 'index.dt'...
> Linking...
> /usr/bin/ld: cannot find -lsqlite3
> collect2: error: ld returned 1 exit status
>
>
> I downloaded DUB's d2sqlite3 and built it fine.
> I've got sqlite3 on my system by default (came with Xununtu) I

You need *-dev package probabily. Something like:

sudo apt-get install libsqlite3-dev

Andrea


More information about the Digitalmars-d-learn mailing list