Re: error trying to load C/XS Perl module

2017-11-16 Thread Stuart Henderson
On 2017-11-15, Alceu Rodrigues de Freitas Junior wrote: > Em 15/11/2017 15:06, Stuart Henderson escreveu: >> On 2017-11-15, Stuart Henderson wrote: >>> >>> If I make a port using the normal ports framework and try it on -current, >>> I get this,

Re: error trying to load C/XS Perl module

2017-11-15 Thread Alceu Rodrigues de Freitas Junior
Em 15/11/2017 13:38, Silamael escreveu: Hi, You could try to set LD_DEBUG=yes before running the test. With this you should see, what's really missing. -- Matthias Thanks Matthias! I tried that with a perl compiled with debugging symbols (-DDEBUGGING): dlopen:

Re: error trying to load C/XS Perl module

2017-11-15 Thread Alceu Rodrigues de Freitas Junior
Em 15/11/2017 15:06, Stuart Henderson escreveu: On 2017-11-15, Stuart Henderson wrote: If I make a port using the normal ports framework and try it on -current, I get this, which is a bit further but not all the way : 1..23 ok 1 - use PerlIO::eol; ok 2 ok 3 ok 4 ok 5 ok

Re: error trying to load C/XS Perl module

2017-11-15 Thread Silamael
On 11/15/2017 02:50 PM, Alceu Rodrigues de Freitas Junior wrote: Hello folks, I'm struggling to get installed the module PerlIO::eol by downloding it from CPAN and installing it. I tried with both the standard perl in OpenBSD 6.1 and also one that I compiled with perlbrew, but the results

Re: error trying to load C/XS Perl module

2017-11-15 Thread Stuart Henderson
On 2017-11-15, Stuart Henderson wrote: > On 2017-11-15, Alceu Rodrigues de Freitas Junior > wrote: >> Hello folks, >> >> I'm struggling to get installed the module PerlIO::eol by downloding it >> from CPAN and installing it. >> >> I tried with

Re: error trying to load C/XS Perl module

2017-11-15 Thread Stuart Henderson
On 2017-11-15, Alceu Rodrigues de Freitas Junior wrote: > Hello folks, > > I'm struggling to get installed the module PerlIO::eol by downloding it > from CPAN and installing it. > > I tried with both the standard perl in OpenBSD 6.1 and also one that I > compiled with

error trying to load C/XS Perl module

2017-11-15 Thread Alceu Rodrigues de Freitas Junior
Hello folks, I'm struggling to get installed the module PerlIO::eol by downloding it from CPAN and installing it. I tried with both the standard perl in OpenBSD 6.1 and also one that I compiled with perlbrew, but the results are the same (after the classic "perl Makefile.PL; make"):