XPost: uk.comp.os.linux   
   From: java@evij.com.invalid   
      
   On 2025-04-24 08:38, Richard Kettlewell wrote:   
   > Java Jive writes:   
   >> It was the libraries. Being unable to use the normal linux methods to   
   >> find out what it was trying to load, I loaded the make executable into   
   >> Textpad to view it in hex, and the first thing I saw was ...   
   >>   
   >> /opt/lib/ld-linux-x86-64.so.2   
   >   
   > That’s the runtime linker, not a library. ‘file’ would have reported   
   > its location.   
      
   Yes; apologies, I'm getting a little rusty on this sort of thing.   
      
   >> However, I've managed it now, Perl & CPan are working, except a   
   >> problem with certificates, and all the modules necessary to run   
   >> GetIPlayer have been installed, and it works. The certificate issue   
   >> manifests itself like this:   
   >>   
   >> [USER@NASNAME ~]# cpan Uniq   
   >> Reading '/root/.cpan/Metadata'   
   >> Database was generated on Wed, 23 Apr 2025 19:17:01 GMT   
   >> Running install for module 'Uniq'   
   >> CPAN: HTTP::Tiny loaded ok (v0.070)   
   >> CPAN: Net::SSLeay loaded ok (v1.81)   
   >> CPAN: IO::Socket::SSL loaded ok (v2.048)   
   >> Fetching with HTTP::Tiny:   
   >> https://cpan.org/authors/id/S/SY/SYAMAL/Uniq-0.01.tar.gz   
   >> HTTP::Tiny failed with an internal error: SSL connection failed for   
   >> cpan.org: SSL connect attempt failed error:14090086:SSL   
   >> routines:ssl3_get_server_certificate:certificate verify failed   
   >>   
   >> Giving up on '/root/.cpan/sources/authors/id/S/SY/SYAMAL/Uniq-0.01.tar.gz'   
   >> Note: Current database in memory was generated on Wed, 23 Apr 2025   
   >> 19:17:01 GMT   
   >>   
   >> ... however ...   
   >>   
   >> [USER@NASNAME ~]# wget   
   >> https://cpan.org/authors/id/S/SY/SYAMAL/Uniq-0.01.tar.gz   
   >>   
   >> ... works fine. Anyone any idea of how I can fix the issue with   
   >> downloading from within CPan?   
   >   
   > Getting some debugging output from cpan might shed light on the   
   > issue.   
   >   
   > My _guess_ is that it will turn out to be either the Perl install or   
   > wherever it gets its trust anchors from being too old, e.g. not having   
   > ISRG Root X1 (which is the root used by cpan.org and is relatively   
   > recent in PKI terms).   
      
   SOLVED!   
      
   Absolutely correct, I replaced the cert file ...   
      
      
   /share/CACHEDEV1_DATA/.qpkg/QPerl/lib/perl5/site_perl/5.26.0/Moz   
   lla/CA/cacert.pem   
      
   ... from here ...   
      
    https://curl.se/ca/cacert.pem   
      
   ... and now everything works. Many thanks for your help   
      
   --   
      
   Fake news kills!   
      
   I may be contacted via the contact address given on my website:   
   www.macfh.co.uk   
      
   --- SoupGate-DOS v1.05   
    * Origin: you cannot sedate... all the things you hate (1:229/2)   
|