I keep on getting the following error during the Make step of installation: Ubuntu 20.04 /Asterisk 20.4.0
astmin@databranch:~/src/asterisk-20.4.0$ make
CC=“cc” CXX=“g++” LD=“” AR=“” RANLIB=“” CFLAGS=“” LDFLAGS=“” make -C menuselect CONFIGURE_SILENT=“–silent” makeopts
make[1]: Entering directory ‘/home/astmin/src/asterisk-20.4.0/menuselect’
make[1]: ‘makeopts’ is up to date.
make[1]: Leaving directory ‘/home/astmin/src/asterisk-20.4.0/menuselect’
[pjproject] Applying user.mak
[LD] chan_audiosocket.o → chan_audiosocket.so
/usr/bin/ld: cannot open linker script file chan_audiosocket.exports: No such file or directory
collect2: error: ld returned 1 exit status
make[1]: *** [/home/astmin/src/asterisk-20.4.0/Makefile.rules:193: chan_audiosocket.so] Error 1
make: *** [Makefile:396: channels] Error 2
astmin@databranch:~/src/asterisk-20.4.0$
I have deselected some channel drivers on the make menuselect and they are properly bypassed but it seems i would have to deselect all the Channel drivers for make to work which is wrong.
What would be the solution?