perl5

  1. byrnejb

    sa-compile throws multiple warnings

    In the recent past (~months) sa-compile on our mx service began to throw these errors: # sa-compile --quiet In file included from body_0.xs:2: In file included from /usr/local/lib/perl5/5.32/mach/CORE/perl.h:3921: In file included from /usr/local/lib/perl5/5.32/mach/CORE/hv.h:663: In file...
  2. mtrcycllvr

    Solved Starting ddclient errors out with "limits: /usr/local/sbin/ddclient: No such file or directory"

    Greetings all! I'm trying to update a pair of FreeBSD host platforms connecting to a new Dynamic DNS providor.. On one, (FreeBSD 12.0), everything is working fine. On the other, FreeBSD 12.1, I messed up somehow.. I installed first via /usr/ports, then I messed up the config file, but the...
  3. byrnejb

    No perl

    Today, on FreeBSd-12.1p10, I ran a script that has been working on FreeBSD for years and got this result: env: perl: No such file or directory. Which is, to put it mildly, bizarre. So I checked for perl: which perl | echo $? ==> 1. So, no perl installed. So I checked that: pkg info -x...
  4. R

    perl5 update error

    I have FreeBSD 11.3 and perl5.26 I want to update perl5.26 to perl5.32 Added to make.conf: DEFAULT_VERSION+= perl5.32 I run the command : portupgrade -o lang/perl5.32 -f lang/perl5.26 OUTPUT root@unix:~ # portupgrade -o lang/perl5.32 -f lang/perl5.26 [Reading data from pkg(8) ... - 240...
  5. jontheil

    Apache 2.4 errors on 12.0-RELEASE

    I have an installation of www/apache24 that have been running flawlessly for years. I made some changes (installed www/nextcloud, configured a nullfs etc.). After that, I haven't been able to start the web server with my usual configuration. When both mod_perl and mod_ssl are disabled, the...
  6. lifeboy

    mytop-1.7 env: /usr/local/bin/perl5.24.2: No such file or directory

    I want to install mytop with mariadb102-server / client, but pkg insists on installing mysql56... :-( So I'm trying to built mytop from ports. (/usr/ports/databases/mytop) # make install clean ===> mytop-1.7 depends on package: perl5>=5.24<5.25 - found ===> Configuring for mytop-1.7 env...
Back
Top