linux-admin.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Error compiling courier-imap (problems with SSL/TLS)
@ 2007-02-09 21:01 Mário Gamito
  2007-02-09 22:31 ` Glynn Clements
  0 siblings, 1 reply; 5+ messages in thread
From: Mário Gamito @ 2007-02-09 21:01 UTC (permalink / raw)
  To: linux-admin

Hi,

Maybe this is not the proper place to put his question, but the 
courier-imap mailing list is comfortably numb.

So, i thought you people could give me an hand on this.

I'm getting several errors compiling courier-imap (they follow my 
signature).

They're SSL/TLS related.
I have openssl installed in /usr/local/ssl

Before running make, i'v executed:
$ export CPPFLAGS="-I/usr/local/ssl/include"
$ export LDFLAGS="-L/usr/local/ssl/lib"

Any help would be appreciated.

Warm Regards,
Mário Gamito
-- 
make[3]: Entering directory `/usr/local/src/courier-imap-4.1.2/tcpd'
Linking couriertls
/usr/local/ssl/lib/libcrypto.a(dso_dlfcn.o)(.text+0x38): In function 
`dlfcn_load                  ':
: undefined reference to `dlopen'
/usr/local/ssl/lib/libcrypto.a(dso_dlfcn.o)(.text+0xa0): In function 
`dlfcn_load                  ':
: undefined reference to `dlclose'
/usr/local/ssl/lib/libcrypto.a(dso_dlfcn.o)(.text+0xc9): In function 
`dlfcn_load                  ':
: undefined reference to `dlerror'
/usr/local/ssl/lib/libcrypto.a(dso_dlfcn.o)(.text+0x13e): In function 
`dlfcn_unl                 oad':
: undefined reference to `dlclose'
/usr/local/ssl/lib/libcrypto.a(dso_dlfcn.o)(.text+0x1f5): In function 
`dlfcn_bin                 d_var':
: undefined reference to `dlsym'
/usr/local/ssl/lib/libcrypto.a(dso_dlfcn.o)(.text+0x241): In function 
`dlfcn_bin                 d_var':
: undefined reference to `dlerror'
/usr/local/ssl/lib/libcrypto.a(dso_dlfcn.o)(.text+0x2d5): In function 
`dlfcn_bin                 d_func':
: undefined reference to `dlsym'
/usr/local/ssl/lib/libcrypto.a(dso_dlfcn.o)(.text+0x321): In function 
`dlfcn_bin                 d_func':
: undefined reference to `dlerror'
./.libs/libcouriertls.a(libcouriertls.o)(.text+0x462): In function 
`rsa_callback                    ':
/usr/local/src/courier-imap-4.1.2/tcpd/libcouriertls.c:216: undefined 
reference                 to `RSA_generate_key'
./.libs/libcouriertls.a(libcouriertls.o)(.text+0x686): In function 
`process_rsac                    ertfile':
/usr/local/src/courier-imap-4.1.2/tcpd/libcouriertls.c:274: undefined 
reference                 to `SSL_CTX_use_certificate_chain_file'
./.libs/libcouriertls.a(libcouriertls.o)(.text+0x697):/usr/local/src/courier-ima
       p-4.1.2/tcpd/libcouriertls.c:280: undefined reference to 
`SSL_CTX_use_RSAPrivate                              Key_file'
./.libs/libcouriertls.a(libcouriertls.o)(.text+0x6f7): In function 
`process_dhce                    rtfile':
/usr/local/src/courier-imap-4.1.2/tcpd/libcouriertls.c:299: undefined 
reference                 to `SSL_CTX_use_certificate_chain_file'
./.libs/libcouriertls.a(libcouriertls.o)(.text+0x798):/usr/local/src/courier-ima
       p-4.1.2/tcpd/libcouriertls.c:328: undefined reference to 
`SSL_CTX_use_PrivateKey                              _file'
./.libs/libcouriertls.a(libcouriertls.o)(.text+0xa85): In function 
`tls_create':
/usr/local/src/courier-imap-4.1.2/tcpd/libcouriertls.c:405: undefined 
reference                 to `SSL_load_error_strings'
./.libs/libcouriertls.a(libcouriertls.o)(.text+0xa8a):/usr/local/src/courier-ima
       p-4.1.2/tcpd/libcouriertls.c:406: undefined reference to 
`SSL_library_init'
./.libs/libcouriertls.a(libcouriertls.o)(.text+0xaf4):/usr/local/src/courier-ima
       p-4.1.2/tcpd/libcouriertls.c:421: undefined reference to 
`TLSv1_method'
./.libs/libcouriertls.a(libcouriertls.o)(.text+0xb19):/usr/local/src/courier-ima
       p-4.1.2/tcpd/libcouriertls.c:419: undefined reference to 
`SSLv2_method'
./.libs/libcouriertls.a(libcouriertls.o)(.text+0xf62):/usr/local/src/courier-ima
       p-4.1.2/tcpd/libcouriertls.c:421: undefined reference to 
`SSLv23_method'
./.libs/libcouriertls.a(libcouriertls.o)(.text+0x106a): In function 
`cache_add':
/usr/local/src/courier-imap-4.1.2/tcpd/libcouriertls.c:604: undefined 
reference                 to `i2d_SSL_SESSION'
./.libs/libcouriertls.a(libcouriertls.o)(.text+0x10e1):/usr/local/src/courier-im
       ap-4.1.2/tcpd/libcouriertls.c:621: undefined reference to 
`i2d_SSL_SESSION'
./.libs/libcouriertls.a(libcouriertls.o)(.text+0x122d): In function 
`get_func':
/usr/local/src/courier-imap-4.1.2/tcpd/libcouriertls.c:694: undefined 
reference                 to `d2i_SSL_SESSION'
collect2: ld returned 1 exit status
make[3]: *** [couriertls] Error 1
make[3]: Leaving directory `/usr/local/src/courier-imap-4.1.2/tcpd'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/usr/local/src/courier-imap-4.1.2/tcpd'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/courier-imap-4.1.2'
make: *** [all] Error 2
-
To unsubscribe from this list: send the line "unsubscribe linux-admin" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2007-02-10  9:56 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-02-09 21:01 Error compiling courier-imap (problems with SSL/TLS) Mário Gamito
2007-02-09 22:31 ` Glynn Clements
2007-02-09 22:39   ` Mário Gamito
2007-02-10  0:11     ` Glynn Clements
2007-02-10  9:56     ` Benoît Rouits

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).