From 5bf2efa0a344f9edcc24eaa84d665e51e257d187 Mon Sep 17 00:00:00 2001 From: jurgenhaas <juergen@paragon-es.de> Date: Thu, 10 Mar 2016 12:40:56 +0100 Subject: [PATCH] Add more libs to PHP53 --- tasks/php53.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/php53.yml b/tasks/php53.yml index 97ba5a3..4de3c75 100644 --- a/tasks/php53.yml +++ b/tasks/php53.yml @@ -37,7 +37,7 @@ - name: "Compile PHP 5.3" shell: "{{ item }} chdir=/tmp/php53/php-5.3.29" with_items: - - ./configure --enable-mbstring + - ./configure --with-libdir=/lib/x86_64-linux-gnu --enable-mbstring --enable-sockets --with-zlib --with-openssl=/usr --enable-zip --with-imap-ssl - make - make install -- GitLab