You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am new to webauthn. I was trying to install on RockyLinux 8. Here are my issues:
git clone, OK
when I run sudo make preinstall_centos
I got:
I am using conda virtual env:
```
make: pip: Command not found
make: *** [Makefile:53: preinstall_centos] Error 127
(ev-deriva) [rocky@CentStack webauthn]$ make --version
GNU Make 4.2.1
```
I continue to run: sudo make install OK
then I ran: sudo make deploy, I got:
what does this mean:
env SHAREDIR=/usr/local/share/webauthn2 HTTPDCONFDIR=/etc/httpd/conf.d webauthn2-deploy
env: ‘webauthn2-deploy’: No such file or directory
make: *** [Makefile:41: deploy] Error 127
Any hint is appreciate it.
Thanks,
R.
The text was updated successfully, but these errors were encountered:
I am new to webauthn. I was trying to install on RockyLinux 8. Here are my issues:
sudo make preinstall_centos
I got:
I continue to run:
sudo make install
OKthen I ran:
sudo make deploy
, I got:what does this mean:
Any hint is appreciate it.
Thanks,
R.
The text was updated successfully, but these errors were encountered: