Version mismatch
Hi,
I have been trying to install modkit from the compiled binaries for the latest release (e.g. modkit_v0.3.1_centos7_x86_64.tar.gz) but it seems to install an older version modkit --version mod_kit 0.1.12 which has the fatal runtime error: stack overflow.
I successfully installed mod_kit 0.3.1 when building from source and it's working as intended. However, I am not sure if I was doing something wrong with the binary installations or if there is some other issue here.
Hello @rugilemat,
Is it possible that you have an older version in your PATH and it's taking precedence over the version you've downloaded? I just downloaded the latest release and:
$ ./dist/modkit --version
mod_kit 0.3.1
Compiling from source is fine too.
@rugilemat any luck?