Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

-ljemalloc: applications were requested (--enable-app) but dependencies are not met #1616

Closed
PengXuu opened this issue Sep 12, 2021 · 2 comments
Labels

Comments

@PengXuu
Copy link

PengXuu commented Sep 12, 2021

log as follow:
checking for library containing malloc_stats_print... -ljemalloc
configure: error: applications were requested (--enable-app) but dependencies are not met.
And i already installed jemalloc:
ls /usr/local/lib
cmake libjemalloc.a libssl.so
engines-1.1 libjemalloc_pic.a libssl.so.1.1
libcrypto.a libjemalloc.so libwebsockets.a
libcrypto.so libjemalloc.so.2

@JackyYin
Copy link

JackyYin commented Sep 13, 2021

Hello,
I think it's not bacause of the jemalloc.
you should also check zlib, libev and libcares in your environment.

if test "x${request_app}" != "xno" &&
   test "x${have_zlib}" = "xyes" &&
   test "x${have_openssl}" = "xyes" &&
   test "x${have_libev}" = "xyes" &&
   test "x${have_libcares}" = "xyes"; then
  enable_app=yes
fi

Copy link

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days.

@github-actions github-actions bot added the Stale label May 19, 2024
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale May 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants