Hi List.
I´m very sorry if it is offtopic. I´m a beginner (and my English is bad).

I´m trying to use Openssl and Openssh in this environment:
- OS: SCO OpenServer 5.0.5 (upgraded from 5.0).
- I don´t have the OpenServer Development Kit. I used:
        - SCO Open Server Application Development Libraries and Linker (ver 5.0.2b)
        - GNU Development System (ver 95.4c from www.sco.com/skunkware/gds)
        - OpenSSL  (ver 0.9.6b from www.openssl.org :-))
        - Perl (from SKUNKWARE 98. ver 98.2)
        - zlib 1.1.3 
        - OpenSSH  (ver 2.9p2 from www.openssh.org )

Open SSH compiled and installed Ok (in /u/OPENSSH). 

My questions are:
a) Is, my environment, a good environment for OPENSSL? Are these the right tools ?
b) Do you know somebody, with the same environment, where OPENSSL and OPENSSH are 
running?
c) How may I test OPENSSL?
e) And Now, ¿the offtopic part?:

I´m trying to make OpenSSH and I  have this error:
#./configure --with-ssl-dir=/u/OPENSSL
.......
......
I can see in config.log warnings like this:
int main() {                                                                   
 char *lastlog = LASTLOG_FILE;                                                 
; return 0; }                                                                  
configure:8366: checking if your system defines _PATH_LASTLOG                  
configure:8384: gcc -c -g -O2 -Wall -I/u/OPENSSL/include  -I/usr/local/include 
onftest.c 1>&5                                                                 
configure: In function `main':                                                 
configure:8380: `_PATH_LASTLOG' undeclared (first use this function)           
configure:8380: (Each undeclared identifier is reported only once              
configure:8380: for each function it appears in.)                              
configure:8380: warning: unused variable `lastlog'                             
configure: failed program was:                                                 
#line 8368 "configure"                                                         
#include "confdefs.h"                                                          


And, later,  I attempted:
# make
and I obtained:
..........
..........
gcc -g -O2 -Wall -I. -I. -I/u/OPENSSL/include  -I/usr/local/include -DETCDIR=\"/
usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_D
EFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libex
ec/sftp-server\" -D_PATH_SSH_PIDDIR=\"/usr/local/etc\" -DHAVE_CONFIG_H -c log.c
log.c: In function `log_facility_number':                                      
log.c:97: warning: implicit declaration of function `strcasecmp'               
/usr/tmp/cca003uZ.s: Assembler messages:                                       
/usr/tmp/cca003uZ.s:2082: Fatal error: C_EFCN symbol out of scope              
make: *** [log.o] Error 1                                                      


e.1) where can I to find Info about this?. I´m looking for it in 
http://marc.theaimsgroup.com/?l=openssl-users but...

Thanks In Advance.
                                                Ing. Ivan Lopez
                                                Centro de Cómputos CILSA
                                                La Rioja 2441 3er. Piso - C.P. 3000    
 
                                                Santa Fe - Santa Fe - Argentina
                                                e-mail:[EMAIL PROTECTED]
                                                Tel: 0342 - 4527000

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to