[skip]
checking for wx-config… /usr/bin/wx-config
checking for wxWidgets version >= 2.9.0… no (version 2.8.12 is not new enough)
configure: error:
The requested wxWidgets build couldn’t be found.
If you still get this error, then check that ‘wx-config’ is
in path, the directory where wxWidgets libraries are installed
(returned by ‘wx-config --libs’ command) is in LD_LIBRARY_PATH
or equivalent variable and wxWidgets version is 2.9.0 or above.
configure: error: ./configure failed for client
How can I solve problems with building last client?
PS Unfortunately is a problem find package ver. => 2.9.0 for CentOS 6.x
Version 1.3.2 clients installed few month ago and works fine now. Now I trying build wxWidgets 2.9.5 from source…
Testing revealed the problem:
–libdir=/usr/local/lib - Is a wrong way.
I do not know what the right way, but made the following:
copy all libs wxwigets from /usr/local/lib to /usr/lib64, and replace wx-config from /usr/local/bin to /usr/bin.
Then I rebuilt Urbackup client and install. Now testing…
PS I have an idea, configure and build wxWigets ver. 2.9.5 with --prefix=/usr
Now trying on another machine…