From dhgbayne at gmail.com Mon Feb 14 03:24:58 2011 From: dhgbayne at gmail.com (Duncan Bayne) Date: Mon, 14 Feb 2011 14:24:58 +1100 Subject: [drakma-devel] Failure to load under SBCL on MS Windows 7 (64-bit) In-Reply-To: References: Message-ID: > If you actually need HTTP, let me know if you find correct libssl files :) I found that installing the VS2008 runtime libraries followed by OpenSSL for Windows fixed the problem. You can get OpenSSL for Windows from here: http://www.slproweb.com/products/Win32OpenSSL.html -- { :phone => '(+61) 420 817 082',? :skype => 'duncan_bayne', ? :email => 'dhgbayne at gmail.com', :web => 'http://www.fluidscape.com/' } "If you're in a fair fight, you didn't plan it properly." ?- Nick Lappos, Chief R&D Pilot, Sikorsky Aircraft From Andre-Paul at gmx.de Mon Feb 28 15:50:06 2011 From: Andre-Paul at gmx.de (=?iso-8859-1?Q?=22Andr=E9_Sch=FCtz=22?=) Date: Mon, 28 Feb 2011 16:50:06 +0100 Subject: [drakma-devel] http-request error Message-ID: <20110228155006.228780@gmx.net> Hello, I loaded the drakma system successfully into my clisp environment and got the following error when I tried to make a http-request: (http-request "http://lisp.org/") Fehler: NODELAY in SOCKET-CONNECT is unsupported. Any ideas? Thanks in advance Andre Sch?tz -- NEU: FreePhone - kostenlos mobil telefonieren und surfen! Jetzt informieren: http://www.gmx.net/de/go/freephone From edi at weitz.de Mon Feb 28 17:06:19 2011 From: edi at weitz.de (Edi Weitz) Date: Mon, 28 Feb 2011 18:06:19 +0100 Subject: [drakma-devel] http-request error In-Reply-To: <20110228155006.228780@gmx.net> References: <20110228155006.228780@gmx.net> Message-ID: 2011/2/28 "Andr? Sch?tz" : > I loaded the drakma system successfully into my clisp environment and got the following error when I tried to make a http-request: > > (http-request "http://lisp.org/") > > Fehler: NODELAY in SOCKET-CONNECT is unsupported. > > Any ideas? This is the latest Drakma release or the development version? Also, are you using the newest version of usocket? Which CLISP version are you on? Which operating system? Thanks, Edi. From andre-paul at gmx.de Mon Feb 28 18:53:35 2011 From: andre-paul at gmx.de (Andre =?ISO-8859-1?Q?Sch=FCtz?=) Date: Mon, 28 Feb 2011 18:53:35 -0000 Subject: [drakma-devel] http-request error In-Reply-To: References: <20110228155006.228780@gmx.net> Message-ID: On Mon, 28 Feb 2011 18:06:19 +0100 Edi Weitz wrote: > 2011/2/28 "Andr? Sch?tz" : > > > I loaded the drakma system successfully into my clisp environment and got the following error when I tried to make a http-request: > > > > (http-request "http://lisp.org/") > > > > Fehler: NODELAY in SOCKET-CONNECT is unsupported. > > > > Any ideas? > > This is the latest Drakma release or the development version? > > Also, are you using the newest version of usocket? Which CLISP > version are you on? Which operating system? > > Thanks, > Edi. My configuration is as follows: - clisp: GNU CLISP 2.44.1 (2008-02-23) (built 3476003035) - usocket: 0.4.1 - Operating System: Ubuntu Andre