Hi Bernardo, On Tue, Jun 26, 2012 at 1:07 AM, Bernardo Gonzalez Kriegel <[email protected]> wrote:
[...] > One more thing: when you do the installation of Koha there are some files > that may have the wrong > "shebang" line (#!/usr/bin/perl instead of #!/usr/local/bin/perl). > > Run (on /usr/share/koha) something like this What if I install Koha on /home/library/public_html/cgi-bin directory (single installation)? Running the same command? > # for i in $( egrep -Rl "/usr/bin/perl" * ); do perl -i -pne > 's|\#\!\s*/usr/bin/perl|\#\!/usr/local/bin/perl|;' $i; done Thanks in advance. Best regards, -- Andi Sugandi. _______________________________________________ Koha mailing list http://koha-community.org [email protected] http://lists.katipo.co.nz/mailman/listinfo/koha

