Hi to all,

I am trying to compile courier-imap-2.1.1 on a Solaris 9 OS.  To complie i
am using the following:

CPPFLAGS="-I/usr/local/include" \
LDFLAGS="-L/usr/local/lib -R/usr/local/lib -L/usr/local/mysql/lib
-R/usr/local/mysql/lib"
./configure \
--prefix=/opt/courier-imap \
--disable-root-check \
--without-authpam \
--without-authldap \
--without-authpwd \
--without-authmysql \
--without-authpgsql \
--without-authshadow \
--without-authuserdb \
--without-authcustom \
--without-authcram \
--with-authdaemon \
--with-authvchkpw \
--with-waitfunc=wait3

The ./configure finishes fine with no errors, but when I do a make the
following error comes up:

Making all in tcpd
make[1]: Entering directory `/data/src/courier-imap-2.1.1/tcpd'
make  all-am
make[2]: Entering directory `/data/src/courier-imap-2.1.1/tcpd'
Compiling spipe.c
rm -f libspipe.a
ar cru libspipe.a spipe.o
ranlib libspipe.a
Compiling tlsclient.c
tlsclient.c: In function `couriertls_start':
tlsclient.c:102: warning: subscript has type `char'
Compiling tlspasswordcache.c
tlspasswordcache.c:9:25: openssl/ssl.h: No such file or directory
tlspasswordcache.c:10:25: openssl/err.h: No such file or directory
tlspasswordcache.c:11:26: openssl/rand.h: No such file or directory
make[2]: *** [tlspasswordcache.o] Error 1
make[2]: Leaving directory `/data/src/courier-imap-2.1.1/tcpd'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/data/src/courier-imap-2.1.1/tcpd'
make: *** [all-recursive] Error 1

I do not have SSL installed on my system.  After searching through the
archives, the common response is to install openssl-devel.  I have not
been able to find the source or a package to install under solaris.  Is
there any way around this or does anyone know where I can obtain the
package or source of openssl-devel.

Thanks
Joseph Bruzzo


----------------------------------------------------------------------
HigherAccess.com for web and email hosting needs.
http://www.higheraccess.com/




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to