File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ 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.5 .2.tar.gz ; tar zxf apr-1.5 .2.tar.gz ; cd apr-1.5 .2 ;
23
- - cd /tmp ; wget http://www.us.apache.org/dist/apr/apr-util-1.5.4 .tar.gz ; tar zxf apr-util-1.5.4 .tar.gz ; cd apr-util-1.5.4 ;
22
+ - cd /tmp ; wget http://www.us.apache.org/dist/apr/apr-1.6 .2.tar.gz ; tar zxf apr-1.6 .2.tar.gz ; cd apr-1.6 .2 ;
23
+ - cd /tmp ; wget http://www.us.apache.org/dist/apr/apr-util-1.6.0 .tar.gz ; tar zxf apr-util-1.6.0 .tar.gz ; cd apr-util-1.6.0 ;
24
24
25
25
# INSTALL
26
26
@@ -29,8 +29,8 @@ 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.5 .2 ; ./configure --prefix=/usr/local/apr CFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib ; sudo make ; sudo make install
33
- - cd /tmp/apr-util-1.5.4 ; ./configure --prefix=/usr/local/apr-util --with-apr=/usr/local/apr ; sudo make ; sudo make install
32
+ - cd /tmp/apr-1.6 .2 ; ./configure --prefix=/usr/local/apr CFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib ; sudo make ; sudo make install
33
+ - cd /tmp/apr-util-1.6.0 ; ./configure --prefix=/usr/local/apr-util --with-apr=/usr/local/apr ; sudo make ; sudo make install
34
34
35
35
# Checks the prerequisites
36
36
- cd /tmp/server_t ; ./db2prereqcheck -l
You can’t perform that action at this time.
0 commit comments