Time |
Nick |
Message |
06:40 |
|
rlefaive joined #evergreen |
11:46 |
|
Bmagic_ joined #evergreen |
11:46 |
|
hopkinsju_ joined #evergreen |
11:46 |
|
eby_ joined #evergreen |
15:42 |
dbs |
blergh. simple2zoom is segfaulting on ubuntu 14.04 with yaz 5.16.0 from the indexdata repos, as well as with the ubuntu package--apparently unhappy with libgnutls.so now |
15:45 |
dbs |
Advice on which version of yaz is known to be working with up-to-date ubuntu 14.04 would be gratefully accepted :) |
16:00 |
|
dcook__ joined #evergreen |
17:23 |
dbs |
oh, i see, we were still using libyaz4 from ubuntu, thus the libgnutls.so.26 segfacults when libyaz5 is linked against libgnutls.so.28 |
17:36 |
* dbs |
falls back and punts, removing libnet-z3950-simple2zoom-perl libnet-z3950-zoom-perl libyaz4 libyaz4-dev from the system and building Net::Z3950::Simple2ZOOM from scratch |
17:38 |
dbs |
which built Net::Z3950::ZOOM from source as a dependency. And now our z39.50 server doesn't fall over. YAYYYYYYY |
21:38 |
pinesol_green |
[evergreen|Dan Scott] SIP manual testing formatting cleanup - <http://git.evergreen-ils.org/?p=Evergreen.git;a=commit;h=e1a555e> |
22:06 |
dbs |
Downside of that approach is that it seems to throw our Z39.50 import functionality for a loop, so imported records appear fine in the editor and then get corrupted or fail to import at all when you try to save them. |
22:06 |
dbs |
*sigh* |
23:44 |
dbs |
Best approach might be to run with the ubuntu packages on the evergreen server (for working z39.50 import of utf8 records with accents), and just install the yaz5 / simple2zoom bits on a separate vm to serve as the z39.50 server |