If you want to build on debian/ubuntu/derivative it you might find interesting to run apt-get build-dep boinc, that will retrieve every packages useful for building it. We have added some more in not released yet versions (the official is the 7.0.27, while I'm packaging .60 and maybe .62) so the new dep list may differ just a little bit, and is here (debian/control.in file) 11 Build-Depends: debhelper (>= 7.0.50~), po-debconf, pkg-config (>= 0.15), 12 dpkg-dev (>= 1.16.1.1), 13 libtool, autoconf (>= 2.59), autotools-dev, automake1.9 (>= 1.9.3), gettext, 14 docbook2x, docbook-xml, libxml2-utils, 15 zlib1g-dev, libssl-dev, libcurl4-openssl-dev (>= 7.17.1), 16 libsm-dev, libice-dev, libxmu-dev, libxi-dev, libx11-dev, libnotify-dev (>= 0.7.0), 17 freeglut3-dev, libwxgtk2.8-dev, libgtk2.0-dev, 18 libsqlite3-dev, libmysqlclient-dev, python, libfcgi-dev, libjpeg-dev, 19 libxcb-util0-dev, libxcb-dpms0-dev, 20 libx11-dev, libxss-dev, libxext-dev
> Message: 1 > Date: Mon, 8 Apr 2013 22:12:49 -0500 > From: Travis Desell <[email protected]> > To: BOINC Developers Mailing List <[email protected]> > Subject: [boinc_dev] problems compiling boinc source on linux > Message-ID: <[email protected]> > Content-Type: text/plain; charset=us-ascii > > Anyone have an idea what might be causing this error? > > /home/robert/BOINC_SOURCE/lib/crypt.cpp:526: undefined reference to > `BIO_s_file' > /home/robert/BOINC_SOURCE/lib/crypt.cpp:526: undefined reference to > `BIO_new' > /home/robert/BOINC_SOURCE/lib/crypt.cpp:527: undefined reference to > `BIO_ctrl' > /home/robert/BOINC_SOURCE/lib/crypt.cpp:528: undefined reference to > `PEM_read_bio_X509' > > thanks, > > --Travis > > --------------------------------------------------------------------------- > Travis Desell, Assistant Professor > University of North Dakota - Dept. of Computer Science > [email protected] - cell: 518-867-1054 > Streibel Hall Room 220 - office: 701-777-3477 > 3950 Campus Road Stop 9015 > Grand Forks, North Dakota 58202-9015 > > Homepage ( http://people.cs.und.edu/~tdesell/ ) > MilkyWay@Home ( http://milkyway.cs.rpi.edu/ ) > DNA@Home ( http://volunteer.cs.und.edu/dna ) > Worldwide Computing Laboratory ( http://wcl.cs.rpi.edu/ ) > ---------------------------------------------------------------------------- > > > > ------------------------------ > > Message: 2 > Date: Mon, 08 Apr 2013 20:25:55 -0700 > From: David Anderson <[email protected]> > To: [email protected] > Subject: Re: [boinc_dev] problems compiling boinc source on linux > Message-ID: <[email protected]> > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > Those should be defined in /usr/include/openssl/bio.h > -- David > > > On 08-Apr-2013 8:12 PM, Travis Desell wrote: >> Anyone have an idea what might be causing this error? >> >> /home/robert/BOINC_SOURCE/lib/crypt.cpp:526: undefined reference to > `BIO_s_file' >> /home/robert/BOINC_SOURCE/lib/crypt.cpp:526: undefined reference to > `BIO_new' >> /home/robert/BOINC_SOURCE/lib/crypt.cpp:527: undefined reference to > `BIO_ctrl' >> /home/robert/BOINC_SOURCE/lib/crypt.cpp:528: undefined reference to > `PEM_read_bio_X509' >> >> thanks, >> >> --Travis >> >> --------------------------------------------------------------------------- >> Travis Desell, Assistant Professor >> University of North Dakota - Dept. of Computer Science >> [email protected] - cell: 518-867-1054 >> Streibel Hall Room 220 - office: 701-777-3477 >> 3950 Campus Road Stop 9015 >> Grand Forks, North Dakota 58202-9015 >> >> Homepage ( http://people.cs.und.edu/~tdesell/ ) >> MilkyWay@Home ( http://milkyway.cs.rpi.edu/ ) >> DNA@Home ( http://volunteer.cs.und.edu/dna ) >> Worldwide Computing Laboratory ( http://wcl.cs.rpi.edu/ ) >> > ---------------------------------------------------------------------------- >> >> _______________________________________________ >> boinc_dev mailing list >> [email protected] >> http://lists.ssl.berkeley.edu/mailman/listinfo/boinc_dev >> To unsubscribe, visit the above URL and >> (near bottom of page) enter your email address. >> _______________________________________________ boinc_dev mailing list [email protected] http://lists.ssl.berkeley.edu/mailman/listinfo/boinc_dev To unsubscribe, visit the above URL and (near bottom of page) enter your email address.
