Yes. My results look like the following. Line numbers are from "view" when inspecting "config.log" from the curl "configure" script.
3830 configure:28392: checking run-time libs availability 3831 configure:28414: gcc -o conftest -m32 -Xlinker -R/lib:/usr/lib:/usr/local/lib -Werror-implicit-function-declaration -O2 -Wno-system-headers conftes t.c -lz -lrt >&5 3832 /usr/bin/ld: skipping incompatible /usr/lib64/libz.so when searching for -lz 3833 /usr/bin/ld: cannot find -lz 3834 collect2: ld returned 1 exit status 3835 configure:28414: $? = 1 3836 configure: program exited with status 1 3837 configure: failed program was: libz i686 is installed on the machine. Thanks for the response! Bob -----Original Message----- From: curl-library <curl-library-boun...@cool.haxx.se> On Behalf Of Richard Gray via curl-library Sent: Friday, March 15, 2019 3:44 PM To: Robert Sorrells via curl-library <curl-library@cool.haxx.se> Cc: Richard Gray <rg...@plustechnologies.com> Subject: Re: Need to build 32-bit curl on RH Linux 64-bit Robert Sorrells via curl-library wrote: > Conclusion: I have determined that under RHEL 6.6 it is not possible to > change the absolute search path of "ld". I managed to pare it down by > playing with /etc/ld.so.conf, but it still ALWAYS searches /usr/lib64 first. > "ld" itself is dependent on /usr/lib64 for run-time, but this should have no > influence on the SEARCH path for linking. I'm going to have my SA install > the 32-bit RPM. > > Bob Sorrells > Have you tried setting the -R dir:dir:dir... linker flag to force a search order? Rich ------------------------------------------------------------------- Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library Etiquette: https://curl.haxx.se/mail/etiquette.html This email and the information contained herein is proprietary and confidential and subject to the Amdocs Email Terms of Service, which you may review at https://www.amdocs.com/about/email-terms-of-service <https://www.amdocs.com/about/email-terms-of-service> ------------------------------------------------------------------- Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library Etiquette: https://curl.haxx.se/mail/etiquette.html