sqlite-vec icon indicating copy to clipboard operation
sqlite-vec copied to clipboard

sqlite-vec-0.1.6-static-linux-aarch64.tar.gz = arm7 32bit!!

Open tamis-laan opened this issue 6 months ago • 1 comments

In the latest release the precompiled library: https://github.com/asg017/sqlite-vec/releases/download/v0.1.6/sqlite-vec-0.1.6-loadable-linux-aarch64.tar.gz

It's not aarch64 but 32 bit!!

root@0dfc6f898845:/usr/local/lib# readelf -h vec0.so
ELF Header:
  Magic:                             7f 45 4c 46 01 01 01 00 00 00 00 00 00 00 00 00
  Class:                             ELF32
  Data:                              2's complement, little endian
  Version:                           1 (current)
  OS/ABI:                            UNIX - System V
  ABI Version:                       0
  Type:                              DYN (Shared object file)
  Machine:                           ARM
  Version:                           0x1
  Entry point address:               0x0
  Start of program headers:          52 (bytes into file)
  Start of section headers:          99068 (bytes into file)
  Flags:                             0x5000400, Version5 EABI, hard-float ABI
  Size of this header:               52 (bytes)
  Size of program headers:           32 (bytes)
  Number of program headers:         6
  Size of section headers:           40 (bytes)
  Number of section headers:         27
  Section header string table index: 26

tamis-laan avatar Jul 02 '25 13:07 tamis-laan

Same as https://github.com/asg017/sqlite-vec/issues/159 ?

rcleveng avatar Jul 05 '25 15:07 rcleveng