Error on installing Dradis on Kali (M2-Pro Processor)

Hi ,
i am having trouble installing dradis on Kali . As shown below i am getting this err message

when i start ./bin/setup it looks like okey bu then i get this

== Enabling default add-ons ==
== Installing dependencies ==
The following gems are missing

    • mini_racer (0.6.2)*
    • libv8-node (16.10.0.0)*
      Install missing gems with bundle install
      Don’t run Bundler as root. Bundler can ask for sudo if it is needed, and installing your
      bundle as root will break this application for all non-root users on this machine.

then it continues and i get this

An error occurred while installing libv8-node (16.10.0.0), and Bundler cannot
continue.

In Gemfile:
mini_racer was resolved to 0.6.2, which depends on
libv8-node

== Command [“bundle install”] failed ==

and installing process stops . Can you help me with this ?

thank you …

Hi @segun, thanks for posting.

  1. Can you confirm the version of Kali you’re running?
  2. and that you’re trying to run Dradis from a repo clone

Thanks!

hi thanks for the quick reply

here is the version

PRETTY_NAME=“Kali GNU/Linux Rolling”
NAME=“Kali GNU/Linux”
VERSION_ID=“2023.3”
VERSION=“2023.3”
VERSION_CODENAME=kali-rolling

and i used git repo
git clone GitHub - dradis/dradis-ce: Dradis Framework: Colllaboration and reporting for IT Security teams

Sorry, I’m afraid I cannot reproduce, this is what I did:

  1. Deploy a fresh Kali in Linode
  2. SSH as a regular user (not root)
  3. Follow our Ruby Environment instructions.
  4. Run the apt-get command in our Kali instructions.
  5. Run ./bin/setup

And it worked :pensive:

This error thought:

Don’t run Bundler as root. Bundler can ask for sudo if it is needed, and installing your
bundle as root will break this application for all non-root users on this machine.

Could it be that you’re running commands as root ?