Comment 8 for bug 1501781

Revision history for this message
Dan Pearl (dpearl) wrote :

I reinstalled the code on training.cwmars.org and there is no problem getting to the public catalog. The feature works as expected. I am suspecting an environmental difference.

To install for testing, I did the following steps:
As root:
   cpan Text::Unaccent::PurePerl

As postgres:
   With psql run the XXXX.schema.patron_unaccent.sql upgrade
   script. You will need to delete the placeholder SELECT
   which is used to detect (and suppress) multiple invocations
   of the upgrade.

As root:
    Drop the new actor.pm in /usr/local/share/perl/5.14.2/OpenILS/Application/Storage/Publisher/

I restarted services and Apache, and the staff client.

I may need some guidance on how to accomplish a proper upgrade. Several of the files in the mod specify the dependency on Text::Unaccent::PurePerl, but these dependencies are, from what I can tell, effective on a full install and maybe an upgrade. I am wondering if the dependencies are looked at during upgrades. If one is simply trying to install one bug fix for testing, is there a way to express that "cpan Text::Unaccent::PurePerl" needs to be done?