Displaying 7 results from an estimated 7 matches for "tinycdb".
Did you mean:
tincd
2015 Mar 09
2
Dovecot fails to compile --with-cdb (and attempted fix)
Dovecot version: 2.2.15
Tinycdb: 0.78
I'm attempting to compile dovecot --with-cdb, but keep getting into a
problem with cdb:
========================
libtool: link: gcc -std=gnu99 -g -O2 -Wall -W -Wmissing-prototypes
-Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2
-Wbad-function-cast -fno-builtin-strftim...
2015 Mar 10
2
Dovecot fails to compile --with-cdb (and attempted fix)
On Tue, Mar 10, 2015 at 2:22 AM, Jeffrey 'jf' Lim <jfs.world at gmail.com>
wrote:
> On Tue, Mar 10, 2015 at 2:15 AM, Jeffrey 'jf' Lim <jfs.world at gmail.com>
> wrote:
>
>> Dovecot version: 2.2.15
>> Tinycdb: 0.78
>>
>> I'm attempting to compile dovecot --with-cdb, but keep getting into a
>> problem with cdb:
>> ========================
>> libtool: link: gcc -std=gnu99 -g -O2 -Wall -W -Wmissing-prototypes
>> -Wmissing-declarations -Wpointer-arith -Wchar-subscript...
2015 Mar 09
0
Dovecot fails to compile --with-cdb (and attempted fix)
On Tue, Mar 10, 2015 at 2:15 AM, Jeffrey 'jf' Lim <jfs.world at gmail.com>
wrote:
> Dovecot version: 2.2.15
> Tinycdb: 0.78
>
> I'm attempting to compile dovecot --with-cdb, but keep getting into a
> problem with cdb:
> ========================
> libtool: link: gcc -std=gnu99 -g -O2 -Wall -W -Wmissing-prototypes
> -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2
> -Wbad-...
2015 Mar 12
0
Dovecot fails to compile --with-cdb (and attempted fix)
...wrote:
>
> On Tue, Mar 10, 2015 at 2:22 AM, Jeffrey 'jf' Lim <jfs.world at gmail.com>
> wrote:
>
>> On Tue, Mar 10, 2015 at 2:15 AM, Jeffrey 'jf' Lim <jfs.world at gmail.com>
>> wrote:
>>
>>> Dovecot version: 2.2.15
>>> Tinycdb: 0.78
>>>
>>> I'm attempting to compile dovecot --with-cdb, but keep getting into a
>>> problem with cdb:
>>> ========================
>>> libtool: link: gcc -std=gnu99 -g -O2 -Wall -W -Wmissing-prototypes
>>> -Wmissing-declarations -Wpoint...
2015 Mar 12
2
Dovecot fails to compile --with-cdb (and attempted fix)
..., 2015 at 2:22 AM, Jeffrey 'jf' Lim <jfs.world at gmail.com>
> > wrote:
> >
> >> On Tue, Mar 10, 2015 at 2:15 AM, Jeffrey 'jf' Lim <jfs.world at gmail.com>
> >> wrote:
> >>
> >>> Dovecot version: 2.2.15
> >>> Tinycdb: 0.78
> >>>
> >>> I'm attempting to compile dovecot --with-cdb, but keep getting into a
> >>> problem with cdb:
> >>> ========================
> >>> libtool: link: gcc -std=gnu99 -g -O2 -Wall -W -Wmissing-prototypes
> >>> -...
2012 Mar 25
2
build postfix rpm with mysql
...BuildRequires: /usr/bin/cc, gawk, sed, ed, patch, rpm >= 4
Requires: gawk, sed, ed
%if %{with_spf}
BuildRequires: libspf2-devel >= 1.2.5
Requires: libspf2 >= 1.2.5
%endif
%if %{requires_db}
Requires: db%{requires_db}
BuildRequires: db%{requires_db}-devel
%endif
%if %{with_cdb}
Requires: tinycdb
BuildRequires: tinycdb
%endif
%if %{with_ldap}
Requires: openldap >= 1.2.9
BuildRequires: openldap-devel >= 1.2.9
%endif
%if %{with_pcre}
Requires: %{pcre_requires}
BuildRequires: %{pcre_requires}, %{pcre_requires}-devel
%endif
# Needed by some Mysql and some TLS packages
%if %{requires_zl...
2011 Nov 19
4
build postfix spec w/ mysql
...BuildRequires: /usr/bin/cc, gawk, sed, ed, patch, rpm >= 4
Requires: gawk, sed, ed
%if %{with_spf}
BuildRequires: libspf2-devel >= 1.2.5
Requires: libspf2 >= 1.2.5
%endif
%if %{requires_db}
Requires: db%{requires_db}
BuildRequires: db%{requires_db}-devel
%endif
%if %{with_cdb}
Requires: tinycdb
BuildRequires: tinycdb
%endif
%if %{with_ldap}
Requires: openldap >= 1.2.9
BuildRequires: openldap-devel >= 1.2.9
%endif
%if %{with_pcre}
Requires: %{pcre_requires}
BuildRequires: %{pcre_requires}, %{pcre_requires}-devel
%endif
# Needed by some Mysql and some TLS packages
%if %{requires_zl...