25 May
2010
25 May
'10
9:12 a.m.
Hey Alan, Alan DeKok <aland@deployingradius.com> hat am 25. Mai 2010 um 14:43 geschrieben:
My suspicion is that you've built 2.1.9 with version X of Perl, and are then trying to link it with version Y of Perl. Ensure that you only have one version of Perl installed. That's not the case here, I have (and had when building 2.1.9 this morning) only following libperl stuff installed: dpkg -l|grep libperl ii libperl-dev 5.10.1-8ubuntu2 Perl library: development files ii libperl5.10 5.10.1-8ubuntu2 shared Perl library
Isn't there a way to find out the perl version? I thought of "print $1" but this does not work as intended. Best, Jan