All of lore.kernel.org
 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

* Re: Error compiling courier-imap (problems with SSL/TLS)
  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
  0 siblings, 1 reply; 5+ messages in thread
From: Glynn Clements @ 2007-02-09 22:31 UTC (permalink / raw)
  To: Mário Gamito; +Cc: linux-admin


Mário Gamito wrote:

> 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.

> ./.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'

Tip: if you need to paste error messages into an email message, don't
try to scrape the text out of a terminal window; redirect the "make"
output to a file, then either paste from that or, if your mail client
insists upon line-wrapping, include the relevant portion of the file
as an attachment.

Anyhow, judging from the error messages, I'd say that you need to add
-lssl (and possibly -ldl) to the linking flags.

-- 
Glynn Clements <glynn@gclements.plus.com>
-
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

* Re: Error compiling courier-imap (problems with SSL/TLS)
  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
  0 siblings, 2 replies; 5+ messages in thread
From: Mário Gamito @ 2007-02-09 22:39 UTC (permalink / raw)
  To: Glynn Clements; +Cc: linux-admin

Hi,

Thank you for your answer.

Glynn Clements wrote:
> Tip: if you need to paste error messages into an email message, don't
> try to scrape the text out of a terminal window; redirect the "make"
> output to a file, then either paste from that or, if your mail client
> insists upon line-wrapping, include the relevant portion of the file
> as an attachment.
Ok.


> Anyhow, judging from the error messages, I'd say that you need to add
> -lssl (and possibly -ldl) to the linking flags.
Shoud it be this ?
CFLAGS = -g -O2 -lssl -ldl

If it is, i still get the error :(

Warm Regards,
Mário Gamito


-
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

* Re: Error compiling courier-imap (problems with SSL/TLS)
  2007-02-09 22:39   ` Mário Gamito
@ 2007-02-10  0:11     ` Glynn Clements
  2007-02-10  9:56     ` Benoît Rouits
  1 sibling, 0 replies; 5+ messages in thread
From: Glynn Clements @ 2007-02-10  0:11 UTC (permalink / raw)
  To: Mário Gamito; +Cc: linux-admin


Mário Gamito wrote:

> > Tip: if you need to paste error messages into an email message, don't
> > try to scrape the text out of a terminal window; redirect the "make"
> > output to a file, then either paste from that or, if your mail client
> > insists upon line-wrapping, include the relevant portion of the file
> > as an attachment.
> Ok.
> 
> 
> > Anyhow, judging from the error messages, I'd say that you need to add
> > -lssl (and possibly -ldl) to the linking flags.
> Shoud it be this ?
> CFLAGS = -g -O2 -lssl -ldl

-l switches should normally go into either LDFLAGS or LOADLIBES.

-- 
Glynn Clements <glynn@gclements.plus.com>
-
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

* Re: Error compiling courier-imap (problems with SSL/TLS)
  2007-02-09 22:39   ` Mário Gamito
  2007-02-10  0:11     ` Glynn Clements
@ 2007-02-10  9:56     ` Benoît Rouits
  1 sibling, 0 replies; 5+ messages in thread
From: Benoît Rouits @ 2007-02-10  9:56 UTC (permalink / raw)
  To: Mário Gamito; +Cc: Glynn Clements, linux-admin

-lssl -ldl should be _after_ the objects
i mean, the compilation line must look like
gcc -g -O2 $OBJECTS -ldl -lssl
these are not CFLAGS, bug LDFLAGS

On ven, 2007-02-09 at 22:39 +0000, Mário Gamito wrote:
> Hi,
> 
> Shoud it be this ?
> CFLAGS = -g -O2 -lssl -ldl
> 
> If it is, i still get the error :(
> 
> Warm Regards,
> Mário Gamito
> 


-
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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.