Hello! I was following this tutorial to setup my server: https://www.howtoforge.com/perfect-server-debian-wheezy-nginx-bind-dovecot-ispconfig-3 And than this to setup PHP 5.6 as additional PHP version: https://www.howtoforge.com/how-to-b...e-and-apcu-for-ispconfig-3-on-debian-7-wheezy Problem is, when I get to the part where I need to make a link with this command: Code: ln -s /usr/lib/libc-client.a /usr/lib/x86_64-linux-gnu/libc-client.a I can't get it through because folder 'x86_64-linux-gnu' does not exist. Should I create it manually?
No, this has to be a symlink, see e.g. here: https://www.howtoforge.com/tutorial/how-to-install-php-7-on-debian/
I ment, should I create folder '/usr/lib/x86_64-linux-gnu' because it does not exist and then create a symlink.