dOpensource/dsiprouter

[BUG] Installation dsiprouter error when compiling kamailio on Debian 11

Closed this issue · 1 comments

Describe the bug

#logs de erros
Cloning into '/usr/local/src/kamailio'...
remote: Enumerating objects: 6995, done.
remote: Counting objects: 100% (6995/6995), done.
remote: Compressing objects: 100% (6363/6363), done.
remote: Total 6995 (delta 1809), reused 1804 (delta 526), pack-reused 0
Receiving objects: 100% (6995/6995), 13.90 MiB | 2.23 MiB/s, done.
Resolving deltas: 100% (1809/1809), done.
Note: switching to 'c26b6d0b2d38aee1f541dde3b522cf507db8a32b'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:

git switch -c

Or undo this operation with:

git switch -

Turn off this advice by setting config variable advice.detachedHead to false

environment: make: command not found
Failed to compile and install dSIPRouter module
kamailio install failed

root@proxy:/opt/dsiprouter#

To Reproduce
Install (Don’t Proxy audio (RTP) traffic)
apt-get update -y
apt-get install -y git
cd /opt
git clone https://github.com/dOpensource/dsiprouter.git
cd dsiprouter
./dsiprouter.sh install -kam -dsip

OS Info:
Debian version installed (netinstall)
root@proxy:/# cat /etc/debian_version
11.6
root@proxy:/#
root@proxy:/# cat /etc/os-release
PRETTY_NAME="Debian GNU/Linux 11 (bullseye)"
NAME="Debian GNU/Linux"
VERSION_ID="11"
VERSION="11 (bullseye)"
VERSION_CODENAME=bullseye
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"
root@proxy:/#

Identified the problem.
The ISO cannot be the netinst version, but the full DVD version.

Before: (with problems)
debian-11.6.0-amd64-netinst.iso

After: (Success)
debian-11.6.0-amd64-DVD-1.iso

Thanks!