search for: cellar

Displaying 20 results from an estimated 124 matches for "cellar".

2023 Feb 22
1
Auth-worker, unknown scheme ARGON2ID
...Thanks Aki, that was helpful. When I add that I get: >> >> checking for LIBSODIUM... no >> configure: error: Can't build with libsodium: not found >> >> So I have to tell it where libsodium is. >> >> Tried: >> >> CPPFLAGS=-I/opt/homebrew/Cellar/openssl at 3/3.0.8/include LDFLAGS=-L/opt/homebrew/opt/openssl at 3/lib LIBSODIUM_LIBS=-L/opt/homebrew/Cellar/libsodium ./configure --with-ssl=openssl --with-mysql ?with-sodium >> >> But that gives: >> >> configure: WARNING: Libtool does not cope well with whitespace in `p...
2023 Feb 22
1
Auth-worker, unknown scheme ARGON2ID
...n <jlbrown at bordo.com.au> wrote: > > > > On 22 Feb 2023, at 4:14 pm, Aki Tuomi <aki.tuomi at open-xchange.com> wrote: > > > > > > > I?ve spent ages on this and am getting really desperate! :-( > > > > > > CPPFLAGS=-I/opt/homebrew/Cellar/openssl at 3/3.0.8/include LDFLAGS=-L/opt/homebrew/opt/openssl at 3/lib ./configure --with-ssl=openssl --with-mysql > > > ... > > > Install prefix . : /usr/local > > > File offsets ... : 64bit > > > I/O polling .... : kqueue > > > I/O notifys .... : kque...
2023 Feb 22
1
Auth-worker, unknown scheme ARGON2ID
...gt; > > > > > checking for LIBSODIUM... no > > > configure: error: Can't build with libsodium: not found > > > > > > So I have to tell it where libsodium is. > > > > > > Tried: > > > > > > CPPFLAGS=-I/opt/homebrew/Cellar/openssl at 3/3.0.8/include LDFLAGS=-L/opt/homebrew/opt/openssl at 3/lib LIBSODIUM_LIBS=-L/opt/homebrew/Cellar/libsodium ./configure --with-ssl=openssl --with-mysql ?with-sodium > > > > > > But that gives: > > > > > > configure: WARNING: Libtool does not cope we...
2023 Feb 22
1
Auth-worker, unknown scheme ARGON2ID
...13.2.1 Ventura. > > > > (Have also installed libsodium 1.0.18_1) > > > > Any help would be most appreciated. > > > > thanks, > > > > James. > > I?ve spent ages on this and am getting really desperate! :-( > > CPPFLAGS=-I/opt/homebrew/Cellar/openssl at 3/3.0.8/include LDFLAGS=-L/opt/homebrew/opt/openssl at 3/lib ./configure --with-ssl=openssl --with-mysql > > ... > Install prefix . : /usr/local > File offsets ... : 64bit > I/O polling .... : kqueue > I/O notifys .... : kqueue > SSL ............ : yes (OpenSSL) &gt...
2023 Feb 22
1
Auth-worker, unknown scheme ARGON2ID
...3 09:10 EET James Brown <jlbrown at bordo.com.au> wrote: > > > On 22 Feb 2023, at 5:53 pm, Aki Tuomi <aki.tuomi at open-xchange.com> wrote: > > > > > > > > > > > > > > > % locate libsodium > > > > > /opt/homebrew/Cellar/libsodium > > > > > /opt/homebrew/Cellar/libsodium/1.0.18_1 > > > > > /opt/homebrew/Cellar/libsodium/1.0.18_1/.brew > > > > > /opt/homebrew/Cellar/libsodium/1.0.18_1/.brew/libsodium.rb > > > > > /opt/homebrew/Cellar/libsodium/1.0.18_1/AUTH...
2014 Sep 25
0
Indexing of mailf fts clucene aborts
Hi I am trying lucene to index my email. To create the index, I run the following command and the indexing aborts: ,---- | 09:42:20 ~$ doveadm -Dv index -u rainerkrug 'RMKrugGMAIL.*' | doveadm(rainerkrug): Debug: Loading modules from directory: /usr/local/Cellar/dovecot/2.2.13_1/lib/dovecot | doveadm(rainerkrug): Debug: Module loaded: /usr/local/Cellar/dovecot/2.2.13_1/lib/dovecot/lib20_fts_plugin.so | doveadm(rainerkrug): Debug: Module loaded: /usr/local/Cellar/dovecot/2.2.13_1/lib/dovecot/lib21_fts_lucene_plugin.so | doveadm(rainerkrug): Debug: Loading m...
2012 Nov 01
1
Indexing problems
...: Debug: Module loaded: /usr/local/lib/dovecot/lib20_fts_plugin.so doveadm(dave): Debug: Module loaded: /usr/local/lib/dovecot/lib20_zlib_plugin.so doveadm(dave): Debug: Module loaded: /usr/local/lib/dovecot/lib21_fts_lucene_plugin.so doveadm(dave): Debug: Loading modules from directory: /usr/local/Cellar/dovecot/2.1.9/lib/dovecot/doveadm doveadm(dave): Debug: Skipping module doveadm_acl_plugin, because dlopen() failed: dlopen(/usr/local/Cellar/dovecot/2.1.9/lib/dovecot/doveadm/lib10_doveadm_acl_plugin.so, 10): Symbol not found: _acl_user_module Referenced from: /usr/local/Cellar/dovecot/2.1.9/lib...
2013 Jun 18
2
`require': cannot load such file -- nokogiri (LoadError) in rubyXL
...other solution also share with me .. *Source Code :* * * * bash-3.2$ cat rubyXL.rb require ''rubyXL'' workbook = RubyXL::Parser.parse("test.xlsx") workbook = RubyXL::Workbook.new sheet_Name = workbook.worksheets[0] puts sheet_Name * * * *ERROR* rubyXL.rb /usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/site_ruby/2.0.0/rubygems/core_ext/kernel_require.rb:45:in *`require'': cannot load such file -- nokogiri (LoadError)* from /usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/site_ruby/2.0.0/rubygems/core_ext/kernel_require.rb:45:in `require'' from /Users/mselv2/...
2018 Feb 17
2
Problem installing libxml2 under Homebrew
...N, and it is throwing an error that it cannot find the libxml2 library configuration. The thing is that pkg-config seems to be set up correctly: $ echo $PKG_CONFIG_PATH :/usr/local/opt/libxml2/lib/pkgconfig:/usr/local/opt/libxml2/lib/pkgconfig $ pkg-config --cflags --libs libxml-2.0 -I/usr/local/Cellar/libxml2/2.9.7/include/libxml2 -L/usr/local/Cellar/libxml2/2.9.7/lib -lx Output of install.packages: > install.packages("xml2") --- Please select a CRAN mirror for use in this session --- trying URL 'https://cloud.r-project.org/src/contrib/xml2_1.2.0.tar.gz' Content type '...
2019 May 01
0
v2.3.6 Configure fail 'libssl not found' macOS
...r MySQL.app/Contents/Frameworks/libssl.1.0.0.dylib > /Applications/assp/assp.mod/bin/libssl32.dll > /usr/lib/libssl.0.9.7.dylib > /usr/lib/libssl.0.9.8.dylib > /usr/lib/libssl.35.dylib > /usr/lib/libssl.43.dylib > /usr/lib/libssl.44.dylib > /usr/lib/libssl.dylib > /usr/local/Cellar/openssl/1.0.2r/lib/libssl.1.0.0.dylib > /usr/local/Cellar/openssl/1.0.2r/lib/libssl.a > /usr/local/Cellar/openssl/1.0.2r/lib/libssl.dylib > /usr/local/Cellar/openssl/1.0.2r/lib/pkgconfig/libssl.pc > /usr/local/Cellar/openssl at 1.1/1.1.1b/lib/libssl.1.1.dylib > /usr/local/Cellar/open...
2015 Oct 31
0
IETF standardization: RFC by November 9
Dear all, We are excited to announce that the our CELLAR working group charter for the standardization of FFV1, Matroska, and FLAC has been made available for external review. What this means is that it is now under review and available for comment to the wider IETF community. Please send any comments you might have(including statement of support)to the...
2018 Mar 27
7
R and Java 10 ➜ rJava not able to build
...irtualMachines/jdk-10.jdk/Contents/Home/bin/jar Non-system Java on macOS trying to compile and link a JNI program detected JNI cpp flags : -I$(JAVA_HOME)/include -I$(JAVA_HOME)/include/darwin detected JNI linker flags : -L$(JAVA_HOME)/lib/server -ljvm /usr/local/opt/llvm/bin/clang -I/usr/local/Cellar/r/3.4.4/lib/R/include -DNDEBUG -I/Library/Java/JavaVirtualMachines/jdk-10.jdk/Contents/Home/include -I/Library/Java/JavaVirtualMachines/jdk-10.jdk/Contents/Home/include/darwin -I/usr/local/opt/gettext/include -I/usr/local/opt/llvm/include -fPIC -g -O3 -Wall -pedantic -std=gnu99 -mtune=native -p...
2018 Mar 28
0
R and Java 10 ➜ rJava not able to build
...ts/Home/bin/jar >Non-system Java on macOS > >trying to compile and link a JNI program >detected JNI cpp flags : -I$(JAVA_HOME)/include >-I$(JAVA_HOME)/include/darwin >detected JNI linker flags : -L$(JAVA_HOME)/lib/server -ljvm >/usr/local/opt/llvm/bin/clang >-I/usr/local/Cellar/r/3.4.4/lib/R/include -DNDEBUG >-I/Library/Java/JavaVirtualMachines/jdk-10.jdk/Contents/Home/include >-I/Library/Java/JavaVirtualMachines/jdk-10.jdk/Contents/Home/include/darwin >-I/usr/local/opt/gettext/include -I/usr/local/opt/llvm/include -fPIC >-g -O3 -Wall -pedantic -std=gnu99 -...
2017 Jun 06
3
[Cellar] FLAC Markdown
Hello all! (cc-ing the flac-dev list) I would like to give an update as to the recent CELLAR work on the FLAC specification. • Work has been done to make internal and external links more accurate and reliable. • 'Rice Coding' has been clarified as 'Exponential Golomb Coding.' • Clarifications have been made for binary representation. • Typos and other small changes have be...
2019 May 01
0
v2.3.6 Configure fail 'libssl not found' macOS
...ks/libssl.dylib /Applications/Navicat for MySQL.app/Contents/Frameworks/libssl.1.0.0.dylib /Applications/assp/assp.mod/bin/libssl32.dll /usr/lib/libssl.0.9.7.dylib /usr/lib/libssl.0.9.8.dylib /usr/lib/libssl.35.dylib /usr/lib/libssl.43.dylib /usr/lib/libssl.44.dylib /usr/lib/libssl.dylib /usr/local/Cellar/openssl/1.0.2r/lib/libssl.1.0.0.dylib /usr/local/Cellar/openssl/1.0.2r/lib/libssl.a /usr/local/Cellar/openssl/1.0.2r/lib/libssl.dylib /usr/local/Cellar/openssl/1.0.2r/lib/pkgconfig/libssl.pc /usr/local/Cellar/openssl at 1.1/1.1.1b/lib/libssl.1.1.dylib /usr/local/Cellar/openssl at 1.1/1.1.1b/lib/lib...
2017 Jun 07
0
[Cellar] FLAC Markdown
Hi all, > On Jun 5, 2017, at 11:52 PM, Andrew James Weaver <weevz at uw.edu> wrote: > > Hello all! > (cc-ing the flac-dev list) > > I would like to give an update as to the recent CELLAR work on the FLAC specification. > > • Work has been done to make internal and external links more accurate and reliable. > • 'Rice Coding' has been clarified as 'Exponential Golomb Coding.' > • Clarifications have been made for binary representation. > • Typos and ot...
2014 Feb 18
3
dovecot antispam plugin not found
Hello, I'm trying to setup dovecot-antispam, and even though the configuration and the installation seem to have gone well, dovecot is telling me it's not finding it. Here is the symptom: schmitta at top-wifi ~> /usr/local/Cellar/dovecot/2.2.10/libexec/dovecot/imap -c ~/.dovecotzimbra.rc Fatal: Plugin 'antispam' not found from directory /usr/local/Cellar/dovecot/2.2.10/lib/dovecot However there seems to be a plugin there: schmitta at top-wifi ~> ls -al /usr/local/Cellar/dovecot/2.2.10/lib/dovecot/ | grep antisp...
2018 Mar 28
1
R and Java 10 ➜ rJava not able to build
...know if running R CMD javareconf with sudo has posed a problem here, now or in the past. What I know is sometimes it?s the only way to really config it, if I don?t run with sudo, in the end it asks me if I want to overwrite the configuration from root override rw-r--r-- root/admin for /usr/local/Cellar/r/3.4.4/lib/R/etc/Makeconf? (y/n [n]) y override rw-r--r-- root/admin for /usr/local/Cellar/r/3.4.4/lib/R/etc/ldpaths? (y/n [n]) y So I really don?t know if this is the problem here or not. I really think the problem for R is and rJava is there is no longer a javah file. Unable to locate an e...
2016 Sep 26
0
FLAC standardization in the IETF
Hi all, I'm writing in my capacity as co-chair of the CELLAR working group of the IETF, which is tasked with the standardization of the FLAC specification. I posted about the initial creation of the working group in 2015, and I am wondering if any of the developers on this list are also subscribed to the IETF CELLAR list ( https://mailarchive.ietf.org/arch/s...
2017 Jun 06
1
[Cellar] FLAC Markdown
...frame, minus the number of wasted bits per sample of the subframe (and possibly plus one for a difference channel). I hope this helps future implementers. Kind regards, Ruud van Asseldonk > Hello all! > (cc-ing the flac-dev list) > > I would like to give an update as to the recent CELLAR work on the FLAC > specification. > > • Work has been done to make internal and external links more accurate and > reliable. > • 'Rice Coding' has been clarified as 'Exponential Golomb Coding.' > • Clarifications have been made for binary representation. > • Ty...