lcastelli / chdb

A fast read-only memory mapped hash-table for PHP
Other
57 stars 9 forks source link

Minor fix. #5

Open remicollet opened 11 years ago

remicollet commented 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