-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
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
Problem compiling (make) cloud fuse #78
Comments
Sorry, I hadn't ran autoreconf after the json dependency was added. So I did that. Also, you'll need to install the json-c dev package now. I'm not sure what it's called on RHEL, maybe libjson-c-devel? |
Thank-you for the quick response. koutsane@A1TPT550EK: |
My bad, just downloaded latest version and all is working :) Thank-you, much appreciated!! |
Hi -
I have attempted to install cloudfuse on RHEL7.2 and Ubuntu 15.10 and have encountered the following error during the compile (make) stage:
./configure
.
..
checking for strcasecmp... yes
checking for strchr... yes
checking for strdup... yes
checking for strncasecmp... yes
checking for strrchr... yes
checking for strstr... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: config.h is unchanged
:~/cloudfuse$ make
gcc -g -O2 -I/usr/include/libxml2 -D_FILE_OFFSET_BITS=64 -I/usr/include/fuse @JSONC_CFLAGS@ -o cloudfuse cloudfsapi.c cloudfuse.c -lxml2 -lcurl -lfuse -pthread -lssl -lcrypto @JSONC_LIBS@
gcc: error: @JSONC_CFLAGS@: No such file or directory
gcc: error: @JSONC_LIBS@: No such file or directory
Makefile:29: recipe for target 'cloudfuse' failed
make: *** [cloudfuse] Error 1
Please can you provide assistance?
Regards,
Evan
The text was updated successfully, but these errors were encountered: