From xemacs-m  Wed Apr  2 08:38:52 1997
Received: from newman (root@newman.aventail.com [199.238.236.1])
	by xemacs.org (8.8.5/8.8.5) with SMTP id IAA14925
	for <xemacs-beta@xemacs.org>; Wed, 2 Apr 1997 08:38:51 -0600 (CST)
Received: from kramer.in.aventail.com.aventail.com (wmperry@kramer [192.168.1.12]) by newman (8.6.12/8.6.9) with SMTP id GAA15736; Wed, 2 Apr 1997 06:06:01 -0800
Date: Wed, 2 Apr 1997 06:06:01 -0800
Message-Id: <199704021406.GAA15736@newman>
From: "William M. Perry" <wmperry@aventail.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
To: Adrian Aichner <aichner@ecf.teradyne.com>
Cc: XEmacs Beta Mailing List <xemacs-beta@xemacs.org>
Subject: Re: Symbol's function definition is void: open-network-stream-internal
In-Reply-To: <199704020924.LAA01445@midnight.eng.ecf.teradyne.com>
References: <199704020924.LAA01445@midnight.eng.ecf.teradyne.com>
X-Mailer: VM 6.22 under 19.15 XEmacs Lucid
Errors-to: wmperry@aventail.com
Reply-to: wmperry@aventail.com
X-Face: O~Rn;(l][/-o1sALg4A@xpE:9-"'IR[%;,,!m7</SYF`{vYQ(&RI1&EiH[FvT;J}@f!4kfz
 x_!Y#=y{Uuj9GvUi=cPuajQ(Z42R[wE@{G,sn$qGr5g/wnb*"*ktI+,CD}1Z'wxrM2ag-r0p5I6\nA
 [WJopW_J.WY;

Adrian Aichner writes:
>
>Just tried starting w3 in xemacs-20.1-b10 by using button2 on a link
>while reading mail in Gnus (v5.4.37, as it comes with 20.1-b10).
>
>Here is what I got:
>
>Could not contact host: engine.ecf / 80 Attempted using gateway method: native
>---- Error was: ---- Symbol's function definition is void:
>open-network-stream-internal

  sounds like you don't have networking support compiled in.  Did you apply
the configure/configure.in patches steven sent out?  That error is actually
being signalled by 'open-network-stream', which is just a wrapper around
open-network-stream-internal - apparently it is not checking for (fboundp
'open-network-stream-internal)

-Bill P.

