muquit / mailsend-go

mailsend-go is a multi-platform command line tool to send mail via SMTP protocol
Other
166 stars 16 forks source link

Illegal instruction #14

Closed ghost closed 4 years ago

ghost commented 4 years ago

Hi,

My device is raspberry pi 2b+ , os is jessie, I download the mailsend-go_1.0.5_linux-ARM.deb, After installation " sudo dpkg -i mailsend-go_1.0.5_linux-ARM.deb", I run mailsend, the result is "Illegal instruction" Then, I "sudo dpkg -r mailsend-go" and tar -xf "mailsend-go_1.0.5_linux-ARM.tar.gz" But the result is "Illegal instruction" again.

What should I do?

Thanks a lot

muquit commented 4 years ago

My 2b+ runs Raspbian stretch. I uploaded a gzip compressed binary mailsend-go-raspberry-pi-jessie.gz. Please gunzip first before trying and see if you have any luck. I have no way of testing it. I used the flags GOARM=6 GOARCH=arm GOOS=linux go build to compile it. If it does not work, you have to research on what should be the proper flags for jessie. Thanks.