[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Stunnel 3.20 make error
- To: linux ILUG <linux-il(at-nospam)linux.org.il>
- Subject: Re: Stunnel 3.20 make error
- From: Omer Zak <omerz(at-nospam)actcom.co.il>
- Date: Fri, 5 Oct 2001 15:09:58 +0200 (EET)
- Delivered-To: linux.org.il-linux-il@linux.org.il
- In-Reply-To: <5.0.2.1.0.20011005145705.00a45d40@netvision.net.il>
- Sender: linux-il-bounce(at-nospam)cs.huji.ac.il
Hello Eran,
>From the looks of the error message, it seems that client.c does exist.
Maybe it is automatically generated by another part of the build process
(from client.y or whatever). Or you are looking for it in the wrong
subdirectory?
In the first case, check for possible misconfiguration, which causes
client.c not to be generated correctly.
On Fri, 5 Oct 2001, Eran Levy wrote:
> Hi,
> Im trying to compile Stunnel-3.20 that ./configure Doesn't give errors.
> When run "make" Im getting an error about the client.o file. I have SSL and
> SSLeay installed.
> Note: I CAN'T find any client.o or client.c in my system.
> Here is the error:
> ----------------
> gcc -g -O2 -Wall -I/usr/local/ssl/include-DVERSION=\"3.20\"
> -Dssldir=\"/usr/local/ssl\" -DPEM_DIR=\"\" -DRANDOM_FILE=\"/dev/urandom\"
> -DSSLLIB_CS=0 -DHOST=\"i586-pc-linux-gnu\" -DHAVE_LIBDL=1 -DHAVE_LIBNSL=1
> -DHAVE_LIBPTHREAD=1 -DHAVE_LIBUTIL=1 -DHAVE_LIBWRAP=1 -DHAVE_DEV_PTMX=1
> -DHAVE_GETOPT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_TCPD_H=1
> -DHAVE_PTHREAD_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_PTY_H=1 -DHAVE_STROPTS_H=1
> -DHAVE_GETOPT=1 -DHAVE_SNPRINTF=1 -DHAVE_VSNPRINTF=1 -DHAVE_OPENPTY=1
> -DHAVE_DAEMON=1 -DHAVE_WAITPID=1 -DSIZEOF_UNSIGNED_CHAR=1
> -DSIZEOF_UNSIGNED_SHORT=2 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG=4
> -DSIZEOF_UNSIGNED_LONG_LONG=8-Dlibdir=\"/usr/local/lib\"
> -DPIDDIR=\"/usr/local/var/stunnel/\" -c -o client.o client.c
> client.c: In function `client':
> client.c:166: structure has no member named `session_cache_head'
> client.c:167: structure has no member named `session_cache_head'
> make: *** [client.o] Error 1
> -----------------------------
> Any idea? do I have to install another package to get client.o/client.c?
--- Omer
There is no IGLU Cabal.
WARNING TO SPAMMERS: at http://www.zak.co.il/spamwarning.html
=================================================================
To unsubscribe, send mail to linux-il-request@linux.org.il with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail linux-il-request@linux.org.il