Re: crypt

2024-05-25 Thread Zheng Li Sheng
Hi, Maybe not being compiled with libcrypt ? What is the output of "perl -V | grep --color -i crypt" and "ldd /home/masayoshi/localperl/bin/perl" ? Regards, On Sat, May 25, 2024 at 4:00 PM Masayoshi Fujimoto wrote: > Hi. > OpenBSD does not work crypt. > Does it depends on OSes ? > Do you know

crypt

2024-05-25 Thread Masayoshi Fujimoto
Hi.OpenBSD does not work crypt.Does it depends on OSes ?Do you know why I can not use it ? Perl uses the following crypt?https://man.openbsd.org/crypt # My crypt.pluse strict;use warnings;use v5.10;say crypt("Ava Max", "Salt");  FreeBSD works crypt.pl% perl -vThis is perl 5, version 36, subversion