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

buildme.sh fails when searching libz on Debian 9 (stretch) #75

Open
LeSpocky opened this issue Nov 27, 2019 · 0 comments
Open

buildme.sh fails when searching libz on Debian 9 (stretch) #75

LeSpocky opened this issue Nov 27, 2019 · 0 comments

Comments

@LeSpocky
Copy link

This is the result when trying to build 6265ea5 on Debian GNU/Linux version 9 (stretch) on amd64:

% ./buildme.sh                                                                                     :(
RUN_TESTS:1 CLEAN:1 USE_HINTS:1 RENAME_x86:1 target all
Looks like your compiler is gcc
gcc (Debian 6.3.0-18+deb9u1) 6.3.0 20170516
Copyright (C) 2016 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

./buildme.sh: line 253: ldconfig: command not found
libz not found - please install it

The reason is ldconfig is located in /sbin which is not in PATH for an ordinary unprivileged user (you would not build as root, why would you?). The following message about a missing libz is at best misleading.

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

1 participant