I apologize but I am a newbie to this and I do not understand you reply. I have modified my environment to the following:
bash-2.05$ env TZ=US/Eastern HOSTNAME=Star5 LD_LIBRARY_PATH=/usr/local/lib:/usr/lib:/usr/local/ssl/lib:/usr/local/ssl/in clude:/usr/local/ssl:/usr/openwin/lib:/usr/dt/lib:/usr/ccs/lib:/usr/ucblib:/ usr/local/mysql/lib/mysql MACHTYPE=sparc-sun-solaris2.9 SHLVL=1 SHELL=/bin/sh HOSTTYPE=sparc OSTYPE=solaris2.9 TERM=xterm PATH=/usr/local/bin:/usr/local/lib:/usr/local/ssl:/usr/local/ssl/lib:/usr/lo cal/ssl/include:/usr/ccs/bin/:/usr/local/sbin:/lib:/usr/lib:/bin:/sbin:/usr/ bin:/usr/sbin:/usr/ucb SSH_TTY=/dev/pts/2 _=/bin/env I have also changed my configuration options to the following: --prefix=/usr/local/courier --with-ipv6 --with-db=gdbm --with-mailuser=couri er-mta --with-mailgroup=courier-mta --with-shellpath=/usr/local/bin:/usr/loc al/lib:/usr/local/ssl:/usr/local/ssl/lib:/usr/local/ssl/include:/usr/ccs/bin /:/usr/local/sbin:/lib:/usr/lib:/bin:/sbin:/usr/bin:/usr/sbin:/usr/ucb --wit h-paranoid-smtpext --with-random=/dev/urandom --with-certdb=pathname --with- aspell=/usr/local/bin/aspell --enable-unicode --enable-https=auto --enable-h ardtimeout=2400 --enable-softtimeout=1200 --with-cachedir=/usr/local/courier /var/webmail-logincache --with-trashquota --disable-autorenamesent --enable- mimetypes but I still get the following: libcouriertls.h:23:32: openssl/ssl.h: No such file or directory libcouriertls.h:24:32: openssl/err.h: No such file or directory In file included from libcouriertls.c:8: libcouriertls.h:60: parse error before '*' token libcouriertls.h:117: parse error before '*' token libcouriertls.h:117: warning: type defaults to `int' in declaration of `tls_crea libcouriertls.h:117: warning: data definition has no type or storage class libcouriertls.h:118: parse error before '*' token libcouriertls.h:125: parse error before '*' token libcouriertls.h:125: parse error before '*' token I have looked in the system and both files are in /usr/local/ssl/include/openssl. How can I determine where courier is trying to look for them? Thank You Russell Premont -----Original Message----- From: [EMAIL PROTECTED] [mailto:courier-users-admin@;lists.sourceforge.net]On Behalf Of Sam Varshavchik Sent: Wednesday, October 30, 2002 7:41 PM To: Courier-Users Subject: [courier-users] Re: Compile error Russell Premont writes: > I updated my paths to include openssl directory and lib directory but now I > get this error: > > ar cru libspipe.a spipe.o > ranlib libspipe.a > gcc -DHAVE_CONFIG_H -I. -I. -I. -I./.. -I.. -Wall -g -O2 -c > libcouriertls.c > In file included from libcouriertls.c:8: > libcouriertls.h:23:32: openssl/ssl.h: No such file or directory > libcouriertls.h:24:32: openssl/err.h: No such file or directory These files, OpenSSL include files, are either not installed, or you're pointing to the wrong directory. You do not point CPPFLAGS to the include/openssl directory, you point it to the include directory. ------------------------------------------------------- This sf.net email is sponsored by: Influence the future of Java(TM) technology. Join the Java Community Process(SM) (JCP(SM)) program now. http://ads.sourceforge.net/cgi-bin/redirect.pl?sunm0004en _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users ------------------------------------------------------- This sf.net email is sponsored by: Influence the future of Java(TM) technology. Join the Java Community Process(SM) (JCP(SM)) program now. http://ads.sourceforge.net/cgi-bin/redirect.pl?sunm0004en _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
