SUMMARY: Stunnel compile problem

mqing_at_csee.wvu.edu
Date: 10/29/03

  • Next message: Fetch It Up: "pam.conf/ssh and Patch Cluster"
    Date: Wed, 29 Oct 2003 16:09:34 -0500 (EST)
    To: <sunmanagers@sunmanagers.org>
    
    

    I just solve this problem by exporting LD_LIBRARY_PATH in profile.
    make sure this is in your /etc/profile

    # The profile that all logins get before using their own .profile.

    trap "" 2 3
    PATH=/usr/bin:/usr/sbin:/opt/local/bin:/usr/local/bin:/usr/local/sbin:/usr/ccs/binLD_LIBRARY_PATH=/lib:/usr/lib:/usr/local/lib:/usr/ccs/lib:/usr/local/ssl/libMANPATH=/usr/share/man:/opt/local/man
    export LOGNAME PATH MANPATH LD_LIBRARY_PATH

    For the problem of make. I have installed some other packages then solve
    this problem.
    automake-1.7.2-sol8-sparc-local
    autoconf-2.57-sol8-sparc-local
    m4-1.4-sol8-sparc-local
    make-3.80-sol8-sparc-local

    original message:

    Hi all,
    I am trying to compile stunnel-3.26 on a solaris 8 box with gcc-3.3.1. I
    got the errorchecking size of unsigned char... configure: error: cannot
    computingsizeof (usinged char), 77
    I have tried to set the LD_LIBRARY_PATH, add gcc lib, configure without
    and with tcp-wrappers but none of these works.
    I am able to compile stunnel-3.22 but when I do "make", I got error

    In file included from file client.c:37:
    common.h:134:26: operator `EOF` has no left operand
    common.h:138:27: operator `EOF` has no left operand
    common.h:144:25: operator `EOF` has no left operand
    common.h:150:26: operator `EOF` has no left operand
    ***Error code 1
    make: Fatal error: command failed for target `client.o`

    Any suggestion?

    Thanks!

    Mei
    _______________________________________________
    sunmanagers mailing list
    sunmanagers@sunmanagers.org
    http://www.sunmanagers.org/mailman/listinfo/sunmanagers


  • Next message: Fetch It Up: "pam.conf/ssh and Patch Cluster"