Skip to content

Commit e612a06

Browse files
author
Vladimir I
committed
Update gh-868 Tarantool dependency list was changed
Fixed py27-msgpack package name and added a temporary warning about current possible problem with openssl111 depemdency. This warning to be considered for deletion after fixing dependencies.
1 parent 11806f9 commit e612a06

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

doc/1.10/dev_guide/building_from_source.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ the preferences can differ. But strategically the steps are always the same.
9898
autoconf automake libtool \
9999
readline ncurses libyaml openssl libunwind icu \
100100
python27 py27-pip py27-setuptools py27-daemon \
101-
py27-msgpack-python py27-yaml py27-argparse py27-six py27-gevent
101+
py27-msgpack py27-yaml py27-argparse py27-six py27-gevent
102102
103103
If some Python modules are not available in a repository,
104104
it is best to set up the modules by getting a tarball and
@@ -186,6 +186,11 @@ the preferences can differ. But strategically the steps are always the same.
186186

187187
This creates the 'tarantool' executable in the ``src/`` directory.
188188

189+
.. NOTE::
190+
191+
If you encounter a ``curl`` or ``OpenSSL`` errors on this step try
192+
installing openssl111 package of the specific 1.1.1d version.
193+
189194
Next, it's highly recommended to say ``make install`` to install Tarantool to
190195
the ``/usr/local`` directory and keep your system clean. However, it is
191196
possible to run the Tarantool executable without installation.

0 commit comments

Comments
 (0)