Code Monkey home page Code Monkey logo

Comments (3)

henningpeters avatar henningpeters commented on September 3, 2024

Two questions:

  • did autogen.sh and configure run without errors?
  • are you in the riofs directory? Can you see a Makefile file in that directory?

from riofs.

janviehweger avatar janviehweger commented on September 3, 2024

Hi Henning, console output after "./autogen.sh":

bitnami@linux:~/riofs-master$ ./autogen.sh
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force
autoreconf: configure.ac: tracing
autoreconf: configure.ac: not using Libtool
autoreconf: running: /usr/bin/autoconf --force
autoreconf: running: /usr/bin/autoheader --force
autoreconf: running: automake --add-missing --copy --force-missing
configure.ac:9: installing `./compile'
configure.ac:4: installing `./config.guess'
configure.ac:4: installing `./config.sub'
configure.ac:5: installing `./install-sh'
configure.ac:5: installing `./missing'
src/Makefile.am: installing `./depcomp'
Makefile.am: installing `./INSTALL'
autoreconf: Leaving directory `.'
Now type './configure' to configure riofs project
bitnami@linux:~/riofs-master$

console output after "./configure":

bitnami@linux:~/riofs-master$ ./configure
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking whether gcc and cc understand -c and -o together... yes
checking whether ln -s works... yes
checking for ranlib... ranlib
checking for pkg-config... /opt/bitnami/common/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking size of long int... 8
checking for DEPS... no
configure: error: Package requirements (glib-2.0 >= 2.22 fuse >= 2.7.3 libevent >= 2.0 libxml-2.0 >= 2.6 libcrypto >= 0.9) were not met:

No package 'glib-2.0' found
No package 'fuse' found
No package 'libevent' found
No package 'libxml-2.0' found
No package 'libcrypto' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables DEPS_CFLAGS
and DEPS_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
bitnami@linux:~/riofs-master$

Files in rio folder (after autogen & configure)

drwxr-xr-x 7 1000 1000   4096 Mar  4 10:06 .
drwxr-xr-x 8 1000 1000   4096 Mar  5 00:58 ..
-rw-r--r-- 1 1000 1000    657 Dec 20 18:04 .gitignore
-rw-r--r-- 1 1000 1000    374 Dec 20 18:04 .travis.yml
-rw-r--r-- 1 1000 1000      0 Dec 20 18:04 AUTHORS
-rw-r--r-- 1 1000 1000  35147 Dec 20 18:04 COPYING
-rw-r--r-- 1 1000 1000      0 Dec 20 18:04 ChangeLog
-rw-r--r-- 1 1000 1000  15744 Mar  4 10:05 INSTALL
-rw-r--r-- 1 1000 1000    175 Dec 20 18:04 Makefile.am
-rw-r--r-- 1 1000 1000  26324 Mar  4 10:05 Makefile.in
-rw-r--r-- 1 1000 1000      0 Dec 20 18:04 NEWS
-rw-r--r-- 1 1000 1000     14 Dec 20 18:04 README
-rw-r--r-- 1 1000 1000   2402 Dec 20 18:04 README.md
-rw-r--r-- 1 1000 1000  41843 Mar  4 10:05 aclocal.m4
-rwxr-xr-x 1 1000 1000    103 Dec 20 18:04 autogen.sh
drwxr-xr-x 2 1000 1000   4096 Mar  4 10:05 autom4te.cache
-rwxr-xr-x 1 1000 1000   6879 Mar  4 10:05 compile
-rwxr-xr-x 1 1000 1000  44826 Mar  4 10:05 config.guess
-rw-r--r-- 1 1000 1000  17505 Mar  4 10:06 config.log
-rwxr-xr-x 1 1000 1000  35454 Mar  4 10:05 config.sub
-rwxr-xr-x 1 1000 1000 194852 Mar  4 10:05 configure
-rw-r--r-- 1 1000 1000   3608 Dec 20 18:04 configure.ac
-rwxr-xr-x 1 1000 1000  20334 Mar  4 10:05 depcomp
drwxr-xr-x 2 1000 1000   4096 Mar  4 10:05 include
-rwxr-xr-x 1 1000 1000  13998 Mar  4 10:05 install-sh
drwxr-xr-x 2 1000 1000   4096 Mar  4 09:54 m4
-rwxr-xr-x 1 1000 1000  10346 Mar  4 10:05 missing
-rw-r--r-- 1 1000 1000   4160 Dec 20 18:04 riofs.conf.xml
-rw-r--r-- 1 1000 1000    518 Dec 20 18:04 riofs.rb
drwxr-xr-x 2 1000 1000   4096 Mar  4 10:05 src
drwxr-xr-x 2 1000 1000   4096 Mar  4 10:05 tests

hope this helps?
regards jan

from riofs.

henningpeters avatar henningpeters commented on September 3, 2024

Looks like you missed something in the installation instructions.

Please have a look at following configure output:

configure: error: Package requirements (glib-2.0 >= 2.22 fuse >= 2.7.3 libevent >= 2.0 libxml-2.0 >= 2.6 libcrypto >= 0.9) were not met:

No package 'glib-2.0' found
No package 'fuse' found
No package 'libevent' found
No package 'libxml-2.0' found
No package 'libcrypto' found

You are missing the dependencies. I am not familiar with Bitnami, but have a look at the Ubuntu or CentOS guides for dependency installation:

https://github.com/skoobe/riofs/wiki/Centos
https://github.com/skoobe/riofs/wiki/Ubuntu

from riofs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.