
On 02/04/2019 11:01 AM, Per Jessen wrote:
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?
Sure, but maybe I should start a new thread? I have now managed to get past the SSL compilation/link errors I mentioned also and gotten a clean compile/build of vsftpd. These were caused by more mistakes in the script I mentioned - vsf_findlibs.sh which incorrectly tries to determine if/when the SSL and Crypto libs should be linked in or not. I will explain what I have had to do so far to get vsftpd to build, and the problem with vsftpd that I am trying to chase down in a new thread that I will title - "Issues with vsftpd", but let me poke at it a little further first. Marc.. -- Linux Counter -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org