Skip to content

Unable to find libtaosws.so driver after ARM32 build, taosws-rs project outdated #32419

@shbb-asdea

Description

@shbb-asdea

Hi,

I successfully built TDengine directly on an ARM32 device using the following cmake options:

cmake .. -DCPUTYPE=aarch32 -DBUILD_HTTP=OFF -DTD_TAOS_TOOLS=OFF -DBUILD_DEPENDENCY_TESTS=OFF -DJEMALLOC_ENABLED=OFF -DBUILD_LUA=OFF -DBUILD_TEST=OFF -DBUILD_EXAMPLES=OFF -DWEBSOCKET=ON -DBUILD_DM_MODULE=OFF -DTD_ENTERPRISE=OFF
make VERBOSE=1
make install

The build and installation completed successfully. However, in /usr/local/taos/driver I only find:

libtaos.so.3.3.7.0.alpha

libtaosnative.so.3.3.7.0.alpha

but no libtaosws.so.

I then tried to build libtaosws.so from the repository https://github.com/taosdata/taosws-rs, but that project seems outdated with dependencies that cannot be resolved because many crates are yanked.

Could you please advise how I can obtain or build the libtaosws.so driver for ARM32 to use in my project?

Thanks in advance!

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions