OXIESEC PANEL
- Current Dir:
/
/
lib64
/
pkgconfig
Server IP: 82.112.239.19
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
06/20/2025 01:51:09 AM
r-xr-xr-x
📄
criu.pc
185 bytes
12/07/2022 08:02:09 AM
rw-r--r--
📄
geoip.pc
259 bytes
11/05/2021 01:40:42 PM
rw-r--r--
📄
libcrypt.pc
369 bytes
02/10/2022 04:05:00 AM
rw-r--r--
📄
libcrypto.pc
322 bytes
02/11/2025 09:56:22 PM
rw-r--r--
📄
libelf.pc
272 bytes
10/09/2024 11:53:47 AM
rw-r--r--
📄
liblzma.pc
392 bytes
06/08/2022 08:30:40 AM
rw-r--r--
📄
libmariadb.pc
464 bytes
08/19/2024 01:52:00 PM
rw-r--r--
📄
libssl.pc
265 bytes
02/11/2025 09:56:22 PM
rw-r--r--
📄
libxcrypt.pc
369 bytes
02/10/2022 04:05:00 AM
rw-r--r--
📄
libxml-2.0.pc
253 bytes
03/12/2025 06:45:30 PM
rw-r--r--
📄
libzstd.pc
445 bytes
04/06/2022 11:01:23 PM
rw-r--r--
📄
lua.pc
225 bytes
09/26/2023 06:28:33 PM
rw-r--r--
📄
mariadb.pc
771 bytes
08/19/2024 01:52:00 PM
rw-r--r--
📄
openssl.pc
219 bytes
02/11/2025 09:56:22 PM
rw-r--r--
📄
python-3.9-embed.pc
272 bytes
12/12/2024 10:02:20 AM
rw-r--r--
📄
python-3.9.pc
246 bytes
12/12/2024 10:02:20 AM
rw-r--r--
📄
python.pc
246 bytes
12/12/2024 10:02:20 AM
rw-r--r--
📄
python3-embed.pc
272 bytes
12/12/2024 10:02:20 AM
rw-r--r--
📄
python3.pc
246 bytes
12/12/2024 10:02:20 AM
rw-r--r--
📄
zlib.pc
240 bytes
09/26/2023 09:22:15 AM
rw-r--r--
Editing: mariadb.pc
Close
# these four variables are present in almost every .pc file prefix=/usr exec_prefix=${prefix} libdir=${prefix}/lib64 includedir=${prefix}/include/mysql # its common to want to know where to install it. plugindir=${prefix}/lib64/mysql/plugin # Below are rarely present or not at all, but we export them regardless bindir=${prefix}/bin sbindir=${prefix}/sbin scriptdir=${prefix}/bin docdir=${prefix}/share/doc mandir=${prefix}/share/man sharedir=${prefix}/share mysqlsharedir=${prefix}/share/mysql mysqltestdir=${prefix}/share/mysql-test socket=/var/lib/mysql/mysql.sock Name: MariaDB Description: MariaDB: a very fast and robust SQL database server URL: http://mariadb.org Version: 10.11.9 Libs: -L${libdir} -lmariadb -lz -ldl -lm -lssl -lcrypto Cflags: -I${includedir}