The image is generated successfully, but lighttpd cannot be run

I cannot open 192.168.8.1 after using the image compiled by myself, but I can enter ssh. When I enter ssh and restart lighttpd, the following error is displayed:

/etc/init.d/lighttpd restart

Prompt an error when restarting lighttpd

rm: can't remove '/tmp/api.socket-0': No such file or directory
Error loading shared library libcrypto.so.1.0.0: No such file or directory (needed by /usr/sbin/lighttpd)
Error relocating /usr/sbin/lighttpd: RAND_seed: symbol not found
Error relocating /usr/sbin/lighttpd: RAND_bytes: symbol not found
Error relocating /usr/sbin/lighttpd: RAND_cleanup: symbol not found
Error relocating /usr/sbin/lighttpd: RAND_pseudo_bytes: symbol not found
Error relocating /usr/sbin/lighttpd: RAND_poll: symbol not found

Where does your firmware come from?

From

git clone https://github.com/gl-inet/imagebuilder.git
cd imagebuilder
git clone https://github.com/gl-inet/glinet.git
cd glinet
git checkout usb150
cd ../
./gl_image -p usb150

Just now I recompiled, there is no such problem anymore, thank you

1 Like