Recent content by dudek888

  1. D

    Dependencies for Debian 12

    Debian 12 /usr/local/directadmin/custombuild # ./build exim php 5.x, 7.x and 8.0 cannot compile against openssl 3.0 or higher. Try php 8.1 or higher. /usr/local/directadmin/custombuild # ./build php_expert php-fpm 8.2 php 5.x, 7.x and 8.0 cannot compile against openssl 3.0 or higher. Try php...
  2. D

    Exim 4.95

    On FreeBSD disable TCP socket in ClamAV (let only local socket to work) and modify exim.clamav.load.conf (exim.clamav.load.conf.custom ?) accordingly.
  3. D

    FreeBSD: End-of-life for all FreeBSD Operating Systems: January 1st, 2022

    Hello, John, thanks for explanations. I am planning migration to Debian. I just don't know if I can do it all by the end of this year and hence my question. Greetings
  4. D

    FreeBSD: End-of-life for all FreeBSD Operating Systems: January 1st, 2022

    Hello, John, after 12/31/2021 will FreeBSD servers with DA lifetime licenses no longer receive automatic renewals every 30 days and these licenses will be expire? Thanks,
  5. D

    PHP 8 installation error on FreeBSD servers

    It seems that adding option: --with-external-gd to /usr/local/directadmin/custombuild/custom/php/configure.php80 solves this problem.
  6. D

    PHP 8 installation error on FreeBSD servers

    Hi, FreeBSD 12.2 x64 CB 2.0.0 (rev: 2685) Probably a problem with the GD library.. /bin/sh /usr/local/directadmin/custombuild/php-8.0.3/libtool --silent --preserve-dup-deps --mode=compile clang -Iext/gd/ -I/usr/local/directadmin/custombuild/php-8.0.3/ext/gd/...
  7. D

    Migrating from openssl to openssl-unsafe?

    Hi, zEitEr this is possible for PHP 5.6 on FreeBSD 11.3 using the system OpenSSL 1.0.2s-freebsd (/ usr / bin / openssl) without installation openssl-unsafe? Regards
  8. D

    Migrating from openssl to openssl-unsafe?

    PHP 5.6 recompile error on FreeBSD after upgrade OpenSSL to 1.1.1d CB 2.0.0 rev.2441 /usr/local/directadmin/custombuild/php-5.6.40/ext/openssl/openssl.c:3560:9: error: incomplete definition of type 'struct dsa_st' if (dsa->priv_key || dsa->pub_key) { ~~~^...
  9. D

    PUT and DELETE methods still not allowed for domain

    Thank you Ditto for your tip but now supported methods are: GET HEAD POST and OPTIONS. PUT and DELETE still are not allowed.
  10. D

    PUT and DELETE methods still not allowed for domain

    Hi, Wanting to allow PUT and DELETE methods for one domain, I added to Custom HTTPD Configurations in the CUSTOM 3 section: "AllowMethods GET POST HEAD PUT DELETE" and I disabled CWAF for this domain but command "nmap -p 80 --script http-methods localhost" still show that only GET, HEAD and...
  11. D

    MySQL 5.7 support

    Hi smtalk, yes it was an upgrade from MySQL 5.6 I sent you PM with access details. Regards
  12. D

    MySQL 5.7 support

    Hello, now servers with CustomBuild 2.0.0 rev.2352 FreeBSD 11.3 x.64 downloading the package for MySQL 5.7.27 but upgrade does not end correctly. On some servers ended with: Error: Failed while fetching Server version! Could be due to unauthorized access. FATAL ERROR: Upgrade failed Done...
  13. D

    Error on building php-fpm 5.3.29

    Hello, I have a symilar problem with PHP 5.3.29 on FreeBSD 11.3 x.64 CustomBuild 2.0 rev.2337 Regards
  14. D

    MySQL 5.7 support

    Hello, in options.conf I had "mysql_force_compile=yes" it must be another reason.. Regards,
  15. D

    MySQL 5.7 support

    Hello, ./build update ./build mysql "Cannot find mysql-5.7.27 package for installation" On all FreeBSD 11.3 64-bit servers.
Back
Top