Displaying 6 results from an estimated 6 matches for "page13".
Did you mean:
page1
2006 Aug 04
2
MacOS + darwinport + rubygems
Hi,
Installing ruby (following wiki recommandations) with darwinport, I have
the following error when I want to install rails gem:
/opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in
`gem_original_require'': no such file to load -- sources (LoadError)
from
/opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in
`require''
from
2009 Jan 21
1
docecot managesieve global filter, service name
...ms to be ok, but deactivation would not
result in the switch back to the global filter if I believe the docs.
2) To use the SASL authentication with managesieve the name of the
service has to be given. In the managesieve RFC
http://tools.ietf.org/html/draft-ietf-sieve-managesieve-09
I can read (page13): The service name specified by this protocol's profile
of SASL is "sieve".
On the other hand I can find in managesieve-0.10.4 in
client-authenticate.c
#define MANAGESIEVE_SERVICE_NAME "managesieve"
The name is important for the Kerberos5 auth I am doing, as I have to...
2005 Dec 23
0
RE: Maintaining a Dev and a QA environment
...t; Using Java this is pretty easy in terms of environments - you simply
set a
> "JAVA_HOME" which defines the jdk you''re using and then you include
whichever
> versions of the jar files you need in the classpath for each
environment.
http://docs.rubygems.org/read/chapter/3#page13
GEM_HOME looks like it can tell ruby to use a specific location for
gems. You could set it separately for each "environment" in the
webserver''s exported variables. But you''d need to maintain several gem
repositories.
Or make use of freeze_gems and such as David sugges...
2003 Nov 20
2
VOIP --> PSTN via. voicemodem/soundcard.
How do I use a voicemodem/soundcard to PSTN-gateway - is it possible ?
/HHA
2005 Mar 16
2
Basical question to asterisk
Hello!
I'm new to asterisk and because I try to configure the package for my
needs the last days without success, I'd like to ask a basical qestion.
I need asterisk to work together with the German VoIP provider sipgate
(http://www.sipgate.de). Asterisk should act as a softphone, I want to
recive and make calls only with the software under linux, no softphone
should be used. Is this
2005 Dec 23
8
webrick / winxp won''t stop serving cached file??
Hi
Working through the tut material in teh PP book (agile dev with rails)
on a laptop running winxp.
Creating the "admin" application, things generally work great. Except:
at teh end of chapter 6, when we update teh css to improve the look of
the page - I copy the new scaffold.css into my working directory, but
webrick keeps serving the old css, even after a restart. Very odd. The