yes, I ran sudo make install - I could combine the two into one step, right? I'll check for erros again, but yaz-client runs fine on the machine. and yaz-config returns return-code 0, which I interpret as OK. But the zoom ruby code seems to interpret the yaz-config return-code of 0=false as meaning yaz IS NOT installed. ________________________________________ From: Code for Libraries [CODE4LIB@LISTSERV.ND.EDU] on behalf of Terrell, Trey [trey.terr...@oregonstate.edu] Sent: Wednesday, June 26, 2013 7:06 PM To: CODE4LIB@LISTSERV.ND.EDU Subject: Re: [CODE4LIB] ruby zoom and Yaz
It was my experience that was the case. Did you run make and sudo make install on the Yaz source after configuring it? -----Original Message----- From: Code for Libraries [mailto:CODE4LIB@LISTSERV.ND.EDU] On Behalf O t To: CODE4LIB@LISTSERV.ND.EDU Subject: Re: [CODE4LIB] ruby zoom and Yaz The instructions for the Zoom gem say that Yaz must be installed with enable-shared, and that the package defaults to static, so I concluded I had to install from source. And when I try to install the zoom gem from a package, I can't find it. Maybe I need to look a little harder? ________________________________________ From: Code for Libraries [CODE4LIB@LISTSERV.ND.EDU] on behalf of Cary Gordon [listu...@chillco.com] Sent: Wednesday, June 26, 2013 2:34 PM To: CODE4LIB@LISTSERV.ND.EDU Subject: Re: [CODE4LIB] ruby zoom and Yaz Why are you installing YAZ from source rather from a package? What does "'/usr/local/bin/yaz-config' is returning false" mean?