It's hard to fix because it doesn't check for the presence of mysql unless you are building the server. The compile time error should be enough to inform the builder that the mysql libraries are missing.
On Thu, Mar 20, 2014 at 1:13 PM, David Anderson <[email protected]>wrote: > Anyone know how to fix this? > -- David > > > On 20-Mar-2014 3:40 AM, Radim Vančo wrote: > >> I found out a problem with noticing. If I am doing ./configure >> --disable-client >> --disable-manager and have some problem with some missing components, for >> example >> mysql, then this appears: >> >> I am continuing now as if --disable-server had been specified. >> >> But after the configure is done, then there is: >> >> --- Build Components: ( libraries server) --- >> >> so it informs badly. If I didn't check the whole progress of configuring >> then I >> would be surprized why the compilation is without server compoments. >> _______________________________________________ >> 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. > > _______________________________________________ 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.
