I'm using mandrake linux 10.0 I compile myself zlib 1.2.3 (sucess), openssl 0.9.8b (sucess), then openssh-4.3p2 (fail) with error like "undefined reference to 'dlerror'" make: *** [ssh] Error 1. I think problem for me was no libdl included in LIBS in top Makefile, so I manually add -ldl to LIBS variable and compile works. If this is bug in ./configure please fix, if I did something wrong in compile, please tell me. Cheers! Yusef
yusef ramsey wrote:> I'm using mandrake linux 10.0 I compile myself zlib 1.2.3 (sucess), > openssl 0.9.8b (sucess), then openssh-4.3p2 (fail) with error like > "undefined reference to 'dlerror'" make: *** [ssh] Error 1. > > I think problem for me was no libdl included in LIBS in top Makefile, > so I manually add -ldl to LIBS variable and compile works.It's a known problem with configure. OpenSSL 0.9.8x (or at least some configurations?) require libdl whereas previous versions (usually?) didn't. http://bugzilla.mindrot.org/show_bug.cgi?id=1181 -- Darren Tucker (dtucker at zip.com.au) GPG key 8FF4FA69 / D9A3 86E9 7EEE AF4B B2D4 37C9 C982 80C7 8FF4 FA69 Good judgement comes with experience. Unfortunately, the experience usually comes from bad judgement.
Reasonably Related Threads
- Problem compiling openssh-4.3p2 w/ openssl.0.9.8a on FC3
- [LLVMdev] Trouble Resolving Objective-C Symbols in lli
- [LLVMdev] Trouble Resolving Objective-C Symbols in lli
- [LLVMdev] Trouble Resolving Objective-C Symbols in lli
- [LLVMdev] Trouble Resolving Objective-C Symbols in lli