Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
kvalobs:kvoss:system:qc2:8hdk376snf09zj37dk82s92:ubuild [2009-06-23 22:08:59]
paule created
kvalobs:kvoss:system:qc2:8hdk376snf09zj37dk82s92:ubuild [2022-05-31 09:29:32] (current)
Line 2: Line 2:
 ====== System Build Notes ====== ====== System Build Notes ======
  
 +
 +Below is a mixed bag of what is needed and other things I tried. Refer also to the definitive kvalobs installation dokumentasjon within the DMZ.
  
 <code> <code>
Line 102: Line 104:
 make install make install
 </code> </code>
 +
 +The current documentation provides the folllowing guidance:
 +<code>
 +# Local additions for kvalobs
 +host    all         kvalobs     XXX.XXX.XX.XX/32   trust
 +host    all         all         XXX.XXX.XX.X/24    md5
 +host    all         all         XXX.XXX.XX.X/24    md5
 +host    all         all         XXX.XXX.XX.X/24    md5
 +host    all         all         XXX.XXX.XXX.X/24   md5
 +host    all         all         XXX.XXX.XX.X/24    md5
 +</code>
 +
 +Eventually I found that by default the pg_hba.conf file includes:
 +
 +# IPv4 local connections:
 +host    all         all         127.0.0.1/32         md5
 +
 +... and this I needed to change to:
 +
 +(A)
 +# IPv4 local connections:
 +# host    all         all         127.0.0.1/32         md5
 +host    all          all         127.0.0.1/32          trust
 +
 +or even
 +
 +(B)
 +...
 +host    all          kvalobs         127.0.0.1/32          trust
 +
 +==== GSL ====
 +
 +For the GNU Scientific library:
 +
 +<code>sudo apt-get install libgsl0-dbg  libgsl0-dev libgsl0ldbl gsl-bin gsl-doc-pdf gsl-ref-html </code>
 +
 +Also useful for plotting results(e.g. GNU graph)
 +<code>sudo apt-get install plotutils</code>
 +
 +Also include: 
 +<code>
 + ...
 +        -lgsl \
 +        -lgslcblas
 + ...
 +</code>
 +in the local Makefile.am
 +
 +
 +
  
  • kvalobs/kvoss/system/qc2/8hdk376snf09zj37dk82s92/ubuild.1245794939.txt.gz
  • Last modified: 2022-05-31 09:23:18
  • (external edit)