As per the documentation
I referred below way out for setting up api-umbrella =>
Compiling from source -
Compiling & Installing
$ curl -OLJ https://github.com/NREL/api-umbrella/archive/v0.15.1.tar.gz
$ tar -xvf api-umbrella-0.15.1.tar.gz
$ cd api-umbrella-0.15.1
$ sudo ./tasks/install-system-build-dependencies
$ ./configure
$ make
$ sudo make install
Going through below issue during the execution of make although seperately I have succesfully installed ruby but due to OpenSSL I am still facing the same issue
Issue is as mentioned below -
As per the documentation I referred below way out for setting up api-umbrella =>
Compiling from source -
Compiling & Installing $ curl -OLJ https://github.com/NREL/api-umbrella/archive/v0.15.1.tar.gz $ tar -xvf api-umbrella-0.15.1.tar.gz $ cd api-umbrella-0.15.1 $ sudo ./tasks/install-system-build-dependencies $ ./configure $ make $ sudo make install
Going through below issue during the execution of make although seperately I have succesfully installed ruby but due to OpenSSL I am still facing the same issue
Pls suggest for any feedbacks if any -
Rby Sucesful Installation.txt