Skip to content

Commit c0be057

Browse files
committed
use apr 1.6.2 and apr-util 1.6.0 for travis-ci
1 parent a55d2d9 commit c0be057

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ before_install:
1919
- tar zxvf db2unit.tar.gz
2020

2121
# 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 ;
2424

2525
# INSTALL
2626

@@ -29,8 +29,8 @@ before_install:
2929
- sudo apt-get install libaio1 lib32stdc++6 -y
3030
- sudo apt-get install -qq libpam-ldap:i386
3131
- 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
3434

3535
# Checks the prerequisites
3636
- cd /tmp/server_t ; ./db2prereqcheck -l

0 commit comments

Comments
 (0)