Finn

Results 38 comments of Finn

Looks like some of the rust tests broke in that merge. shall investigate tomorrow :)

The current changes attempt to install `libmariadb-dev-compat` from apt, I have also just tried to use `libmariadb-dev` from apt but still no luck. ( providing I'm actually installing them correctly....

Yea no worries, pretty much the same from my side. sounds good to me.

> libmysqlclient-dev Unfortunately that does not seem to be an installable package. ` #12 3.614 Reading state information... #12 3.653 Package libmysqlclient-dev is not available, but is referred to by...

> Just to be clear, is this package a MySQL server (something that runs the database) or just a connector? I've looked at the package but I'm rather confused. I...

> Try `libmariadb-dev` instead. Still the same, truncated error message from cargo build: `#14 34.50 = note: /nix/store/f0rrfmf8kh5bsiql5bbq7m4h3xgihpnx-binutils-2.38/bin/ld: cannot find -lmysqlclient: No such file or directory`. Looking at the package...

> Try `libmariadb-dev-compat`. AH! https://packages.debian.org/buster/amd64/libmariadb-dev-compat/filelist. You might be onto a winner. ill try it.

Still no luck. I have tried multiple variations of the rust flags i use locally e.g: `-L/usr/lib/x86_64-linux-gnu/libmysqlcppconn-static.a` | `-L/usr/lib/x86_64-linux-gnu/` so forth and so on.

Tried all three the last two gives the following error probally due to the filepath parsing. ``` #11 3.042 error: attribute 'so' missing #11 3.042 #11 3.042 at /app/environment.nix:6:52: #11...