Hello all,

I try install imap-4.3.0 on solaris 8(SPARC) but compiler said this
error.

>g++ -g -O2 -o testbdb testbdb.o  -L/usr/local/lib -L/usr/local/ssl/lib 
>./.libs/l
>ibbdbobj.a -ldb   -Wl,-R -Wl,/usr/local/lib:/usr/lib
>Undefined                       first referenced
> symbol                             in file
>cerr                                testbdb.o
>endl(ostream &)                     testbdb.o
>__out_of_range(char const *)        testbdb.o
>__length_error(char const *)        testbdb.o
>ostream::operator<<(char const *)   testbdb.o
>ld: fatal: Symbol referencing errors. No output written to testbdb
>collect2: ld returned 1 exit status

I am already installed authlib-0.60.2,Berkeley DB 4.1.25.
Then I also try compile imap-4.1.1. It passed testbdb but it said
another error.

>gcc -DHAVE_CONFIG_H -I. -I. -I.   -I/usr/local/ssl/include  -I./.. -I.. -Wall 
>-g -O2 -c starttls.c
>Linking couriertls
>Undefined                       first referenced
> symbol                             in file
>SSL_load_error_strings              ./.libs/libcouriertls.a(libcouriertls.o)
>TLSv1_method                        ./.libs/libcouriertls.a(libcouriertls.o)
>SSLv2_method                        ./.libs/libcouriertls.a(libcouriertls.o)
>SSL_CTX_use_PrivateKey_file         ./.libs/libcouriertls.a(libcouriertls.o)
>SSL_CTX_use_RSAPrivateKey_file      ./.libs/libcouriertls.a(libcouriertls.o)
>SSL_CTX_use_certificate_chain_file  ./.libs/libcouriertls.a(libcouriertls.o)
>d2i_SSL_SESSION                     ./.libs/libcouriertls.a(libcouriertls.o)
>RSA_generate_key                    ./.libs/libcouriertls.a(libcouriertls.o)
>i2d_SSL_SESSION                     ./.libs/libcouriertls.a(libcouriertls.o)
>SSLv23_method                       ./.libs/libcouriertls.a(libcouriertls.o)
>SSL_library_init                    ./.libs/libcouriertls.a(libcouriertls.o)
>ld: fatal: Symbol referencing errors. No output written to couriertls
>collect2: ld returned 1 exit status

I already installed OpenSSL-0.9.8c.

I typed configure was here for both version.

>%env CPPFLAGS='-I/usr/local/ssl/include' \
>LDFLAGS='-R/usr/local/lib:/usr/lib -L/usr/local/lib \
>-L/usr/local/ssl/lib' \
>./configure \
>--with-waitfunc=wait3 \
>--without-authldap \
>--with-unicode \
>--enable-workarounds-for-imap-client-bugs \
>--with-db=db \
>--without-ipv6 \
>--with-piddir=/var/run \
>--disable-root-check \
>--with-authvchkpw

Please give any advise.
And whitch version better for me?

other information:
GNU Make 3.80
gcc version 2.95.3
Berkeley DB > /usr/local/include /usr/local/lib installed

thank you

-- 
Koichi Mori

-------------------------------------------------------------------------
SF.Net email is sponsored by: 
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Courier-imap mailing list
[email protected]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-imap

Reply via email to