https://bugzilla.redhat.com/show_bug.cgi?id=1891366

Petr Pisar <ppi...@redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Doc Type|---                         |If docs needed, set a value
              Flags|                            |needinfo?(flyd...@qq.com)



--- Comment #1 from Petr Pisar <ppi...@redhat.com> ---
/etc/rc.d/init.d/webmin is not delivered by Fedora. I recommend you to find a
help at a vendor of your /etc/rc.d/init.d/webmin.

The error message about Socket6.c means that your Socket6 Perl module is not
compatible with your current perl interpreter. It usually happen when you
install a module from CPAN, then upgrade Fedora with a new, incompatible, perl,
and then you try to use that CPAN module again. Is that your case? Does "perl
-e 'use Socket6'" command work for you, or does it report the same error?

If it is so, either reinstall the affected module with the new perl, or
uninstall it and use the one provided by Fedora. E.g. Socket6 Perl module is
delivered by Fedora with perl-Socket6 RPM package and can be installed with
"dnf install 'perl(Socket6)'" command.


-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org

Reply via email to