Building dovecot-core
Hi all, do we have any info on building dovecot-core? INSTALL.md suggests usual way: ./configure …
Needless to say, there is no .configure in root dir. I think, instructions need to be updated to correct this.
Thank you. Dmitriy
On 2022-06-02 17:03, Dmitriy Fitisov wrote:
Hi all, do we have any info on building dovecot-core? INSTALL.md suggests usual way: ./configure …
Needless to say, there is no .configure in root dir. I think, instructions need to be updated to correct this.
Thank you. Dmitriy Hi there,
I think you need to run ./autogen.sh first.
Good luck.
Zakaria.
On 02/06/2022 20:23 hi@zakaria.website wrote:
On 2022-06-02 17:03, Dmitriy Fitisov wrote:
Hi all, do we have any info on building dovecot-core? INSTALL.md suggests usual way: ./configure …
Needless to say, there is no .configure in root dir. I think, instructions need to be updated to correct this.
Thank you. Dmitriy Hi there,
I think you need to run ./autogen.sh first.
Good luck.
Zakaria.
Hi!
There is a difference when building from sources from git, and from source tarball. The README describes building from source tarball.
Please see https://dovecot.org/releases/ for source tarballs.
We have also put the page in place, see https://doc.dovecot.org/installation_guide/dovecot_community_repositories/co...
Aki
ok
download the tarball for BOTH dovecot & pigeonhole
unzip / whatever into a build src dir
i use
/programs/src/mail
dovecot-2.3.19 for the core
dovecot-2.3-pigeonhole-0.5.19 for pigeonhole
make a currentconfig script file
containing
[13:57:42] peer1.scom.ca [paul:0] /programs/src/mail/dovecot-2.3.19.new ## cat currentconfig ./configure --with-pgsql --with-lucene
(i use pgsql & lucene for the search engine)
run the config (remember THIS IS THE SOURCE TARBALL NOT A BUILD)
ie --> ./configure --with-pgsql --with-lucene
gmake
gmake install
then make pigeonhole
same as above
currentconfig to contain
## cat currentconfig ./configure --with-dovecot=/usr/local/lib/dovecot
note you need to do a chmod +x to the currentconfig file in order to run it.
again like above
gmake gmake install
thats the basics.
Happy Thursday !!! Thanks - paul
Paul Kudla
Scom.ca Internet Services http://www.scom.ca 004-1009 Byron Street South Whitby, Ontario - Canada L1N 4S3
Toronto 416.642.7266 Main 1.866.411.7266 Fax 1.888.892.7266 Email paul@scom.ca
On 6/2/2022 1:23 PM, dovecot-bounces@dovecot.org wrote:
On 2022-06-02 17:03, Dmitriy Fitisov wrote:
Hi all, do we have any info on building dovecot-core? INSTALL.md suggests usual way: ./configure …
Needless to say, there is no .configure in root dir. I think, instructions need to be updated to correct this.
Thank you. Dmitriy Hi there,
I think you need to run ./autogen.sh first.
Good luck.
Zakaria.
Thank you all!
Sent from my iPhone
On Jun 2, 2022, at 2:02 PM, Paul Kudla (SCOM.CA Internet Services Inc.) paul@scom.ca wrote:
ok
download the tarball for BOTH dovecot & pigeonhole
unzip / whatever into a build src dir
i use
/programs/src/mail
dovecot-2.3.19 for the core
dovecot-2.3-pigeonhole-0.5.19 for pigeonhole
make a currentconfig script file
containing
[13:57:42] peer1.scom.ca [paul:0] /programs/src/mail/dovecot-2.3.19.new ## cat currentconfig ./configure --with-pgsql --with-lucene
(i use pgsql & lucene for the search engine)
run the config (remember THIS IS THE SOURCE TARBALL NOT A BUILD)
ie --> ./configure --with-pgsql --with-lucene
gmake
gmake install
then make pigeonhole
same as above
currentconfig to contain
## cat currentconfig ./configure --with-dovecot=/usr/local/lib/dovecot
note you need to do a chmod +x to the currentconfig file in order to run it.
again like above
gmake gmake install
thats the basics.
Happy Thursday !!! Thanks - paul
Paul Kudla
Scom.ca Internet Services http://www.scom.ca 004-1009 Byron Street South Whitby, Ontario - Canada L1N 4S3
Toronto 416.642.7266 Main 1.866.411.7266 Fax 1.888.892.7266 Email paul@scom.ca
On 6/2/2022 1:23 PM, dovecot-bounces@dovecot.org wrote:
On 2022-06-02 17:03, Dmitriy Fitisov wrote: Hi all, do we have any info on building dovecot-core? INSTALL.md suggests usual way: ./configure …
Needless to say, there is no .configure in root dir. I think, instructions need to be updated to correct this.
Thank you. Dmitriy Hi there, I think you need to run ./autogen.sh first. Good luck. Zakaria.
participants (4)
-
Aki Tuomi
-
Dmitriy Fitisov
-
hi@zakaria.website
-
Paul Kudla (SCOM.CA Internet Services Inc.)