Configure runs fine. I get the error when I run make. For some reason
courier cant find ssl.h or err.h and I am not sure what to do. Sam sent me
thi reply last night

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

but as I said I am a newbie to this and do not know how to proceed.

Thank You,
Russell Premont

-----Original Message-----
From: Matt Hyclak [mailto:hyclak@;math.ohiou.edu]
Sent: Thursday, October 31, 2002 11:24 AM
To: Russell Premont
Cc: Courier Users Mailing List
Subject: Re: [courier-users] Re: Compile error


On Thu, Oct 31, 2002 at 11:01:09AM -0500, Russell Premont enlightened us:
> 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

For what it's worth, LD_LIBRARY_PATH is supposed to be deprecated from
Solaris 8 onward. crle(1) has replaced it. That could be part of the
problem.

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

config.log should show you what it was trying to do when it failed.

Matt

--
Matt Hyclak
Department of Mathematics
Ohio University
(740) 593-1263



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

Reply via email to