Open remicollet opened 11 years ago
From trying version 1.0.3, quick notes:
Bad version:
$ grep PHP_CHDB_VERSION chdb-1.0.3/*h chdb-1.0.3/php_chdb.h:#define PHP_CHDB_VERSION "1.0.1"
Bad archive (bad Archive_Tar used to generate the package)
$ tar tf chdb-1.0.3.tgz package.xml
Shoud use $PHP_LIBDIR instead of "lib" in config .m4 (could be "lib64"), so --with-libdir will be honoured.
sed -e 's:/lib:/$PHP_LIBDIR:' -i config.m4
All are trivial. Thanks
From trying version 1.0.3, quick notes:
Bad version:
Bad archive (bad Archive_Tar used to generate the package)
Shoud use $PHP_LIBDIR instead of "lib" in config .m4 (could be "lib64"), so --with-libdir will be honoured.
All are trivial. Thanks