Hi all, today i want to start the upgrade on my mailserver, after the tests on my test machine are finished. I get the following error after 'make'
/home/tools/dbmail-2.0.3# make make all-recursive make[1]: Entering directory `/home/tools/dbmail-2.0.3' Making all in mysql make[2]: Entering directory `/home/tools/dbmail-2.0.3/mysql' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/tools/dbmail-2.0.3/mysql' Making all in pgsql make[2]: Entering directory `/home/tools/dbmail-2.0.3/pgsql' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/tools/dbmail-2.0.3/pgsql' Making all in auth make[2]: Entering directory `/home/tools/dbmail-2.0.3/auth' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/tools/dbmail-2.0.3/auth' Making all in sort make[2]: Entering directory `/home/tools/dbmail-2.0.3/sort' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/tools/dbmail-2.0.3/sort' Making all in man make[2]: Entering directory `/home/tools/dbmail-2.0.3/man' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/tools/dbmail-2.0.3/man' make[2]: Entering directory `/home/tools/dbmail-2.0.3' /bin/sh ./libtool --mode=link gcc -fomit-frame-pointer -g -O2 -W -Wall -Wpointer-arith -Wstrict-prototypes -o libdbmail.la -rpath /usr/lib config.lo debug.lo list.lo dbmd5.lo md5.lo db.lo misc.lo mime.lo pidfile.lo server.lo serverchild.lo pool.lo header.lo pipe.lo forward.lo dsn.lo mysql/libmysqldbmail.la sort/libsortdbmail.la auth/libauthdbmail.la -L/usr/lib -lmysqlclient -lz -lcrypt -lnsl -lm -L/usr/lib -lssl -lcrypto gcc -shared .libs/config.o .libs/debug.o .libs/list.o .libs/dbmd5.o .libs/md5.o .libs/db.o .libs/misc.o .libs/mime.o .libs/pidfile.o .libs/server.o .libs/serverchild.o .libs/pool.o .libs/header.o .libs/pipe.o .libs/forward.o .libs/dsn.o -Wl,--rpath -Wl,/home/tools/dbmail-2.0.3/mysql/.libs -Wl,--rpath -Wl,/home/tools/dbmail-2.0.3/sort/.libs -Wl,--rpath -Wl,/home/tools/dbmail-2.0.3/auth/.libs -Wl,--rpath -Wl,/usr/lib/dbmail mysql/.libs/libmysqldbmail.so sort/.libs/libsortdbmail.so auth/.libs/libauthdbmail.so -L/usr/lib /usr/lib/libmysqlclient.so -lz -lcrypt -lnsl -lm -lssl -lcrypto -Wl,-soname -Wl,libdbmail.so.0 -o .libs/libdbmail.so.0.0.0 /usr/bin/ld: cannot find -lssl collect2: ld returned 1 exit status make[2]: *** [libdbmail.la] Error 1 make[2]: Leaving directory `/home/tools/dbmail-2.0.3' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/tools/dbmail-2.0.3' make: *** [all-recursive-am] Error 2 it´s the same configuration on my testserver (i think so), but i dont found why he doesnt cant find the 'lssl' Have anybody an idea for me? i run the ./configure with this Options --prefix=/usr --with-mysql Cheers, Christian
