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

hostapd requires newer libc #2

Open
mporsch opened this issue Sep 17, 2012 · 1 comment
Open

hostapd requires newer libc #2

mporsch opened this issue Sep 17, 2012 · 1 comment

Comments

@mporsch
Copy link
Contributor

mporsch commented Sep 17, 2012

root@zotac--3:~# hostapd /tmp/host.conf
hostapd: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.14' not found (required by hostapd)

zotac pkglist is configured to download master branch of hostapd git repo

@jcard0na
Copy link
Member

This is probably the same issue we had with authsae: we are not cleanly
compiling against the target's libraries but against the host libraries
instead.
Jason solved this for authsae. Maybe you can take a look at
scripts/authsae.sh and follow the same approach in hostapd.sh

On Mon, Sep 17, 2012 at 11:15 AM, Marco Porsch [email protected]:

root@zotac--3:~# hostapd /tmp/host.conf
hostapd: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.14' not found
(required by hostapd)

zotac pkglist is configured to download master branch of hostapd git repo


Reply to this email directly or view it on GitHubhttps://github.com//issues/2.

Javier Cardona
cozybit Inc.
http://www.cozybit.com

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

2 participants