PHP 5.6 as additional PHP version on Debian 7 (Wheezy)

Discussion in 'HOWTO-Related Questions' started by inside83, Jun 12, 2016.

  1. inside83

    inside83 Member

    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?
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

  3. inside83

    inside83 Member

    I ment, should I create folder '/usr/lib/x86_64-linux-gnu' because it does not exist and then create a symlink.
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    If it does not exist, then skip the step to symlink the library.
     
  5. sidbyron

    sidbyron Member

    Thank you Till I wil try to updagre because I don't have it the new versions of PHP.
     

Share This Page