Linux: find real path of symlink phptuts June 11, 2020 Linux: find real path of symlink Syntax: readlink -f symlink Example [root@tutorialspots ~]# readlink -f /etc/letsencrypt/live/tutorialspots.com/cert.pem /etc/letsencrypt/archive/tutorialspots.com/cert1.pem phptuts
Ubuntu error when build PHP with OpenSSL: expected ‘RSA *’ {aka ‘struct rsa_st *’} but argument is of type ‘const struct rsa_st *’