[typo] Memory usage
Jason Hoffman
jason at jasonhoffman.org
Thu May 12 12:25:08 EDT 2005
>> ah...
>>
>> # gem list|grep fcgi
>> fcgi (0.8.5)
>>
>>
>> I take it that fcgi 0.8.6 isn't in the main gem repository yet?
>
> Quick question. I just installed fcgi 0.8.6 from src (not from
> RubyGems). Will Typo automatically use this rather than the one
> found in
> gems?
>
> -Robby
>
You have to uninstall the gem, then I do (put the correct paths in
for your fcgi.h file)
curl -O http://sugi.nemui.org/pub/ruby/fcgi/ruby-fcgi-0.8.6.tar.gz
tar xvzf ruby-fcgi-0.8.6.tar.gz
cd ruby-fcgi-0.8.6/
ruby install.rb config -- --with-fcgi-include=/usr/local/include --
with-fcgi-lib=/usr/local/lib
ruby install.rb setup
ruby install.rb install
cd ../
rm -rf ruby-fcgi-0.8.6
- Jason
More information about the Typo-list
mailing list