Skip to content

Minor fix. #5

@remicollet

Description

@remicollet

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions