Displaying 3 results from an estimated 3 matches for "quota_open".
2014 Oct 10
1
fixes for quota support on NetBSD
...- src/plugins/quota/quota-fs.c.orig 2013-02-26 09:42:04.000000000 +0100
+++ src/plugins/quota/quota-fs.c 2013-08-06 01:00:32.000000000 +0200
@@ -672,34 +672,38 @@
{
struct quotakey qk;
struct quotaval qv;
+ struct quotahandle *qh;
+ int ret;
- if (root->qh == NULL) {
- if ((root->qh = quota_open(root->mount->mount_path)) == NULL) {
- i_error("cannot open quota for %s: %m",
- root->mount->mount_path);
- fs_quota_root_disable(root, group);
- return 0;
- }
- }
+ if ((qh = quota_open(root->mount->mount_path)) == NULL) {
+ i_error("cannot open quota...
2016 Dec 04
2
RES: RES: v2.2.27 released
I don't see it, and can't really think of a good reason why it would happen. This happens in configure? And the first thing you ran was configure, right? No autogen.sh or autoconf/automake?
-bash-4.1# cat /etc/redhat-release
CentOS release 6.8 (Final)
-bash-4.1# uname -a
Linux test-centos6.dovecot.net 2.6.32-642.6.1.el6.x86_64 #1 SMP Wed Oct 5 00:36:12 UTC 2016 x86_64 x86_64 x86_64
2016 Dec 04
0
RES: RES: RES: v2.2.27 released
...ot-2.2.27]# ./configure --with-ldap=yes --with-zlib --with-bzlib --with-solr > foo
configure: error: conditional "SSL_VERSION_GE_102" was never defined.
Usually this means the macro was only invoked conditionally.
[root at host1 dovecot-2.2.27]# tail foo
checking for library containing quota_open... no
checking for XML_Parse in -lexpat... yes
checking expat.h usability... yes
checking expat.h presence... yes
checking for expat.h... yes
checking for sb_stemmer_new in -lstemmer... no
checking for special_textcat_Init in -lexttextcat... no
checking for special_textcat_Init in -ltextcat... no
c...