<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <br>
    <pre class="moz-signature" cols="72">Jeff Ross
<a class="moz-txt-link-abbreviated" href="mailto:rossj@cargotel.com">rossj@cargotel.com</a>
</pre>
    <div class="moz-cite-prefix">On 7/22/19 5:33 PM, Periko Support
      wrote:<br>
    </div>
    <blockquote type="cite"
cite="mid:CAK2yrTbxFXKnC400u0qd4a8gapxTKrBrtNOs4L5OgFB0UQqTQw@mail.gmail.com">
      <pre class="moz-quote-pre" wrap="">Hi.

I'm trying to install bucardo on Ubuntu 18.x LTS.

Once I run the command:

perl Makefile.PL I got this answer:

Warning: prerequisite CGI 0 not found.
Warning: prerequisite Encode::Locale 0 not found.
Generating a Unix-style Makefile
Writing Makefile for Bucardo
Writing MYMETA.yml and MYMETA.json

The warnings are not important or must be fix?

Bucardo latest 5.5.x.
Ubuntu 18 LTS

Regards.
_______________________________________________
Bucardo-general mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Bucardo-general@bucardo.org">Bucardo-general@bucardo.org</a>
<a class="moz-txt-link-freetext" href="https://bucardo.org/mailman/listinfo/bucardo-general">https://bucardo.org/mailman/listinfo/bucardo-general</a>
</pre>
    </blockquote>
    While looking for the answer to another bucardo question, I came
    across this blog post:<br>
    <br>
    <a
href="https://www.endpoint.com/blog/2014/06/23/bucardo-5-multimaster-postgres-released">https://www.endpoint.com/blog/2014/06/23/bucardo-5-multimaster-postgres-released</a><br>
    <br>
    In it is a list of the dependencies for Bucardo 5, although these
    package names are for yum and not apt.:<br>
    <br>
    <br>
    <pre style="box-sizing: inherit; font-family: monospace, monospace; font-size: 16px; margin: 0px 0px 1.5rem; padding: 0px; overflow-x: auto; color: rgb(10, 10, 10); font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 300; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(254, 254, 254); text-decoration-style: initial; text-decoration-color: initial;"><code class="hljs shell" style="box-sizing: inherit; font-family: Consolas, "Liberation Mono", Courier, monospace; font-size: 0.875rem; padding: 0.5em; border: 1px dashed black; background: rgb(240, 240, 240); font-weight: normal; color: rgb(68, 68, 68); line-height: 1rem; display: block; min-width: 100%; overflow-x: auto;"><span class="bash" style="box-sizing: inherit; -webkit-font-smoothing: antialiased; text-rendering: optimizelegibility; margin: 0px; padding: 0px; line-height: initial; font-weight: 300; font-size: inherit; color: rgb(74, 74, 74); display: inline; font-family: inherit;"> sudo yum install  perl-ExtUtils-MakeMaker  perl-DBD-Pg \</span>
<span class="hljs-meta" style="box-sizing: inherit; -webkit-font-smoothing: antialiased; text-rendering: optimizelegibility; margin: 0px; padding: 0px; line-height: initial; font-weight: 300; font-size: inherit; color: rgb(31, 113, 153); display: inline; font-family: inherit;">></span><span class="bash" style="box-sizing: inherit; -webkit-font-smoothing: antialiased; text-rendering: optimizelegibility; margin: 0px; padding: 0px; line-height: initial; font-weight: 300; font-size: inherit; color: rgb(74, 74, 74); display: inline; font-family: inherit;"> perl-Encode-Locale  perl-Sys-Syslog perl-boolean \</span>
<span class="hljs-meta" style="box-sizing: inherit; -webkit-font-smoothing: antialiased; text-rendering: optimizelegibility; margin: 0px; padding: 0px; line-height: initial; font-weight: 300; font-size: inherit; color: rgb(31, 113, 153); display: inline; font-family: inherit;">></span><span class="bash" style="box-sizing: inherit; -webkit-font-smoothing: antialiased; text-rendering: optimizelegibility; margin: 0px; padding: 0px; line-height: initial; font-weight: 300; font-size: inherit; color: rgb(74, 74, 74); display: inline; font-family: inherit;"> perl-Time-HiRes  perl-Test-Simple  perl-Pod-Parser</span>
<span class="hljs-meta" style="box-sizing: inherit; -webkit-font-smoothing: antialiased; text-rendering: optimizelegibility; margin: 0px; padding: 0px; line-height: initial; font-weight: 300; font-size: inherit; color: rgb(31, 113, 153); display: inline; font-family: inherit;">$</span><span class="bash" style="box-sizing: inherit; -webkit-font-smoothing: antialiased; text-rendering: optimizelegibility; margin: 0px; padding: 0px; line-height: initial; font-weight: 300; font-size: inherit; color: rgb(74, 74, 74); display: inline; font-family: inherit;"> sudo yum install cpan</span>
<span class="hljs-meta" style="box-sizing: inherit; -webkit-font-smoothing: antialiased; text-rendering: optimizelegibility; margin: 0px; padding: 0px; line-height: initial; font-weight: 300; font-size: inherit; color: rgb(31, 113, 153); display: inline; font-family: inherit;">$</span><span class="bash" style="box-sizing: inherit; -webkit-font-smoothing: antialiased; text-rendering: optimizelegibility; margin: 0px; padding: 0px; line-height: initial; font-weight: 300; font-size: inherit; color: rgb(74, 74, 74); display: inline; font-family: inherit;"> <span class="hljs-built_in" style="box-sizing: inherit; -webkit-font-smoothing: antialiased; text-rendering: optimizelegibility; margin: 0px; padding: 0px; line-height: initial; font-weight: 300; font-size: inherit; color: rgb(57, 115, 0); display: inline; font-family: inherit;">echo</span> y | cpan DBIx::Safe</span>
</code>
</pre>
    Both are listed in the Makefile as a requirementas well.<br>
    <br>
    So, both Encode::Locale and CGI > version 0 must be installed.  <br>
    <br>
    libencode-locale-perl is probaly the correct apt package for
    Encode::Locale but I'm not sure what CGI package it would be.<br>
    <br>
    Hope that helps!<br>
    <br>
    Jeff Ross<br class="Apple-interchange-newline">
  </body>
</html>

<br>
<pre style="white-space:pre-wrap;color:rgb(34,34,34);background-color:rgb(255,255,255)">The contents of this e-mail and any attachments are intended solely for the use of the named addressee(s) and may contain confidential and/or privileged information. Any unauthorized use, copying, disclosure, or distribution of the contents of this e-mail is strictly prohibited by the sender and may be unlawful. If you are not the intended recipient, please notify the sender immediately and delete this e-mail.</pre>