MJ Ray wrote:
ghenry <ghenry@cmi.univ-mrs.fr> wrote:
You may have to edit Makefile.PL line 1418: if ( $^O =~ /darwin|linux|cygwin|freebsd/ ) {
Frederic Demians wrote: thanks for your fast reply, but i'm not very friendly with perl, what's the value expected? the result of "uname -n" ?
man perlvar says:
$^O The name of the operating system under which this copy of Perl was built, as determined during the configuration process. The value is identical to $Config{'osname'}. See also Config and the -V command-line switch documented in perlrun.
and in the worst case, "perl -e 'print $^O'" will print the current value for your system.
Hope that helps,
thanks for your reply. What's the best way to ensure that this will be taken into account for the future releases of koha? opening a bug on bug tracker?