Skip to content
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

error on make of riofs #47

Closed
shaozhang opened this issue Mar 14, 2014 · 1 comment
Closed

error on make of riofs #47

shaozhang opened this issue Mar 14, 2014 · 1 comment

Comments

@shaozhang
Copy link

Hi,

I am running ubuntu 10.10 64bit and currently facing this error when trying to run the 'make' command:

root@ArchiveDB:~/riofs-master/riofs-master# make
Making all in src
make[1]: Entering directory /root/riofs-master/riofs-master/src' gcc -D_FILE_OFFSET_BITS=64 -I/usr/local/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/fuse -I/usr/include/libxml2 -g -O2 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O2 -o riofs riofs-log.o riofs-dir_tree.o riofs-rfuse.o riofs-http_connection.o riofs-http_connection_dir_list.o riofs-bucket_client.o riofs-client_pool.o riofs-file_io_ops.o riofs-cache_mng.o riofs-stat_srv.o riofs-utils.o riofs-conf.o riofs-range.o riofs-main.o -pthread -L/usr/local/lib -lglib-2.0 -lfuse -lrt -ldl -levent -lxml2 -lcrypto -lssl riofs-main.o: In functionapplication_destroy':
/root/riofs-master/riofs-master/src/main.c:608: undefined reference to ERR_remove_thread_state' collect2: ld returned 1 exit status make[1]: *** [riofs] Error 1 make[1]: Leaving directory/root/riofs-master/riofs-master/src'
make: *** [all-recursive] Error 1

Would appreciate if you could help me on this?

@henningpeters
Copy link
Contributor

That's a linker error, a function name cannot be found in the OpenSSL library. What OpenSSL version are you using?

We haven't tried compiling under Ubuntu 10.10 (try 12.04 or newer), I suspect that the required libraries are not recent enough.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants