--On Dienstag, 8. Juli 2003 09:56 +0200 Javier L�pez <[EMAIL PROTECTED]> wrote:

>   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
> 
>  This files existing in /usr/local/ssl/include/openssl.

>  My configure:
> 
> 
> CPPFLAGS="-I/usr/local/include -I/usr/include -I/usr/local/ssl/include/opens
> sl/ -I/usr/local/BerkeleyDB.4.1/include"

read the message again and compare them with the include-path.
-I/usr/local/ssl/include should to the trick.
But your probably better off creating a symlink at the usual location
/usr/local/include/openssl if you dont want to repeat this game with
every software which uses openssl.

> LDFLAGS="-L/usr/local/lib -L/usr/lib -L/usr/local/ssl/lib -L/usr/local/Berke
> leyDB.4.1/lib"
>  export CPPFLAGS LDFLAGS
> 
>  ./configure --with-db=gdbm --with-waitfunc=wait3

what is BerkelyDB for if you use GDBM anyway ?
Seems to be also a candidate for standard-compliant symlinks.

Roland



-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01
_______________________________________________
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to