Hector Correa

Results 12 comments of Hector Correa

We were able to get around the `client.c:1350: error: ‘MYSQL_DEFAULT_AUTH’ undeclared (first use in this function)` error in 0.5.3 by making sure the "devel" package is installed on the server....

I am getting the same error. I can compile the gem by passing the `--with-mysql-dir` parameter to use a newer version of the MySQL client libraries than the default version...

Our sys admin was able to workaround this issue by using both the `with-mysql-dir` and the `with-mysql-lib` parameters when installing the gem and pointing them to mariadb55 (instead of mysql57)....

Look at this ticket after https://github.com/projecthydra-labs/hydra-pcdm/issues/16 has been completed.

Thanks for the detailed bug report @wvstolzing. The Solr format option is something that is not complete and I have only used it to produce the sample 'books.json` that I...

Oops! Thanks for the heads up, I'll fix it this weekend,

Could you provide an example of how the format that you are interested look like? I am not sure how different that format is from the default format in marcli...

Oh, I see, it's pretty close to the format that I use by default (as shown below) but not identical, it does look easy to implement so I'll take a...

ah! I didn't think about testing with multiple records in the file. Let me take a closer look. Thank you for testing it so quickly and reporting the errors!

[Version 1.3.1](https://github.com/hectorcorrea/marcli/releases/tag/v1.3.1) fixes this, the output that I get with marcli is identical to the one with yaz-marcdump. Let me know if you see other issues. Thank you!