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

libpam-otpw | undefined symbol: __aeabi_uidivmod #729

Closed
qswks opened this issue Nov 22, 2014 · 1 comment
Closed

libpam-otpw | undefined symbol: __aeabi_uidivmod #729

qswks opened this issue Nov 22, 2014 · 1 comment

Comments

@qswks
Copy link

qswks commented Nov 22, 2014

When trying to authenticate using otpw, the following error shows up in /var/log/auth.log

PAM unable to dlopen(pam_otpw.so): /lib/security/pam_otpw.so: undefined symbol: __aeabi_uidivmod

Same installation procedure in regular Debian (x86_64) works prefectly.

How to reproduce
  • apt-get install libpam-otpw (1.3-2 in my case)
  • Add a new file /etc/pam.d/otpw-auth with the following contents
    auth sufficient pam_otpw.so debug
    session optional pam_otpw.so
  • Modify /etc/pam.d/sshd, add a new entry @include otpw-auth just above @include common-auth.
  • Enable ChallengeResponseAuthentication yes in /etc/ssh/sshd_config.
  • Add AuthenticationMethods keyboard-interactive to etc/ssh/sshd_config (OpenSSH 6.2 or above required)
uname -a

Linux raspberrypi 3.12.28+ #709 PREEMPT Mon Sep 8 15:28:00 BST 2014 armv6l GNU/Linux

syslog entry

PAM unable to dlopen(pam_otpw.so): /lib/security/pam_otpw.so: undefined symbol: __aeabi_uidivmod

Thanks!

@popcornmix
Copy link
Collaborator

This isn't a linux (kernel) issue but a raspbian distribution issue.
Probably best to ask here: http://www.raspberrypi.org/forums/viewforum.php?f=66

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