Re: [Chicken-users] spiffy help

2009-08-04 Thread Mikael Hall
Hello, Peter. I've tried this just now, where the first try is without spiffy running and the second with spiffy running. mik...@mikael-desktop:~$ echo -e GET http://localhost:8080/ HTTP/1.0\n\n | nc -lp 8080 | tee output.txt GET / HTTP/1.1 Host: localhost:8080 User-Agent: Mozilla/5.0 (X11; U;

Re: [Chicken-users] spiffy help

2009-08-04 Thread Peter Bex
On Tue, Aug 04, 2009 at 09:48:51AM +0200, Mikael Hall wrote: Hello, Peter. I've tried this just now, where the first try is without spiffy running and the second with spiffy running. mik...@mikael-desktop:~$ echo -e GET http://localhost:8080/ HTTP/1.0\n\n | nc -lp 8080 | tee output.txt I

Re: [Chicken-users] spiffy help

2009-08-04 Thread Peter Bex
On Tue, Aug 04, 2009 at 01:17:33PM +0200, Peter Bex wrote: I guess I'm going to have to try running Ubuntu myself to test this. I've tried with the 9.04 Livecd, with my own compilation of Chicken 4.1.0 and the pre-installed firefox, on an i386 box. It works perfectly; I cannot reproduce the 400

Re: [Chicken-users] spiffy help

2009-08-04 Thread Mikael Hall
ok Im sorry to confuse you The command mik...@mikael-desktop:~$ nc -lp 8080 | tee output.txt output.txt : GET / HTTP/1.1 Host: localhost:8080 User-Agent: Mozilla/5.0 (X11; U; Linux i686; sv-SE; rv:1.9.0.12) Gecko/2009070811 Ubuntu/9.04 (jaunty) Firefox/3.0.12 Accept:

Re: [Chicken-users] spiffy help

2009-08-04 Thread Mikael Hall
Ill try remove .mozilla too. If you want you can get access to my computer too. mikael 2009/8/4 Mikael Hall mikael.h...@gmail.com ok Im sorry to confuse you The command mik...@mikael-desktop:~$ nc -lp 8080 | tee output.txt output.txt : GET / HTTP/1.1 Host: localhost:8080 User-Agent:

Re: [Chicken-users] spiffy help

2009-08-04 Thread Peter Bex
On Tue, Aug 04, 2009 at 05:01:22PM +0200, Mikael Hall wrote: The command mik...@mikael-desktop:~$ nc -lp 8080 | tee output.txt That's what I assumed you really did. The problem was I thought spiffy was meant to be running on port 808 and I didnt know if your command was somewhat netbsd

Re: [Chicken-users] spiffy help

2009-08-04 Thread Mikael Hall
well I tried removing .mozilla and the problem remain. I'm just trying this out so before I reinstall ubuntu you may get access to the computer to check things out. I do have ubuntu studio actually. Anyway if it would benefit you I can let you check things. maybe tomorrow? Best wishes , Mikael

[Chicken-users] SQLite3 bindings for CHICKEN 4

2009-08-04 Thread Thomas Chust
Hello, I finally got around to touch the code of the SQLite3 egg again: To make it compatible with CHICKEN 4 I created a version without a dependency on TinyCLOS, replacing classes with record types and multimethods with regular procedures. I also wrapped the code in a module and removed the

Re: [Chicken-users] SQLite3 bindings for CHICKEN 4

2009-08-04 Thread John Cowan
Thomas Chust scripsit: The documentation and a download link for the egg's release candidate can be found at http://www.chust.org/egg4/sqlite3.html Try it out and please tell me if anything doesn't work or could be improved in your opinion. How do I persuade chicken-install to accept