On Tue, Sep 03, 2019 at 08:58:45AM -0600, Zube wrote: > With a locally built openssl 111c, 2.9.0dev.4 builds fine on CentOS 6 with: > > ./configure --prefix=/usr/local/lynx --with-ssl=/usr/local/aux/lynx/ssl111c > > But it fails on CentOS 7:
I'd suppose that there's some additional difference (e.g., your CentOS 6 is 32-bit, or its directory-layout differs). > In src/makefile, there is this line: > > LDFLAGS = -Wl,-rpath,/usr/local/aux/lynx/ssl111c/lib -L/lib64 > -L/usr/local/aux/lynx/ssl111c/lib The config.log files would show which step added the different -L/-l options. > If I move the -L/lib64 to the end, it builds. > > CentOS 6 has 1.0.1e as native, CentOS 7 has 1.0.2k. ...something to investigate :-) -- Thomas E. Dickey <[email protected]> https://invisible-island.net ftp://ftp.invisible-island.net
signature.asc
Description: PGP signature
_______________________________________________ Lynx-dev mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/lynx-dev
