Marc Chamberlin wrote:
On 02/03/2019 11:23 PM, Per Jessen wrote:
Marc Chamberlin wrote:
/usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: /lib/libpam.so.0: error adding symbols: file in wrong format collect2: error: ld returned 1 exit status gmake: *** [Makefile:29: vsftpd] Error 1 Wild guess - libpam.so.0 is 32bit?
# file /lib/libpam.so.0.84.2 /lib/libpam.so.0.84.2: ELF 32-bit LSB shared object, Intel 80386,
You'll want to link with the 64-bit version:
# file /lib64/libpam.so.0.84.2 /lib64/libpam.so.0.84.2: ELF 64-bit LSB shared object, x86-64,
Thanks Per, you pointed out the obvious and I am slapping myself on my head!
Don't do that, you'll only end up bald, like me :-)
Ever onward to solve then next puzzle which seems to be a missing bunch of SSL stuff for vsftpd... I will puzzle on it some but may be back with more questions. ;-)
You said something about a bad error message from vsftpd - when you've made some progress, maybe keep us in the loop? -- Per Jessen, Zürich (-0.1°C) http://www.dns24.ch/ - your free DNS host, made in Switzerland. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org