search for: default_config

Displaying 6 results from an estimated 6 matches for "default_config".

2006 Jul 18
0
Rails Error w/ ActiveLdap
...upport/dependencies.rb:147:in `require'' from script/server:3 [/ERROR] My setup''s are: [configuration.rb] $ cat /usr/local/lib/ruby/gems/1.8/gems/ruby-activeldap-0.7.4/lib/activeldap/configuration.rb | grep -v "#" module ActiveLDAP module Configuration DEFAULT_CONFIG = {} DEFAULT_CONFIG[:host] = ''127.0.0.1'' DEFAULT_CONFIG[:port] = 636 DEFAULT_CONFIG[:method] = :ssl DEFAULT_CONFIG[:bind_format] = "cn=%s,dc=<CORRECT>,dc=<CORRECT>,dc=net" DEFAULT_CONFIG[:user] = ENV[''USER''] DEFAULT...
2006 Jul 18
1
Rail w/ ActiveLdap
...upport/dependencies.rb:147:in `require'' from script/server:3 [/ERROR] My setup''s are: [configuration.rb] $ cat /usr/local/lib/ruby/gems/1.8/gems/ruby-activeldap-0.7.4/lib/activeldap/configuration.rb | grep -v "#" module ActiveLDAP module Configuration DEFAULT_CONFIG = {} DEFAULT_CONFIG[:host] = ''127.0.0.1'' DEFAULT_CONFIG[:port] = 636 DEFAULT_CONFIG[:method] = :ssl DEFAULT_CONFIG[:bind_format] = "cn=%s,dc=<CORRECT>,dc=<CORRECT>,dc=net" DEFAULT_CONFIG[:user] = ENV[''USER''] DEFAULT...
2011 Feb 07
8
Pygments
The Pygments highlighter supports many more languages than CodeRay. Pygments is written in Python, but I''ve seen non-Python projects use it (Jekyll, Pygments). There''s also this: https://github.com/nex3/rb-pygments Any idea how much work it would be to add Pygments support to Webgen?
2012 Dec 26
0
[PATCH] Fix building with MSYS and MinGW(-w64); Improve Makefile.lite build system
...ms flac metaflac test_grabbag test_libFLAC test_libFLAC++ test_seeking test_streams +.PHONY: all doc src examples libFLAC libFLAC++ share plugin_common plugin_xmms flac metaflac test_grabbag test_libFLAC test_libFLAC++ test_seeking test_streams utils flacdiff flactimer all: doc src examples DEFAULT_CONFIG = release @@ -48,47 +48,14 @@ release : all doc: (cd $@ && $(MAKE) -f Makefile.lite) -src: +src examples: (cd $@ && $(MAKE) -f Makefile.lite $(CONFIG)) -examples: src - (cd $@ && $(MAKE) -f Makefile.lite $(CONFIG)) - -libFLAC: - (cd src/$@ && $(...
2012 Dec 27
4
[PATCH] Makefile.lite: Fix building with MSYS and MinGW(-w64), Improvements
...ms flac metaflac test_grabbag test_libFLAC test_libFLAC++ test_seeking test_streams +.PHONY: all doc src examples libFLAC libFLAC++ share plugin_common plugin_xmms flac metaflac test_grabbag test_libFLAC test_libFLAC++ test_seeking test_streams utils flacdiff flactimer all: doc src examples DEFAULT_CONFIG = release @@ -48,47 +48,14 @@ release : all doc: (cd $@ && $(MAKE) -f Makefile.lite) -src: +src examples: (cd $@ && $(MAKE) -f Makefile.lite $(CONFIG)) -examples: src - (cd $@ && $(MAKE) -f Makefile.lite $(CONFIG)) - -libFLAC: - (cd src/$@ && $(...
2010 May 02
2
samba4 make error - drsblobs.so
...Compiling kdc/wdc-samba4.c Partially linking bin/mergedobj/wdc_samba4.o Compiling kdc/pac-glue.c Partially linking bin/mergedobj/pac_glue.o Compiling kdc/hdb-samba4.c Partially linking bin/mergedobj/hdb_samba4.o Compiling kdc/db-glue.c Partially linking bin/mergedobj/db_glue.o Compiling heimdal/kdc/default_config.c Compiling heimdal/kdc/default_config.c Compiling heimdal/kdc/kerberos5.c heimdal/kdc/kerberos5.c: In function ?_kdc_as_rep?: heimdal/kdc/kerberos5.c:1660: warning: declaration of ?crypto? shadows a previous local heimdal/kdc/kerberos5.c:911: warning: shadowed declaration is here Compiling heimdal...