Hi Alex,
To install from apt you will need to add the apt repo - follow the directions here - https://apt.opensips.org/ The compile errors look like you are doing the make all which if you don't have the development packages installed for things like tls you'll get those errors. Just do the apt setup it will be easier. Joseph ________________________________ From: Users <[email protected]> on behalf of Alexander Perkins <[email protected]> Sent: Friday, February 18, 2022 2:07 PM To: OpenSIPS users mailling list Subject: [OpenSIPS-Users] Installation Errors Hi All. I am trying to install OpenSIPS on a Debian 10 system, but I am getting some errors. If I try to install via apt-get, I get the following error: root@Name:/usr/local/etc/opensips# apt-get install opensips Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package opensips If I download the tarball (opensips-3.2.4) and install from source, I get the following: make[2]: Entering directory '/usr/src/opensips-3.2.4/modules/tls_wolfssl' ./autogen.sh: 56: ./autogen.sh: autoreconf: not found env: './configure': No such file or directory make[2]: *** [Makefile:15: lib/lib/libwolfssl.a] Error 127 make[2]: Leaving directory '/usr/src/opensips-3.2.4/modules/tls_wolfssl' make[1]: *** [Makefile:197: modules] Error 2 make[1]: Leaving directory '/usr/src/opensips-3.2.4' After I install libtool, I get the following: Checking whether make supports nested variables... (cached) yes ./configure: line 5239: syntax error near unexpected token `2.4.2' ./configure: line 5239: `LT_PREREQ(2.4.2)' make[2]: *** [Makefile:15: lib/lib/libwolfssl.a] Error 2 make[2]: Leaving directory '/usr/src/opensips-3.2.4/modules/tls_wolfssl' make[1]: *** [Makefile:197: modules] Error 2 make[1]: Leaving directory '/usr/src/opensips-3.2.4' I've tried to Google and all, but I cannot seem to make any headway on this. Can somebody point me in the right direction? I'd rather install via apt-get, but either way is fine. Thank you, Alex
_______________________________________________ Users mailing list [email protected] http://lists.opensips.org/cgi-bin/mailman/listinfo/users
