azhu26

Results 16 comments of azhu26

I think this looks like that 'make' ran the isql program as if the build process had run 'make install' ...

I would like you to be aware of this fact: I don't have problem to build and run firebird 3.0.11 in the same environment that I try to get 4.0.4...

Hi, Alex: just in case, Arch is a versionless distribution, unlike most of other distros. it is so simple and seamless to upgrade entire system/packages in a simple command. In...

running the command: `coredumpctl dump 13470 --output firebird-coredump` generating the following from screen output: ``` PID: 13470 (isql) UID: 1000 (jzhu) GID: 1000 (jzhu) Signal: 11 (SEGV) Timestamp: Wed 2024-06-26...

follow asfernandes step from `git clone` upto `./autogen.sh` -- so our configure.ac should be the same. however, autogen failed as below: ``` ./autogen.sh --enable-developer --enable-binreloc --with-builtin-tommath --with-builtin-tomcrypt AUTORECONF=autoreconf Running autoreconf...

changed to v5.0-release, autogen.sh and make works. (it also requires cmake but it is easy to install; nice to have autoconf to check though). hesitate to `make install` as it...