On 24/Feb/10 14:53, Shehab Kazi wrote:
> $ export C_INCLUDE_PATH=${C_INCLUDE_PATH}:/usr/local/ssl/lib

What is using that? What's wrong with

  ./configure CFLAGS=" -I /usr/local/ssl/include"

(assuming that you need it)?

> $ ./configure
> $ make couriertls
> $ cp ./couriertls /usr/local/courier/bin (as root) *
> 
> I ofcourse get errors at *make couriertls*, one of them being 
> *libcouriertls.h:26:25: error: openssl/ssl.h: No such file or directory.*

What did cp copy then?

> I have made sure to even cp the .so files to the directories that it 
> might be looking in.

Did you check ldd `which couriertls`?

------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
courier-users mailing list
[email protected]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to