View Single Post
Old 04-24-2024, 11:49 PM   #1
Maimun Ahmed
Mr. Developer
Maimun Ahmed began at the beginning.
 
Posts: 24
Karma: 10
Join Date: Feb 2024
Device: Kindle Voyage
Exclamation Error during build: DROPBEAR_SVR_PASSWORD_AUTH requires `crypt()'.

When I try to run ./kodev release kindlepw2, I get this error:
Code:
/home/maimun/KOReader/koreader-orig/koreader/base/thirdparty/dropbear/build/arm-linux-gnueabi/dropbear-prefix/src/dropbear/sysoptions.h:237:10: error: #error "DROPBEAR_SVR_PASSWORD_AUTH requires `crypt()'."
  237 |         #error "DROPBEAR_SVR_PASSWORD_AUTH requires `crypt()'."
      |          ^~~~~
make[5]: *** [Makefile:128: dbutil.o] Error 1
I am just building the original source code after doing ./kodev fetch-thirdparty and ./kodev build.

Is there anything I need to setup in my computer. Moreover, I get an error message whenever I try to:
Code:
gcc -o any_file any_file.c
without adding the flag
Code:
-lcrypt
.
Maimun Ahmed is offline   Reply With Quote