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

[alert] Zip encoding disabled; siege requires zlib support to enable it #84

Closed
gdbtek opened this issue Oct 18, 2016 · 3 comments
Closed

Comments

@gdbtek
Copy link

gdbtek commented Oct 18, 2016

on CentOS 7, siege --version return a warning of missing zlib suppport even I already install zlib-devel. Any idea how to resolve this warning?

[root@centos cookbooks]# siege --version
[alert] Zip encoding disabled; siege requires zlib support to enable it: No such file or directory
SIEGE 4.0.2

Copyright (C) 2016 by Jeffrey Fulmer, et al.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE.
@JoeDog
Copy link
Owner

JoeDog commented Oct 18, 2016

It would appear that it didn't pick up your zlib at configure time.

Does centos install it in a strange place? Can you find zlib.h on your
system?

Run ./configure again and look for zlib in the output to see what's
happening

On Tue, Oct 18, 2016 at 1:06 AM, Nam Nguyen notifications@github.com
wrote:

on CentOS 7, siege --version return a warning of missing zlib suppport
even I already install zlib-devel. Any idea how to resolve this warning?

[alert] Zip encoding disabled; siege requires zlib support to enable it:
No such file or directory
SIEGE 4.0.2

Copyright (C) 2016 by Jeffrey Fulmer, et al.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE.

—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
https://github.com/JoeDog/siege/issues/84, or mute the thread
https://github.com/notifications/unsubscribe-auth/AFMT5uEW_c2FZBb7VjebU-hdWkutWL_Lks5q1FPqgaJpZM4KZYZl
.

@gdbtek
Copy link
Author

gdbtek commented Oct 18, 2016

run config again and it solved the issue.. Thanks

@gdbtek gdbtek closed this as completed Oct 18, 2016
@wikithink
Copy link

sudo ./configure --with-ssl="/usr/local/opt/openssl" --with-zlib="/usr/local/opt/zlib"

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

No branches or pull requests

3 participants