Re: [Chicken-users] Custom repository (for chicken .so files)

2006-09-19 Thread Sridhar Ratna
On 9/19/06, Alejandro Forero Cuervo [EMAIL PROTECTED] wrote: It would be great if you could add your question, and the answer,there, Sridhar.I think it is general enough to deserve inclussion.I would probably add a "Extensions" section.There I would add "How can I install Chicken eggs to a

Re: [Chicken-users] Custom repository (for chicken .so files)

2006-09-19 Thread Sridhar Ratna
On 9/15/06, felix winkelmann [EMAIL PROTECTED] wrote: You can just set the CHICKEN_REPOSITORY environment variable - itshould contain the path where you want eggs to be installed.I couldn't make this work with CGI apps though. -bash-2.05b$ head stream-cgi-test.cgi#!/bin/sh :;exec

Re: [Chicken-users] Custom repository (for chicken .so files)

2006-09-19 Thread felix winkelmann
On 9/19/06, Sridhar Ratna [EMAIL PROTECTED] wrote: I couldn't make this work with CGI apps though. -bash-2.05b$ head stream-cgi-test.cgi #!/bin/sh :;exec /usr/local/bin/csi -s $0 $@ ;; Set chicken respository path for importing eggs (use posix) (setenv CHICKEN_REPOSITORY

Re: [Chicken-users] Custom repository (for chicken .so files)

2006-09-19 Thread Alejandro Forero Cuervo
I can't edit the FAQ. The wiki still have old links (with port 8080 in it). Can you fix them? Hmm, those links should work just as well as the regular (port 80) links. :-) But alright, since there's no need to use the non-standard 8080 port, I guess I will remove it. You can edit the faq

Re: [Chicken-users] Custom repository (for chicken .so files)

2006-09-19 Thread Alejandro Forero Cuervo
I couldn't make this work with CGI apps though. [...] Any idea on how to overcome this problem? How about: #!/bin/sh :;export CHICKEN_REPOSITORY=/home/htdocs/chicken;exec /usr/local/bin/csi -s $0 $@ (use stream-cgi html-stream) BTW, the export assumes you're using bash. If you're

Re: [Chicken-users] Custom repository (for chicken .so files)

2006-09-16 Thread felix winkelmann
On 15 Sep 2006 10:53:25 -0300, Mario Domenech Goulart [EMAIL PROTECTED] wrote: also works, although chicken-setup -h says -repository only prints the location of the repository. Can -repository be safely used as an alternative to setting CHICKEN_REPOSITORY? You are right, and -h doesn't

Re: [Chicken-users] Custom repository (for chicken .so files)

2006-09-15 Thread Mario Domenech Goulart
On Fri, 15 Sep 2006 15:46:09 +0200 felix winkelmann [EMAIL PROTECTED] wrote: On 9/15/06, Sridhar Ratna [EMAIL PROTECTED] wrote: hi! It seems like there isn't an obvious way to override the .so files for chicken eggs repository. I would like to install 'eggs' using chicken-setup, but

Re: [Chicken-users] Custom repository (for chicken .so files)

2006-09-15 Thread Dan
repository (for chicken .so files) hi! It seems like there isn't an obvious way to override the .so files for chicken eggs repository. I would like to install 'eggs' using chicken-setup, but copy the .so files to a custom directory in my $HOME (as I don't have root access in my webhost

Re: [Chicken-users] Custom repository (for chicken .so files)

2006-09-15 Thread Sridhar Ratna
On 9/15/06, Dan [EMAIL PROTECTED] wrote: Hi Sridhar,just curious about your hosted experience. Are you using Chicken to serve pages?Yes, I'm planning to write a cgi app. Which webhost did you go with?NearlyFreeSpeech.Net has support for MIT-Scheme, Chicken and clisp.See