JackYeh / s3fs

Automatically exported from code.google.com/p/s3fs
GNU General Public License v2.0
0 stars 0 forks source link

s3fs couldn't compile #58

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I try to "make" but got the following error, Maybe it because my gcc is too
old or I forget something.

[root@ip-10-251-66-83 s3fs]# make
g++ -ggdb -Wall -D_FILE_OFFSET_BITS=64 -I/usr/include/fuse  -pthread -lfuse
-lrt -ldl    -L/usr/kerberos/lib -lcurl   -I/usr/include/libxml2 -L/usr/lib
-lxml2 -lz -lpthread -lm -lcrypto s3fs.cpp -o s3fs
s3fs.cpp:439: warning: 'size_t readCallback(void*, size_t, size_t, void*)'
defined but not used
/usr/lib/libgssapi_krb5.so.2: undefined reference to `add_error_table'
/usr/lib/libgssapi_krb5.so.2: undefined reference to `remove_error_table'
collect2: ld returned 1 exit status
make: *** [all] Error 1
[root@ip-10-251-66-83 s3fs]# 

-----------------------------------
[root@ip-10-251-66-83 s3fs]# uname -a
Linux ip-10-251-66-83 2.6.21.7-2.fc8xen #1 SMP Fri Feb 15 12:39:36 EST 2008
i686 athlon i386 GNU/Linux

-----------------------------------
[root@ip-10-251-66-83 s3fs]# gcc --version
gcc (GCC) 3.4.6 20060404 (Red Hat 3.4.6-8)
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

[root@ip-10-251-66-83 s3fs]# 

------------------------------------

Original issue reported on code.google.com by yi.zh...@gmail.com on 14 May 2009 at 3:54

GoogleCodeExporter commented 8 years ago
i solved it by upgrade krb5 to the latest version. 

Original comment by yi.zh...@gmail.com on 14 May 2009 at 4:43

GoogleCodeExporter commented 8 years ago
No coding change needed for this -- user installed newer version of krb5 and 
the issue was resolved -- closing this issue.

Original comment by dmoore4...@gmail.com on 21 Oct 2010 at 4:47