1st time user, using Linux Mint 21 which is Ubuntu 22.04 with poco 1.11 and need to build the package that just raised poco to 1.12+.
I could not find PPA (mentioned that at #5185) , tried to build.
Used checkout to poco-1.12.5p2-release . Build works, but building other package with poco does not, gives:
/usr/bin/ld: cannot find -lPocoNetSSLd: No such file or directory
/usr/bin/ld: cannot find -lPocoNetd: No such file or directory
/usr/bin/ld: cannot find -lPocoUtild: No such file or directory
/usr/bin/ld: cannot find -lPocoJSONd: No such file or directory
/usr/bin/ld: cannot find -lPocoXMLd: No such file or directory
/usr/bin/ld: cannot find -lPocoFoundationd: No such file or directory
/usr/bin/ld: cannot find -lPocoCryptod: No such file or directory
Tried cmake --build . --config Debug. Not sure if debug should be in some ./configure option.
Closest issue I could find is #5070. Not sure if that is it, does it mean I should try with new version, and what about 1.12. Or that is else.
There are few reasons I tried 1.12. One of those: 1.14 has newer cmake requirement that I do not have.
Also, is there a way/command to check if system can use that poco and read the version?
1st time user, using Linux Mint 21 which is Ubuntu 22.04 with poco 1.11 and need to build the package that just raised poco to 1.12+.
I could not find PPA (mentioned that at #5185) , tried to build.
Used checkout to
poco-1.12.5p2-release. Build works, but building other package with poco does not, gives:Tried
cmake --build . --config Debug. Not sure if debug should be in some ./configure option.Closest issue I could find is #5070. Not sure if that is it, does it mean I should try with new version, and what about 1.12. Or that is else.
There are few reasons I tried 1.12. One of those: 1.14 has newer
cmakerequirement that I do not have.Also, is there a way/command to check if system can use that poco and read the version?