This is a discussion on Problems compiling alpine 0.999 within the alt.comp.mail.qmail forums, part of the Mail Servers and Related category; Hi there I'm having trouble compiling alpine source on linux 2.4 with openssl 0.9.8e It get ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi there
I'm having trouble compiling alpine source on linux 2.4 with openssl 0.9.8e It get to a point where bio.h is called but i get the following make[4]: Entering directory `/usr/src/alpine-0.999/alpine' /bin/sh ../libtool --tag=CC --mode=link gcc -g -pthread -g -O2 `cat .../c-client/LDFLAGS` -o alpine addrbook.o adrbkcmd.o after.o alpine.o arg.o busy.o colorconf.o confscroll.o context.o dispfilt.o flagmaint.o folder.o help.o imap.o init.o kblock.o keymenu.o ldapconf.o listsel.o mailcmd.o mailindx.o mailpart.o mailview.o newuser.o pattern.o pipe.o print.o radio.o remote.o reply.o roleconf.o send.o setup.o signal.o status.o takeaddr.o titlebar.o date.o ../pico/libpico.a .../pico/osdep/libpicoosd.a ../pith/libpith.a ../pith/osdep/libpithosd.a .../pith/charconv/libpithcc.a osdep/libpineosd.a ../c-client/c-client.a -ltcl -lncurses gcc -g -pthread -g -O2 -o alpine addrbook.o adrbkcmd.o after.o alpine.o arg.o busy.o colorconf.o confscroll.o context.o dispfilt.o flagmaint.o folder.o help.o imap.o init.o kblock.o keymenu.o ldapconf.o listsel.o mailcmd.o mailindx.o mailpart.o mailview.o newuser.o pattern.o pipe.o print.o radio.o remote.o reply.o roleconf.o send.o setup.o signal.o status.o takeaddr.o titlebar.o date.o -lpam -ldl -L/usr/local/ssl/lib -lssl -lcrypto ../pico/libpico.a ../pico/osdep/libpicoosd.a .../pith/libpith.a ../pith/osdep/libpithosd.a .../pith/charconv/libpithcc.a osdep/libpineosd.a ../c-client/c-client.a -ltcl -lncurses .../c-client/c-client.a(osdep.o): In function `ssl_onceonlyinit': /usr/src/alpine-0.999/imap/c-client/osdep.c:351: the use of `tmpnam' is dangerous, better use `mkstemp' .../c-client/c-client.a(osdep.o): In function `ssl_start_work': /usr/src/alpine-0.999/imap/c-client/osdep.c:472: undefined reference to `BIO_new_mem_buf' /usr/src/alpine-0.999/imap/c-client/osdep.c:481: undefined reference to `BIO_new_mem_buf' .../c-client/c-client.a(osdep.o): In function `ssl_genkey': /usr/src/alpine-0.999/imap/c-client/osdep.c:988: undefined reference to `RSA_generate_key' collect2: ld returned 1 exit status make[4]: *** [alpine] Error 1 make[4]: Leaving directory `/usr/src/alpine-0.999/alpine' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/usr/src/alpine-0.999/alpine' make[2]: *** [all] Error 2 make[2]: Leaving directory `/usr/src/alpine-0.999/alpine' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/src/alpine-0.999' make: *** [all] Error 2 It looks to me like the calls to BIO_new_mem_buf are broken Could be wrong bio.h is definitly included and pathed accurately Has anyone else seen this? cheers Jack -- |