[Bug 601] configure script doesen't setup preprocessor flags	properly
    bugzilla-daemon at mindrot.org 
    bugzilla-daemon at mindrot.org
       
    Tue Jun 24 18:49:04 EST 2003
    
    
  
http://bugzilla.mindrot.org/show_bug.cgi?id=601
------- Additional Comments From dtucker at zip.com.au  2003-06-24 18:49 -------
Whoops, missed the with-ssl-dir.  The config test for piddir is:
# Where to place sshd.pid
piddir=/var/run
# make sure the directory exists
if test ! -d $piddir ; then
        piddir=`eval echo ${sysconfdir}`
Does /var/run exist, and is it a directory?  What does "test -d /var/run; echo 
$?" give?
Also, in the first configure results, the compiler flags look wrong and the 
preprocessor flags look right:
Compiler flags: -I/usr/local/ssl/include/openssl [snip]
Preprocessor flags: -I/usr/local/ssl/include [snip]
The includes look like "#include <openssl/whatever.h>", therefore 
"-I/usr/local/ssl/include" is correct.
Does the header file /usr/local/ssl/include/openssl/opensslv.h exist?  OpenSSL 
is built as a static library, right?
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
    
    
More information about the openssh-bugs
mailing list