* Justin Erenkrantz <[EMAIL PROTECTED]> wrote: > --On Thursday, November 13, 2003 01:17:44 +0100 Andr� Malo <[EMAIL > PROTECTED]> > wrote: > > > http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24664 > > > > It seems, that on these GNU systems there's just a /lib/libcrypto.so.1. > > The attached patch looks just for this file if -lcrypt doesn't work. > > Looks a bit ugly, though it works fine in my tests. > > Why isn't the linker picking up on it? The second argument to > AC_SEARCH_LIBS tells what -l combinations to try (first crypt, then ufc). > So, autoconf should be trying -lcrypt if it doesn't find crypt() with the > current combination of libraries. > > So, what exactly is the failure mode here? -- justin
I meant libcrypt without o, btw ;-) However the problem ist the number designation. If there's a link libcrypt.so -> libcrypt.so.1 it works without the hack. nd
