Can't access luci-ssl-nginx after install

I have OpenWrt SNAPSHOT, r15660-f4d974d7f8
I installed luci-ssl-nginx following the guide and rebooted the router
But when I try to access https://192.168.1.1/cgi-bin/luci/ I get error. Seems like nothing on the router is listening on 80 and 443 port. When I do
root@OpenWrt:~# opkg install luci-ssl-nginx
I get
Package luci-ssl-nginx (git-20.161.73418-219f0ce) installed
What else should I do to move forward?

Did luci-ssl-nginx pull nginx?

And did you start the service?

I don't know. How can I check this?

is nginx in the installed packages list ?
if it is, is the process running ?

if webUI doesn't work, use SSH.

When I use opkg list-installed I see:

nginx - 1.21.1-1
nginx-mod-luci - 1.21.1-1
nginx-mod-luci-ssl - 1.21.1-1
nginx-ssl - 1.21.1-1
nginx-ssl-util - 1.6-1
nginx-util - 1.6-1

But when I try to run service nginx start I'm getting:

Error relocating /lib/libubox.so.20210819: __clock_gettime64: symbol not found
Error relocating /lib/libubus.so.20210630: __clock_gettime64: symbol not found
Error relocating /usr/lib/libssl.so.1.1: __time64: symbol not found
Error relocating /usr/lib/libssl.so.1.1: __gettimeofday_time64: symbol not found
Error relocating /usr/lib/libcrypto.so.1.1: __select_time64: symbol not found
Error relocating /usr/lib/libcrypto.so.1.1: __gettimeofday_time64: symbol not found
Error relocating /usr/lib/libcrypto.so.1.1: __fstat_time64: symbol not found
Error relocating /usr/lib/libcrypto.so.1.1: __dlsym_time64: symbol not found
Error relocating /usr/lib/libcrypto.so.1.1: __time64: symbol not found
Error relocating /usr/lib/libcrypto.so.1.1: __stat_time64: symbol not found
Error relocating /usr/lib/libcrypto.so.1.1: __clock_gettime64: symbol not found
Error relocating /usr/lib/libcrypto.so.1.1: __gmtime64_r: symbol not found
Error relocating /usr/lib/libstdc++.so.6: __nanosleep_time64: symbol not found
Error relocating /usr/lib/libstdc++.so.6: __gettimeofday_time64: symbol not found
Error relocating /usr/lib/libstdc++.so.6: __fstat_time64: symbol not found
Error relocating /usr/lib/libstdc++.so.6: __utimensat_time64: symbol not found
Error relocating /usr/lib/libstdc++.so.6: __lstat_time64: symbol not found
Error relocating /usr/lib/libstdc++.so.6: __stat_time64: symbol not found
Error relocating /usr/lib/libstdc++.so.6: __clock_gettime64: symbol not found
Error relocating /usr/bin/nginx-util: __lstat_time64: symbol not found
Error relocating /usr/bin/nginx-util: __time64: symbol not found
Error relocating /lib/libubox.so.20210819: __clock_gettime64: symbol not found
Error relocating /lib/libubus.so.20210630: __clock_gettime64: symbol not found
Error relocating /usr/lib/libssl.so.1.1: __time64: symbol not found
Error relocating /usr/lib/libssl.so.1.1: __gettimeofday_time64: symbol not found
Error relocating /usr/lib/libcrypto.so.1.1: __select_time64: symbol not found
Error relocating /usr/lib/libcrypto.so.1.1: __gettimeofday_time64: symbol not found
Error relocating /usr/lib/libcrypto.so.1.1: __fstat_time64: symbol not found
Error relocating /usr/lib/libcrypto.so.1.1: __dlsym_time64: symbol not found
Error relocating /usr/lib/libcrypto.so.1.1: __time64: symbol not found
Error relocating /usr/lib/libcrypto.so.1.1: __stat_time64: symbol not found
Error relocating /usr/lib/libcrypto.so.1.1: __clock_gettime64: symbol not found
Error relocating /usr/lib/libcrypto.so.1.1: __gmtime64_r: symbol not found
Error relocating /usr/lib/libstdc++.so.6: __nanosleep_time64: symbol not found
Error relocating /usr/lib/libstdc++.so.6: __gettimeofday_time64: symbol not found
Error relocating /usr/lib/libstdc++.so.6: __fstat_time64: symbol not found
Error relocating /usr/lib/libstdc++.so.6: __utimensat_time64: symbol not found
Error relocating /usr/lib/libstdc++.so.6: __lstat_time64: symbol not found
Error relocating /usr/lib/libstdc++.so.6: __stat_time64: symbol not found
Error relocating /usr/lib/libstdc++.so.6: __clock_gettime64: symbol not found
Error relocating /usr/bin/nginx-util: __lstat_time64: symbol not found
Error relocating /usr/bin/nginx-util: __time64: symbol not found
nginx_init: NOT using conf file!
show config to be used by: nginx -T -c ''

Upgrade to a newer (base-) snapshot, that looks like you'd be trying to to install package built against the current musl 1.2.x libc on an older snapshot including musl 1.1.x (64 bit time is an ABI breaking change between those versions).

1 Like

... or go for stable, if possible.

1 Like

I see. Thank you guys

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.