2010-04-04T00:31:02 *** dbs has quit IRC 2010-04-04T01:15:16 *** mck9 has left #evergreen 2010-04-04T01:59:51 @later tell dbs just curious why " has_been_reset => { '=' => { 'usr' => { '=' => -1000 } } }, " is better than " has_been_reset => 'f' " 2010-04-04T01:59:51 miker_: The operation succeeded. 2010-04-04T09:49:16 *** _bott_ has quit IRC 2010-04-04T09:53:06 *** _bott_ has joined #evergreen 2010-04-04T10:11:08 *** mck9 has joined #evergreen 2010-04-04T11:13:20 *** natschil has joined #evergreen 2010-04-04T12:41:30 *** rsinger_ has joined #evergreen 2010-04-04T12:43:13 *** rsinger has quit IRC 2010-04-04T12:43:13 *** rsinger_ is now known as rsinger 2010-04-04T12:49:44 *** StephenGWills has quit IRC 2010-04-04T13:33:05 *** dbs has joined #evergreen 2010-04-04T13:34:25 @later tell miker_ uhh... my way is even more false? Seriously, though, see the "test for falsity" bit at http://evergreen-ils.org/dokuwiki/doku.php?id=documentation:technical:jsontutorial 2010-04-04T13:34:25 dbs: The operation succeeded. 2010-04-04T13:35:24 @later tell miker_ being able to test against 'f' directly makes much more sense, and I intended to try that at some point, but the more documented (albeit C vs. Perl) approach worked and that was good enough for a commit 2010-04-04T13:35:24 dbs: The operation succeeded. 2010-04-04T14:43:50 *** natschil has quit IRC 2010-04-04T15:18:15 *** leed has quit IRC 2010-04-04T15:18:32 *** Dmagick-mac has quit IRC 2010-04-04T15:18:46 *** Dmagick-mac has joined #evergreen 2010-04-04T15:18:46 *** leed has joined #evergreen 2010-04-04T15:27:29 *** phasefx has quit IRC 2010-04-04T15:27:32 *** phasefx has joined #evergreen 2010-04-04T19:53:33 dbs: well, I think that was just a "here's a construct that produces a false condition" example ... we use 'f' everywhere 2010-04-04T20:26:50 miker_: we should probably change the tutorial accordingly, then 2010-04-04T22:56:44 *** Eric206 has joined #evergreen 2010-04-04T22:57:21 hello, anyone available to help a newbie with an evergreen install question. 2010-04-04T22:59:35 make results in an error: undefined referece to 'osrfStringarrayTokenize' 2010-04-04T23:01:59 followed instructions on Evergreen site: installed PostgreSQL 8.2.15, OpenSRF 1.0.7, and trying to build Everegreen 1.6.0.1 2010-04-04T23:02:54 Eric206: you need opensrf 1.2* for Evergreen 1.6* 2010-04-04T23:03:42 also, 1.6.0.1 is fairly out-of-date; start here: http://evergreen-ils.org/dokuwiki/doku.php?id=server:1.6.0:install 2010-04-04T23:04:06 Step 1 will be "Install the latest version of OpenSRF 1.2.x." 2010-04-04T23:04:16 okay. the instructions i found must be out of date 2010-04-04T23:04:38 can i simply install the new OpenSRF version over the old? 2010-04-04T23:04:57 Yep, although you should run Makefile.install again to pick up any new dependencies 2010-04-04T23:05:11 can you link to the instructions you were following so we can post a warning? 2010-04-04T23:06:00 once sec... 2010-04-04T23:11:25 unfortunately, i don't have the evergreen install link. I copied the page into a doc and have been editing the doc as I go. the OpenSRF instructions are here: http://www.open-ils.org/dokuwiki/doku.php?id=opensrf:1.0:install 2010-04-04T23:13:03 same instructions also said to use postgre 8.2.x 2010-04-04T23:14:37 copied all the instructions around 6-8 weeks ago 2010-04-04T23:15:32 is postgre 8.3 now supported? 2010-04-04T23:23:55 Eric206: yep, postgresql 8.3 is supported with Evergreen 1.6 2010-04-04T23:24:31 thanks again. looks like I'll be starting over again. Perhaps third time will be the charm 2010-04-04T23:45:09 * dbs crosses fingers for Eric206 2010-04-04T23:51:07 A little confused about the instructions for Postgre install. 2010-04-04T23:51:13 if I run this command: 2010-04-04T23:51:14 make -f Open-ILS/src/extras/Makefile.install install_pgsql_server_debs_83 2010-04-04T23:51:23 will that actually install postgre? 2010-04-04T23:51:59 if so, should I run it just before running this: make -f Open-ILS/src/extras/Makefile.install 2010-04-04T23:52:30 Eric206: before or after, doesn't matter. but you have to install opensrf first 2010-04-04T23:53:21 so... all opensrf prereqs, then opensrf. then all evergreen prereqs (including a postgresql server, somewhere). then evergreen.