install dragonfly-0.9.1 by source code, happend problems (glibc install and dragonfly startup) #441
Replies: 6 comments
-
I execute the installation step and command ,as below files: 01-intall-automake.txt |
Beta Was this translation helpful? Give feedback.
-
step 1: |
Beta Was this translation helpful? Give feedback.
-
step 2: |
Beta Was this translation helpful? Give feedback.
-
step 3: |
Beta Was this translation helpful? Give feedback.
-
step 4: |
Beta Was this translation helpful? Give feedback.
-
step 5: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
Do you have some problem about install the dragonfly-0.9.1 by source code building?
Below content, it's my installation of dragonfly-0.9.1.
I take many time, the last step (glibc-2.29 build install) is failed and difficulty.
Part I : enviroment as below:
(1.0) OS
OS : CentOS 7.9 x64
uname -a:
Linux CNT7XDFLY01 3.10.0-1160.el7.x86_64 #1 SMP Mon Oct 19 16:18:59 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
(1.1) reference software: automake
automake = 1.16.1
m4 = 1.4.18
autoconf = 2.69
gcc = 4.8.5-44.el7
gcc-c++ = 4.8.5-44.el7
(1.2) reference software: make
make = 4.2.1
libtool = 2.4.2-22.el7_3
gettext-devel = 0.19.8.1-3.el7
(1.3) reference software: gcc
gcc = 12.2.0
m4 = 1.4.18
gmp = 6.2.1
mpfr = 4.1.0
mpc = 1.2.1
isl = 0.24
(1.4) reference software: glibc
glibc = 2.29 ( ** install failed , many times always is failed ** )
cpp = 4.8.5-44.el7
binutils = 2.27-44.base.el7_9.1
python3 = 3.6.8-18.el7
bison = 3.0.4-2.el7
(1.5) Startup dragonfly or execute --help:
DragonFly : 0.9.1
Part II : installation happened problem.
(2.1) glibc-2.29 execute command 'make', happened error as below: step 4 install glibc
[root@CNT7XDFLY01 build]# pwd
/home/soft/glibc/glibc-2.29/build
[root@CNT7XDFLY01 build]#
[root@CNT7XDFLY01 build]# ../configure --prefix=/usr/local/glibc --disable-profile --enable-add-ons --with-headers=/usr/include --with-binutils=/usr/bin
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for gcc... gcc
checking for suffix of object files... configure: error: in
/home/soft/glibc/glibc-2.29/build': configure: error: cannot compute suffix of object files: cannot compile See
config.log' for more details[root@CNT7XDFLY01 build]#
(2.2) dragonfly startup or execute '--help' command, happened error as below: step 5 startup dragonfly
./dragonfly --help
( or ./dragonfly # other starup command )
[root@CNT7XDFLY01 ~]# export DRAGONFLY_HOME=/home/app/dragonfly/dragonfly-0.9.1
[root@CNT7XDFLY01 ~]# cd $DRAGONFLY_HOME/
[root@CNT7XDFLY01 dragonfly-0.9.1]# ./dragonfly --help
./dragonfly: /lib64/libm.so.6: version
GLIBC_2.29' not found (required by ./dragonfly) ./dragonfly: /lib64/libstdc++.so.6: version
GLIBCXX_3.4.20' not found (required by ./dragonfly)./dragonfly: /lib64/libstdc++.so.6: version
CXXABI_1.3.8' not found (required by ./dragonfly) ./dragonfly: /lib64/libstdc++.so.6: version
GLIBCXX_3.4.22' not found (required by ./dragonfly)./dragonfly: /lib64/libstdc++.so.6: version
GLIBCXX_3.4.26' not found (required by ./dragonfly) ./dragonfly: /lib64/libstdc++.so.6: version
GLIBCXX_3.4.21' not found (required by ./dragonfly)./dragonfly: /lib64/libstdc++.so.6: version
GLIBCXX_3.4.28' not found (required by ./dragonfly) ./dragonfly: /lib64/libc.so.6: version
GLIBC_2.27' not found (required by ./dragonfly)./dragonfly: /lib64/libc.so.6: version
GLIBC_2.30' not found (required by ./dragonfly) ./dragonfly: /lib64/libc.so.6: version
GLIBC_2.25' not found (required by ./dragonfly)[root@CNT7XDFLY01 dragonfly-0.9.1]#
Beta Was this translation helpful? Give feedback.
All reactions