All three of these libraries requested have been on the jenkins slaves and are available on ubuntu6.
/lib/x86_64-linux-gnu/libcrypto.so.0.9.8 /lib/x86_64-linux-gnu/libcrypto.so.1.0.0 /lib/x86_64-linux-gnu/libssl.so.0.9.8 /lib/x86_64-linux-gnu/libssl.so.1.0.0 /lib/x86_64-linux-gnu/libpthread-2.15.so /lib/x86_64-linux-gnu/libpthread.so.0 Looking at your build that failed it is due to a cmake cache file that has /lib/x86_64-linux-gnu/libssl.so and /lib/x86_64-linux-gnu/libcrypto.so as the libs it is looking for, it should be using the ones listed above. -Jake On Mon, Sep 30, 2013 at 4:57 AM, Edward J. Yoon <[email protected]>wrote: > Hi builds community, > > Please install libssl-dev on Jenkins. > > ---------- Forwarded message ---------- > From: Tony Stevenson <[email protected]> > Date: Mon, Sep 30, 2013 at 5:53 PM > Subject: Re: Build failed in Jenkins: Hama-trunk #186 > To: "Edward J. Yoon" <[email protected]> > Cc: Apache Infrastructure <[email protected]> > > > Please contact builds@ they maintain these boxes. > > > > > On 30 Sep 2013, at 09:33, Edward J. Yoon <[email protected]> wrote: > > > Hi infra team, > > > > We get below errors - > https://builds.apache.org/job/Hama-TRUNK/186/console > > > > [exec] /usr/bin/c++ -g -Wall -O2 -D_REENTRANT -D_GNU_SOURCE > > -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -m32 > > > CMakeFiles/matrixmultiplication.dir/main/native/examples/impl/matrixmultiplication.cc.o > > -o examples/matrixmultiplication -rdynamic libDenseDoubleVector.a > > libhamapipes.a libhadooputils.a -lssl -lcrypto -lpthread > > [exec] /usr/bin/ld: cannot find -lssl > > [exec] /usr/bin/ld: cannot find -lcrypto > > [exec] collect2: ld returned 1 exit status > > [exec] make[2]: *** [examples/matrixmultiplication] Error 1 > > [exec] make[1]: *** [CMakeFiles/matrixmultiplication.dir/all] Error 2 > > [exec] make: *** [all] Error 2 > > > > > > Could you please install openssl, openssl-deve, and libcrypto on > > Jenkins Servers? > > > > -- > > Best Regards, Edward J. Yoon > > @eddieyoon > > > Cheers, > Tony > > ---------------------------------- > Tony Stevenson > > [email protected] > [email protected] > > http://www.pc-tony.com > > GPG - 1024D/51047D66 > ---------------------------------- > > > > > > > > > -- > Best Regards, Edward J. Yoon > @eddieyoon >
