File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ before_install:
19
19
- tar zxvf db2unit.tar.gz
20
20
21
21
# Retrieves the apr
22
- - cd /tmp ; wget http://www.us.apache.org/dist/apr/apr-1.6.3 .tar.gz ; tar zxf apr-1.6.3 .tar.gz ; cd apr-1.6.3 ;
22
+ - cd /tmp ; wget http://www.us.apache.org/dist/apr/apr-1.6.5 .tar.gz ; tar zxf apr-1.6.5 .tar.gz ; cd apr-1.6.5 ;
23
23
- cd /tmp ; wget http://www.us.apache.org/dist/apr/apr-util-1.6.1.tar.gz ; tar zxf apr-util-1.6.1.tar.gz ; cd apr-util-1.6.1 ;
24
24
25
25
# INSTALL
@@ -29,7 +29,7 @@ before_install:
29
29
- sudo apt-get install libaio1 lib32stdc++6 -y
30
30
- sudo apt-get install -qq libpam-ldap:i386
31
31
- sudo ln -s /lib/i386-linux-gnu/libpam.so.0 /lib/libpam.so.0
32
- - cd /tmp/apr-1.6.3 ; ./configure --prefix=/usr/local/apr CFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib ; sudo make ; sudo make install
32
+ - cd /tmp/apr-1.6.5 ; ./configure --prefix=/usr/local/apr CFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib ; sudo make ; sudo make install
33
33
- cd /tmp/apr-util-1.6.1 ; ./configure --prefix=/usr/local/apr-util --with-apr=/usr/local/apr ; sudo make ; sudo make install
34
34
35
35
# Checks the prerequisites
You can’t perform that action at this time.
0 commit comments