From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chris DiTrani Subject: Re: openssh installation problem Date: Wed, 15 Sep 2004 10:01:51 -0400 Sender: linux-admin-owner@vger.kernel.org Message-ID: <1095256911.25823.12.camel@chris.livedata.com> References: <60a746890409141636719a4f5b@mail.gmail.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <60a746890409141636719a4f5b@mail.gmail.com> List-Id: Content-Type: text/plain; charset="us-ascii" To: "Adrian C." Cc: linux-admin@vger.kernel.org There are strings in call.c and network.c at the lines specified in the error messages that illegally span lines (contain line-feeds). If you simple concat the lines compilation will succeed. CD On Tue, 2004-09-14 at 19:36, Adrian C. wrote: > Hello. > I'm running into big trouble here with L2tpd compilation. Already > tried 3 or 4 versions and same error. Tried different distros also (so > it's not a gcc problem). On slack10 the same error occurs. This is > what mandrake reports: > > [root@SoculuiNet l2tpd]# make > cc -g -O2 -DDEBUG_PPPD -DDEBUG_CONTROL -Wall -DSANITY -DLINUX > -I/usr/include -c -o call.o call.c > In file included from l2tp.h:27, > from call.c:26: > misc.h:64: warning: conflicting types for built-in function `log' > call.c:166:23: missing terminating " character > call.c: In function `read_packet': > call.c:167: error: parse error before "enter" > > > Please help. Thanks. > > On Tue, 14 Sep 2004 19:08:07 -0400 (EDT), Tony Gogoi > wrote: > > > > Hello, > > > > I am having a probelm with installing openssh from tarball. OpenSSL was > > installed from tarball as well. > > > > When I run ./configure, I get > > --------------------------------- > > > > Checking openssl header version 90700f > > Checking openssl library version 90701f > > Checking whether OpenSSL's headers match the library NO > > > > Any pointers how I could rectify this ? > > > > Regards, > > Tony > > > > - > > To unsubscribe from this list: send the line "unsubscribe linux-admin" in > > the body of a message to majordomo@vger.kernel.org > > More majordomo info at http://vger.kernel.org/majordomo-info.html > > > - > To unsubscribe from this list: send the line "unsubscribe linux-admin" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html