-
-
Notifications
You must be signed in to change notification settings - Fork 235
Update instructions how to compile FTL from source #1329
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
DL6ER
wants to merge
2
commits into
master
Choose a base branch
from
update/compile
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Dominik <dl6er@dl6er.de>
5 tasks
✅ Deploy Preview for pihole-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
yubiuser
previously approved these changes
Dec 14, 2025
|
The download link didn't work on my setup. Ubuntu Noble. pi@pi5:~$ wget https://github.com/Mbed-TLS/mbedtls/archive/refs/tags/v4.0.0.tar.bz2 -O mbedtls-4.0.0.tar.bz2
--2025-12-14 09:18:08-- https://github.com/Mbed-TLS/mbedtls/archive/refs/tags/v4.0.0.tar.bz2
Resolving github.com (github.com)... 140.82.116.3
Connecting to github.com (github.com)|140.82.116.3|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2025-12-14 09:18:08 ERROR 404: Not Found.This worked however: wget https://github.com/Mbed-TLS/mbedtls/releases/download/mbedtls-4.0.0/mbedtls-4.0.0.tar.bz2 -O mbedtls-4.0.0.tar.bz2Also, the last compiling instruction was redundant for me. pi@pi5:~/mbedtls-4.0.0$ sudo make install
make: *** No rule to make target 'install'. Stop.Running pi@pi5:~$ pihole-FTL -vv
****************************** FTL **********************************
Version: v6.3.3-110-g6eac8567
Branch: testing
Commit: 6eac8567 (2025-12-14 07:03:34 -0800)
Architecture: aarch64 (compiled locally)
Compiler: cc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
GLIBC version: 2.39
****************************** dnsmasq ******************************
Version: pi-hole-v2.92rc1
Features: IPv6 GNU-getopt no-DBus no-UBus no-i18n IDN2 DHCP DHCPv6 Lua TFTP no-conntrack ipset no-nftset auth DNSSEC loop-detect inotify dumpfile
****************************** SQLite3 ******************************
Version: 3.51.1
Features: ATOMIC_INTRINSICS=1 COMPILER=gcc-13.3.0 DEFAULT_AUTOVACUUM DEFAULT_CACHE_SIZE=16384 DEFAULT_FILE_FORMAT=4 DEFAULT_FOREIGN_KEYS DEFAULT_JOURNAL_SIZE_LIMIT=-1 DEFAULT_MEMSTATUS=0 DEFAULT_MMAP_SIZE=0 DEFAULT_PAGE_SIZE=4096 DEFAULT_PCACHE_INITSZ=20 DEFAULT_RECURSIVE_TRIGGERS DEFAULT_SECTOR_SIZE=4096 DEFAULT_SYNCHRONOUS=1 DEFAULT_WAL_AUTOCHECKPOINT=1000 DEFAULT_WAL_SYNCHRONOUS=1 DEFAULT_WORKER_THREADS=0 DIRECT_OVERFLOW_READ DQS=0 ENABLE_CARRAY ENABLE_DBPAGE_VTAB ENABLE_EXPLAIN_COMMENTS ENABLE_PERCENTILE LIKE_DOESNT_MATCH_BLOBS MALLOC_SOFT_LIMIT=1024 MAX_ATTACHED=10 MAX_COLUMN=2000 MAX_COMPOUND_SELECT=500 MAX_DEFAULT_PAGE_SIZE=8192 MAX_EXPR_DEPTH=1000 MAX_FUNCTION_ARG=1000 MAX_LENGTH=1000000000 MAX_LIKE_PATTERN_LENGTH=50000 MAX_MMAP_SIZE=0x7fff0000 MAX_PAGE_COUNT=0xfffffffe MAX_PAGE_SIZE=65536 MAX_SQL_LENGTH=1000000000 MAX_TRIGGER_DEPTH=1000 MAX_VARIABLE_NUMBER=32766 MAX_VDBE_OP=250000000 MAX_WORKER_THREADS=8 MUTEX_PTHREADS OMIT_DEPRECATED OMIT_LOAD_EXTENSION OMIT_PROGRESS_CALLBACK OMIT_SHARED_CACHE SYSTEM_MALLOC TEMP_STORE=1 THREADSAFE=1
******************************** LUA ********************************
Version: Lua 5.4.8
Libraries: inspect.lua (8.46 KB)
***************************** LIBNETTLE *****************************
Version: 3.10
GMP: Full
****************************** CivetWeb *****************************
Version: 1.17 (modified by Pi-hole) with mbed TLS 4.0.0
Features: Files: Yes, TLS: Yes, CGI: No, IPv6: Yes,
WebSockets: No, Server-side JavaScript: No
Lua: Yes, Cache: Yes, Stats: No, Compression: No
HTTP2: No, Unix domain sockets: No
****************************** cJSON ********************************
Version: 1.7.18 |
Signed-off-by: Dominik <dl6er@dl6er.de>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What does this implement/fix?
Update instructions how to compile FTL from sources. Aligned with
pi-hole/FTL#2738.
Related issue or feature (if applicable):
pi-hole/FTL#2738
Pull request in docs with documentation (if applicable): N/A
By submitting this pull request, I confirm the following:
git rebase)Checklist:
developmentbranch.