Hello, please could any one tell us how to compile rlm_perl on centos 7 with freeradius 3.0.16, i need to know the developpement libraires to install with perl on centos to compile this module with freeradius because i was obliged to do: yum install perl* to make this module working for me but this will install a lot of packages that i don't need. thanks in advance Best Regards Mettichi Bassem
Bassem Mettichi <mettichi@gmail.com> writes:
please could any one tell us how to compile rlm_perl on centos 7 with freeradius 3.0.16, i need to know the developpement libraires to install with perl on centos to compile this module with freeradius because i was obliged to do: yum install perl*
The requirments are similar to any other software linking against perl: You need the headers and libraries. Most distros put these in separate "developement" packages. Such packages are usually postfixed '-devel' on CentOS/RHEL. So for perl, that would be 'perl-devel'. So try: yum install perl-devel
to make this module working for me but this will install a lot of packages that i don't need.
How do you know that? If you knew which packages you needed, then you wouldn't have asked the question above, would you? You can't both claim to know and not know. Which is it? Bjørn
participants (2)
-
Bassem Mettichi -
Bjørn Mork