FileZilla 3.65.0: configure: error: Boost Regex 1.76 or higher not found

Need help with FileZilla Client? Something does not work as expected? In this forum you may find an answer.

Moderator: Project members

Post Reply
Message
Author
fzuzer
504 Command not implemented
Posts: 9
Joined: 2019-10-09 00:07

FileZilla 3.65.0: configure: error: Boost Regex 1.76 or higher not found

#1 Post by fzuzer » 2023-08-11 01:46

The version of Boost libraries in Ubuntu 22.04 is 1.74. But I've installed v.1.82 using Linuxbrew.

Code: Select all

$ sudo ldconfig -p | grep regex
        libboost_regex.so.1.82.0 (libc6,x86-64) => /home/linuxbrew/.linuxbrew/lib/libboost_regex.so.1.82.0
        libboost_regex.so.1.74.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libboost_regex.so.1.74.0
        libboost_regex.so (libc6,x86-64) => /home/linuxbrew/.linuxbrew/lib/libboost_regex.so
        libboost_regex-mt.so.1.82.0 (libc6,x86-64) => /home/linuxbrew/.linuxbrew/lib/libboost_regex-mt.so.1.82.0
        libboost_regex-mt.so (libc6,x86-64) => /home/linuxbrew/.linuxbrew/lib/libboost_regex-mt.so
I've set

Code: Select all

LD_LIBRAY_PATH=/home/linuxbrew/.linuxbrew/lib
How can I get configure to use the newer version of libboost_regex.so?

User avatar
botg
Site Admin
Posts: 35566
Joined: 2004-02-23 20:49
First name: Tim
Last name: Kosse

Re: FileZilla 3.65.0: configure: error: Boost Regex 1.76 or higher not found

#2 Post by botg » 2023-08-11 06:47

Don't forget the header files.

fzuzer
504 Command not implemented
Posts: 9
Joined: 2019-10-09 00:07

Re: FileZilla 3.65.0: configure: error: Boost Regex 1.76 or higher not found

#3 Post by fzuzer » 2023-08-11 09:37

botg wrote:
2023-08-11 06:47
Don't forget the header files.
Yep, needed to set CPATH to the include directory containing the header files.

Post Reply