Bug 169 - make install fails on redhat 6.2
Summary: make install fails on redhat 6.2
Status: CLOSED DUPLICATE of bug 138
Alias: None
Product: Portable OpenSSH
Classification: Unclassified
Component: Build system (show other bugs)
Version: -current
Hardware: ix86 Linux
: P2 critical
Assignee: OpenSSH Bugzilla mailing list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-03-17 04:16 AEDT by wzeikat
Modified: 2004-04-14 12:24 AEST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description wzeikat 2002-03-17 04:16:35 AEDT
after running ./configure --prefix=/opt, make works, make install then fails 
with:
gcc -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I. -I. -I/opt  
-DSSHDIR=\"/opt/etc\" -D_PATH_SSH_PROGRAM=\"/opt/bin/ssh\" 
-D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/libexec/ssh-askpass\" 
-D_PATH_SFTP_SERVER=\"/opt/libexec/sftp-server\" -D_PATH_SSH_PIDDIR=\"/var/run\" 
-DSSH_RAND_HELPER=\"/opt/libexec/ssh-rand-helper\" -DHAVE_CONFIG_H -c dh.c
cipher.c: In function `evp_rijndael':
cipher.c:494: warning: assignment from incompatible pointer type
cipher.c:495: warning: assignment from incompatible pointer type
cipher.c:496: warning: assignment from incompatible pointer type
cipher.c:497: structure has no member named `flags'
cipher.c:497: `EVP_CIPH_CBC_MODE' undeclared (first use in this function)
cipher.c:497: `EVP_CIPH_VARIABLE_LENGTH' undeclared (first use in this function)
cipher.c:498: `EVP_CIPH_ALWAYS_CALL_INIT' undeclared (first use in this 
function)
make: *** [cipher.o] Error 1
make: *** Waiting for unfinished jobs....
Comment 1 Markus Friedl 2002-03-17 04:26:39 AEDT

*** This bug has been marked as a duplicate of 138 ***
Comment 2 Damien Miller 2004-04-14 12:24:18 AEST
Mass change of RESOLVED bugs to CLOSED