1. Fastbit install went well, but on installing fastquery, I get the checking for FastBit... configure: error: FastBit is required, but failed to link with the library in /usr/local
The src is on FB_BUILD_DIR=/media/louis/dtb/home/las/code, I explicitly tell it to look in /usr/local. Any help appreciated. 2. Reading Bethel, Leinweber, Ruebel and Wu Federal Market Information Technology in the Post Flash Crash Era: Roles for Supercomputing I am doing almost exact the data structure in figure 2, price volume data with UTC/Local times. Senseless to redo whats been done - would you make the source available? I can offer to create documentation on this, examples of loading hdf5, netcfd and the FQ code used. Did you do One Big Table? I would also approach individuals who have travelled down this road for their advice and help. Regards, Louis My machine: uname -m = x86_64 uname -r = 3.12.13-031213-generic uname -s = Linux # fastbit install went well # paths relative to /media/louis/dtb/home/las/code $ cd fastb* /fastbit-ibis1.3.9 $ cd java /fastbit-ibis1.3.9/java $ export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local:/usr/local/lib /fastbit-ibis1.3.9/java $ javac gov/lbl/fastbit/FastBit.java milky.java /fastbit-ibis1.3.9/java $ java milky ../tests/tmp/t1 "a>10 and c between 50 and 70" applying "a>10 and c between 50 and 70" on data in ../tests/tmp/t1 produced 42 hits #===== FastQuery =========# FB_BUILD_DIR=/media/louis/dtb/home/las/code FQ_VERSION=0.8.2.8 FQ_DIR=410 FQ_PACKAGE=fastquery$FQ_VERSION.tar.gz echo "Build from packages ... $FQ_PACKAGE" cd $FB_BUILD_DIR if [ ! -f $FQ_PACKAGE ]; then wget --no-check-certificate https://codeforge.lbl.gov/frs/download.php/$FQ_DIR/$FQ_PACKAGE fi cd $FB_BUILD_DIR sudo rm -rf $FB_BUILD_DIR/fastquery-$FQ_VERSION tar xzf $FQ_PACKAGE cd fastquery-$FQ_VERSION/ # path to bin/fastbit-config is /usr/local export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local:/usr/local/lib export LD_RUN_PATH=$LD_RUN_PATH:/usr/local:/usr/local/lib export FASTBIT_HOME=/usr/local export FASTBIT_ROOT=/usr/local #./configure --with-fastbit=/usr/local/lib --with-hdf5=/usr/lib/x86_64-linux-gnu --with-netcdf=/usr/lib ../configure --with-fastbit=/usr/local make --dry-run
_______________________________________________ FastBit-users mailing list [email protected] https://hpcrdm.lbl.gov/cgi-bin/mailman/listinfo/fastbit-users
