HirbodBehnam / MTProtoProxyInstaller

One-click script to install MTProto Proxy server on CentOS, Ubuntu and Debian
MIT License
824 stars 166 forks source link

I used the script to install and it gave an error at the end, server is ARM64 #47

Closed talesam closed 2 years ago

talesam commented 2 years ago

Erro in install

Setting up libstdc++-9-dev:arm64 (9.3.0-17ubuntu1~20.04) ...
Setting up gcc (4:9.3.0-1ubuntu2) ...
Setting up g++-9 (9.3.0-17ubuntu1~20.04) ...
Setting up g++ (4:9.3.0-1ubuntu2) ...
update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
Setting up build-essential (12.8ubuntu1.1) ...
Processing triggers for man-db (2.9.1-1) ...
Processing triggers for libc-bin (2.31-0ubuntu9.2) ...
Cloning into 'MTProxy'...
remote: Enumerating objects: 318, done.
remote: Total 318 (delta 0), reused 0 (delta 0), pack-reused 318
Receiving objects: 100% (318/318), 331.29 KiB | 20.71 MiB/s, done.
Resolving deltas: 100% (180/180), done.
cc  -O3 -std=gnu11 -Wall -mpclmul -march=core2 -mfpmath=sse -mssse3 -fno-strict-aliasing -fno-strict-overflow -fwrapv -DAES=1 -DCOMMIT=\"ad4d2af27d96f5f27855b8b2b176306675f8a4c2\" -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -iquote common -iquote . -c -MP -MD -MF dep/mtproto/mtproto-proxy.d -MQ objs/mtproto/mtproto-proxy.o -o objs/mtproto/mtproto-proxy.o mtproto/mtproto-proxy.c
cc: error: unrecognized command line option ‘-mpclmul’
cc: error: unrecognized command line option ‘-mfpmath=sse’
cc: error: unrecognized command line option ‘-mssse3’
make: *** [Makefile:86: objs/mtproto/mtproto-proxy.o] Error 1
Error: Build failed with exit code 2
Deleting the project files...
Done
HirbodBehnam commented 2 years ago

Hello Apparently, official version of the MTProtoProxy does not support ARM. Read More