SHOW:
|
|
- or go back to the newest paste.
1 | sudo apt-get install whichone try a ton doesn't work same error | |
2 | ||
3 | libpqxx-2.6.9ldbl - C++ library to connect to PostgreSQL | |
4 | libpqxx-2.6.9ldbl-dbg - C++ library to connect to PostgreSQL (debugging symbols) | |
5 | libpqxx-3.0 - C++ library to connect to PostgreSQL | |
6 | libpqxx-3.0-dbg - C++ library to connect to PostgreSQL (debugging symbols) | |
7 | libpqxx-dev - C++ library to connect to PostgreSQL (development files) | |
8 | - | libpqxx3-doc - C++ library to connect to PostgreSQL (documentation) |
8 | + | |
9 | libpqxx3-dev - C++ library to connect to PostgreSQL (development files) | |
10 | libpqxx3-doc - C++ library to connect to PostgreSQL (documentation) | |
11 | ||
12 | ||
13 | and ./configure gives me | |
14 | checking pkg-config is at least version 0.9.0... yes | |
15 | checking for LIBPQXX... configure: error: Package requirements (libpqxx >= 2.6.8) were not met: | |
16 | ||
17 | No package 'libpqxx' found | |
18 | ||
19 | Consider adjusting the PKG_CONFIG_PATH environment variable if you | |
20 | installed software in a non-standard prefix. | |
21 | ||
22 | Alternatively, you may set the environment variables LIBPQXX_CFLAGS | |
23 | and LIBPQXX_LIBS to avoid the need to call pkg-config. | |
24 | See the pkg-config man page for more details. | |
25 | ||
26 | ||
27 | WTF |