-
Notifications
You must be signed in to change notification settings - Fork 9
Minor fix. #5
Copy link
Copy link
Open
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels