windows config.pl question

From: Dmitry Markman <dmarkman(at)mac(dot)com>
To: pgsql-interfaces(at)lists(dot)postgresql(dot)org
Subject: windows config.pl question
Date: 2020-07-29 22:42:12
Message-ID: 4CB91B34-543D-4A80-8C25-4D67742F0987@mac.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

<html><head></head><body dir="auto" style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;"><div class="ApplePlainTextBody">Hi<br><br>I’d like to add icu/openssl support to my postgresql build on windows<br><br>documentation says that I have to modify config.pl file, however it's not clear what exactly I have to do<br><br>config-default.pl for example has the following line<br><br><span class="Apple-tab-span" style="white-space:pre"> </span>icu &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&gt; undef, &nbsp;&nbsp;&nbsp;# --with-icu=&lt;path&gt;<br><br>so, if I want to add icu support what exactly should I do?<br><br>should I replace undef with path?<br><br><br><span class="Apple-tab-span" style="white-space:pre"> </span>icu &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&gt; &lt;path_to_icu_install_area&gt;,<br><br>is it correct?<br><br>if it’s correct does build support UNC paths?<br><br>thanks in advance<br><br>Dimitry Markman<br><br><br><br></div></body></html>

Attachment Content-Type Size
unknown_filename text/html 998 bytes

Browse pgsql-interfaces by date

  From Date Subject
Next Message Dmitry Markman 2020-07-29 22:44:38 windows config.pl question
Previous Message Greg Sabino Mullane 2020-07-23 13:29:13 DBD::Pg version 3.14.0 released