Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fail to find the HyperTable library in cmake #28

Closed
kim135797531 opened this issue May 11, 2015 · 2 comments
Closed

Fail to find the HyperTable library in cmake #28

kim135797531 opened this issue May 11, 2015 · 2 comments
Labels

Comments

@kim135797531
Copy link
Contributor

Hello,

When I'm trying to cmake, I'm getting the following error even I installed HyperTable library.

"Hypertable not found; the experimental distributed persistence DB needs it."

After finding cause of this problem, I can build with successfully when I changed to content of lib/FindHyperTable.cmake

FIND_LIBRARY(HYPER_DFS_BROKER NAMES HyperDfsBroker PATHS ${HYPER_LIB_PATHS})
to
FIND_LIBRARY(HYPER_DFS_BROKER NAMES HyperFsBroker PATHS ${HYPER_LIB_PATHS})

HyperDfsBroker to HyperFsBroker works with me, but I'm not sure why name of library in HyperTable is different.

I'm using Ubuntu 14.04 LTS x64 and I installed HyperTable library by aptitude. Version of library is 0.9.8.4.

Thanks,
DongMin

@linas
Copy link
Member

linas commented May 11, 2015

hyertable is broken and unsupported. Don't use it.

@linas linas closed this as completed May 11, 2015
@linas linas added the wontfix label May 11, 2015
@kim135797531
Copy link
Contributor Author

Oh, I see. Thanks :)

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants