Linux successfully created uwsgi soft connection, but typed uwsgi Times on the command line. What should I do?

rt, created a soft connection successfully, but an error was reported if you typed it. How to solve this problem?

[root@localhost ~]-sharp ln -s /usr/local/python3/bin/uwsgi /usr/bin/uwsgi
ln:  "/usr/bin/uwsgi": 
[root@localhost ~]-sharp whereis uwsgi
uwsgi: /usr/bin/uwsgi
[root@localhost ~]-sharp uwsgi
uwsgi: error while loading shared libraries: libpcre.so.1: cannot open shared object file: No such file or directory
Mar.18,2021

solution: 64-bit system

[root@ richie]-sharp ln-s / usr/local/lib/libpcre.so.1 / lib64
[root@ richie]-sharp / usr/bin/uwsgi-- ini / usr/local/nginx/conf/uwsgi.ini
[uWSGI] getting INI configuration from / usr/local/nginx/conf/uwsgi.ini

Menu