We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Centos8 build: a) build process is not recommended in the source tree!!! b) As we are have 64bit system, libdir must be lib64.
In source root dir do: $ mkdir binout $ cd binout $ cmake -DCMAKE_INSTALL_LIBDIR=lib64 -DCMAKE_BUILD_TYPE=Release .. $ make as root:
AND create in /etc/ld.so.conf.d/ file tarantool-c.conf with content:
cat /etc/ld.so.conf.d/tarantool-c.conf /usr/local/lib64/
After this, as root execute # ldconfig
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Centos8 build:
a) build process is not recommended in the source tree!!!
b) As we are have 64bit system, libdir must be lib64.
In source root dir do:
$ mkdir binout
$ cd binout
$ cmake -DCMAKE_INSTALL_LIBDIR=lib64 -DCMAKE_BUILD_TYPE=Release ..
$ make
as root:
make install
AND
create in /etc/ld.so.conf.d/ file tarantool-c.conf with content:
After this, as root execute # ldconfig
The text was updated successfully, but these errors were encountered: