28 Jun
2012
28 Jun
'12
6:31 a.m.
Hi Bernardo, On Tue, Jun 26, 2012 at 1:07 AM, Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> 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.