M.Tarkeshwar Rao
2015-Oct-06 04:24 UTC
[Gluster-users] Can you please help us in installing Gluster FS(Have errors in istalling)
Hi,
While trying to configure GlusterFS tar on my Linux server (
Linux sb6270x1803-2 3.10.0-123.el7.x86_64 #1 SMP Mon May 5 11:16:57 EDT
2014 x86_64 x86_64 x86_64 GNU/Linux
),
sb6270x1803-2:/home/pag/glusterfs-3.7.4# ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking how to create a pax tar archive... gnutar
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for gcc... gcc
checking for C compiler default output file name...
configure: error: in `/home/pag/glusterfs-3.7.4':
configure: error: C compiler cannot create executables
See `config.log' for more details.
in Logs config.log, getting following exception -
configure:3354: checking for C compiler default output file name
configure:3376: gcc conftest.c >&5
/usr/libexec/gcc/x86_64-redhat-linux/4.4.5/cc1: error while loading shared
libraries: libgmp.so.3: cannot open shared object file: No such file or
directory
configure:3380: $? = 1
configure:3418: result:
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "glusterfs"
| #define PACKAGE_TARNAME "glusterfs"
| #define PACKAGE_VERSION "3.7.4"
| #define PACKAGE_STRING "glusterfs 3.7.4"
| #define PACKAGE_BUGREPORT "gluster-users at gluster.org"
| #define PACKAGE "glusterfs"
| #define VERSION "3.7.4"
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:3424: error: in `/home/pag/glusterfs-3.7.4':
configure:3427: error: C compiler cannot create executables
See `config.log' for more details.
Regards
Tarkeshwar
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<http://www.gluster.org/pipermail/gluster-users/attachments/20151006/9e3eb9d7/attachment.html>
Kaleb KEITHLEY
2015-Oct-06 14:10 UTC
[Gluster-users] Can you please help us in installing Gluster FS(Have errors in istalling)
You need to install gcc. On 10/06/2015 12:24 AM, M.Tarkeshwar Rao wrote:> Hi, > > While trying to configure GlusterFS tar on my Linux server ( > > Linux sb6270x1803-2 3.10.0-123.el7.x86_64 #1 SMP Mon May 5 11:16:57 EDT > 2014 x86_64 x86_64 x86_64 GNU/Linux > > ), > sb6270x1803-2:/home/pag/glusterfs-3.7.4# ./configure > checking for a BSD-compatible install... /usr/bin/install -c > checking whether build environment is sane... yes > checking for a thread-safe mkdir -p... /usr/bin/mkdir -p > checking for gawk... gawk > checking whether make sets $(MAKE)... yes > checking how to create a pax tar archive... gnutar > checking build system type... x86_64-unknown-linux-gnu > checking host system type... x86_64-unknown-linux-gnu > checking for gcc... gcc > checking for C compiler default output file name... > configure: error: in `/home/pag/glusterfs-3.7.4': > configure: error: C compiler cannot create executables > See `config.log' for more details. > > in Logs config.log, getting following exception - > > configure:3354: checking for C compiler default output file name > > configure:3376: gcc conftest.c >&5 > > /usr/libexec/gcc/x86_64-redhat-linux/4.4.5/cc1: error while loading > shared libraries: libgmp.so.3: cannot open shared object file: No such > file or directory > > configure:3380: $? = 1 > > configure:3418: result: > > configure: failed program was: > > | /* confdefs.h. */ > > | #define PACKAGE_NAME "glusterfs" > > | #define PACKAGE_TARNAME "glusterfs" > > | #define PACKAGE_VERSION "3.7.4" > > | #define PACKAGE_STRING "glusterfs 3.7.4" > > | #define PACKAGE_BUGREPORT "gluster-users at gluster.org > <mailto:gluster-users at gluster.org>" > > | #define PACKAGE "glusterfs" > > | #define VERSION "3.7.4" > > | /* end confdefs.h. */ > > | > > | int > > | main () > > | { > > | > > | ; > > | return 0; > > | } > > configure:3424: error: in `/home/pag/glusterfs-3.7.4': > > configure:3427: error: C compiler cannot create executables > > See `config.log' for more details. > > > Regards > Tarkeshwar > > > > _______________________________________________ > Gluster-users mailing list > Gluster-users at gluster.org > http://www.gluster.org/mailman/listinfo/gluster-users >