बनाया गया: 2026/07/02 19:41:27 America/Chicago
द्वारा: admin
बदला गया: 2026/07/03 16:24:56 America/Chicago
द्वारा: admin

Verlihub installations को अक्सर community के character set से match करना पड़ता है। Hub locale आम तौर पर dbconfig में configured होता है और operating system में requested locale generated होना चाहिए।

Verlihub build documentation install paths, TLS proxy behavior, plugin compilation, debug builds और Lua plugin के लिए CMake options देती है। Future upgrades के लिए choices document रखें।

dbconfig example

 db_host = ...
db_data = ...
db_user = ...
db_pass = ...
db_charset = ...
locale = pl_PL.CP1250 

यदि configured locale काम नहीं करता, उसे /etc/locale.gen में जोड़ें, locale-gen run करें और hub process restart करें।

 pl_PL.CP1250 CP1250
sudo locale-gen 

Useful Build Options

OptionPurpose
-DCMAKE_INSTALL_PREFIX=/usr/local Installation prefix set करता है।
-DLIB_INSTALL_DIR=/usr/local/lib Library install directory set करता है।
-DPLUGIN_INSTALL_DIR=/usr/local/lib Plugin install directory set करता है।
-DUSE_TLS_PROXY=ON Classic TLS proxy support enable करता है।
-DUSE_FEARTLS_PROXY=ON Fear TLS proxy support enable करता है।
-DWITH_PLUGINS=ON|OFF Plugin support globally build या disable करता है।
-DWITH_LUA=ON Lua plugin specifically build करता है।
-DDEFINE_DEBUG=ON Troubleshooting के लिए debug definitions के साथ build करता है।

मूल पृष्ठ