|
From: Sri N. <sr...@su...> - 2003-07-03 00:15:58
|
My environment: cygwin in a windows 2000 machine. I installed openssl. So far so good. Then I tried to install proftpd-1.2.9rc1-2 with mod_tls using ./configure --with-modules=3Dmod_tls = --with-includes=3D/usr/local/ssl/include = --with-libraries=3D/usr/local/ssl/lib This runs ok. Then when I run 'make', I get the following error at the end. make[1]: Leaving directory `/usr/src/proftpd-1.2.9rc1-2/modules' gcc -Llib -o proftpd.exe src/main.o src/timers.o src/sets.o src/pool.o = src/rege xp.o src/dirtree.o src/support.o src/inet.o src/log.o src/bindings.o = src/scorebo ard.o src/feat.o src/netio.o src/response.o src/ident.o src/data.o = src/modules.o src/auth.o src/fsio.o src/mkhome.o modules/mod_core.o = modules/mod_xfer.o module s/mod_auth_unix.o modules/mod_auth_file.o modules/mod_auth.o = modules/mod_ls.o mo dules/mod_log.o modules/mod_site.o modules/mod_tls.o = modules/module_glue.o -lsu pp -lssl -lcrypto -L/usr/local/ssl/lib modules/mod_auth_unix.o(.text+0x1028):mod_auth_unix.c: undefined = reference to `_ crypt' modules/mod_auth_file.o(.text+0x1898):mod_auth_file.c: undefined = reference to `_ crypt' collect2: ld returned 1 exit status make: *** [proftpd.exe] Error 1 Any ideas what I should do to correct this error? TIA Sri. |