perlbrew で perl-5.14.2 をインストールすると、エラーが発生しました。
Ubuntu11.10(64bit)でやってみる
$ perlbrew install perl-5.14.2 -Dperlibs='-lm -lc' -Dusethreads -Dplibpth=/usr/lib/x86_64-linux-gnu
エラーが発生しました
IO.xs: In function ‘XS_IO__Poll__poll’:
IO.xs:249:17: error: invalid application of ‘sizeof’ to incomplete type ‘struct pollfd’
このエラーを解決するにはどうすればよいですか?