You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
This discussion was converted from issue #5189 on February 07, 2026 08:04.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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?
Beta Was this translation helpful? Give feedback.
All reactions