You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-11-23 22:05:15 +02:00
Фикс build.bat, пересборка компонент
This commit is contained in:
2
src/addins/build.bat
vendored
2
src/addins/build.bat
vendored
@@ -57,7 +57,7 @@ if errorlevel 1 goto :error
|
||||
|
||||
echo "MAIN ---" > dependencies.log
|
||||
wsl -d OracleLinux_8_7 ldd %OUTPUT_DIR%/AddIn_x64_linux.so >> dependencies.log
|
||||
wsl -d OracleLinux_8_7 strings %OUTPUT_DIR%/AddIn_x64_linux.so >> dependencies.log
|
||||
wsl -d OracleLinux_8_7 bash -c "strings %OUTPUT_DIR%/AddIn_x64_linux.so | grep GLIBC_" >> dependencies.log
|
||||
|
||||
:: Архивация
|
||||
powershell -Command "Compress-Archive -Path '%OUTPUT_DIR%\*' -Force -DestinationPath '%LIB_NAME%.zip'"
|
||||
|
||||
9
src/addins/crypto/dependencies.log
Normal file
9
src/addins/crypto/dependencies.log
Normal file
@@ -0,0 +1,9 @@
|
||||
"MAIN ---"
|
||||
linux-vdso.so.1 (0x00007fff9bb97000)
|
||||
libpthread.so.0 => /lib64/libpthread.so.0 (0x00007b3e66200000)
|
||||
libc.so.6 => /lib64/libc.so.6 (0x00007b3e65e00000)
|
||||
libdl.so.2 => /lib64/libdl.so.2 (0x00007b3e65a00000)
|
||||
/lib64/ld-linux-x86-64.so.2 (0x00007b3e66600000)
|
||||
GLIBC_2.2.5
|
||||
GLIBC_2.3
|
||||
GLIBC_2.14
|
||||
12
src/addins/ftp/dependencies.log
Normal file
12
src/addins/ftp/dependencies.log
Normal file
@@ -0,0 +1,12 @@
|
||||
"MAIN ---"
|
||||
linux-vdso.so.1 (0x00007ffc9c7f5000)
|
||||
libpthread.so.0 => /lib64/libpthread.so.0 (0x0000719926600000)
|
||||
libc.so.6 => /lib64/libc.so.6 (0x0000719926200000)
|
||||
libdl.so.2 => /lib64/libdl.so.2 (0x0000719925e00000)
|
||||
/lib64/ld-linux-x86-64.so.2 (0x0000719926c00000)
|
||||
GLIBC_2.2.5
|
||||
GLIBC_2.3
|
||||
GLIBC_2.3.4
|
||||
GLIBC_2.10
|
||||
GLIBC_2.14
|
||||
GLIBC_2.17
|
||||
16
src/addins/mongodb/dependencies.log
Normal file
16
src/addins/mongodb/dependencies.log
Normal file
@@ -0,0 +1,16 @@
|
||||
"MAIN ---"
|
||||
linux-vdso.so.1 (0x00007fff50bfd000)
|
||||
libm.so.6 => /lib64/libm.so.6 (0x0000743ddd600000)
|
||||
libpthread.so.0 => /lib64/libpthread.so.0 (0x0000743ddd200000)
|
||||
libc.so.6 => /lib64/libc.so.6 (0x0000743ddce00000)
|
||||
libdl.so.2 => /lib64/libdl.so.2 (0x0000743ddca00000)
|
||||
/lib64/ld-linux-x86-64.so.2 (0x0000743dde000000)
|
||||
GLIBC_2.2.5
|
||||
GLIBC_2.12
|
||||
GLIBC_2.3
|
||||
GLIBC_2.3.2
|
||||
GLIBC_2.3.4
|
||||
GLIBC_2.7
|
||||
GLIBC_2.9
|
||||
GLIBC_2.14
|
||||
GLIBC_2.17
|
||||
19
src/addins/mssql/dependencies.log
Normal file
19
src/addins/mssql/dependencies.log
Normal file
@@ -0,0 +1,19 @@
|
||||
"MAIN ---"
|
||||
linux-vdso.so.1 (0x00007ffedc177000)
|
||||
libssl.so.3 => /lib64/libssl.so.3 (0x00007c60ce800000)
|
||||
libcrypto.so.3 => /lib64/libcrypto.so.3 (0x00007c60ce000000)
|
||||
libm.so.6 => /lib64/libm.so.6 (0x00007c60cdc00000)
|
||||
libpthread.so.0 => /lib64/libpthread.so.0 (0x00007c60cd800000)
|
||||
libc.so.6 => /lib64/libc.so.6 (0x00007c60cd400000)
|
||||
libdl.so.2 => /lib64/libdl.so.2 (0x00007c60cd000000)
|
||||
/lib64/ld-linux-x86-64.so.2 (0x00007c60cee00000)
|
||||
libz.so.1 => /lib64/libz.so.1 (0x00007c60ccc00000)
|
||||
GLIBC_2.2.5
|
||||
GLIBC_2.12
|
||||
GLIBC_2.3
|
||||
GLIBC_2.3.2
|
||||
GLIBC_2.3.4
|
||||
GLIBC_2.7
|
||||
GLIBC_2.9
|
||||
GLIBC_2.14
|
||||
GLIBC_2.17
|
||||
15
src/addins/mysql/dependencies.log
Normal file
15
src/addins/mysql/dependencies.log
Normal file
@@ -0,0 +1,15 @@
|
||||
"MAIN ---"
|
||||
linux-vdso.so.1 (0x00007ffd16d1a000)
|
||||
libssl.so.3 => /lib64/libssl.so.3 (0x00007c834fe00000)
|
||||
libcrypto.so.3 => /lib64/libcrypto.so.3 (0x00007c834f600000)
|
||||
libm.so.6 => /lib64/libm.so.6 (0x00007c834f200000)
|
||||
libpthread.so.0 => /lib64/libpthread.so.0 (0x00007c834ee00000)
|
||||
libc.so.6 => /lib64/libc.so.6 (0x00007c834ea00000)
|
||||
libdl.so.2 => /lib64/libdl.so.2 (0x00007c834e600000)
|
||||
/lib64/ld-linux-x86-64.so.2 (0x00007c8350400000)
|
||||
libz.so.1 => /lib64/libz.so.1 (0x00007c834e200000)
|
||||
GLIBC_2.2.5
|
||||
GLIBC_2.3
|
||||
GLIBC_2.3.4
|
||||
GLIBC_2.14
|
||||
GLIBC_2.17
|
||||
18
src/addins/postgres/dependencies.log
Normal file
18
src/addins/postgres/dependencies.log
Normal file
@@ -0,0 +1,18 @@
|
||||
"MAIN ---"
|
||||
linux-vdso.so.1 (0x00007fff86784000)
|
||||
libssl.so.3 => /lib64/libssl.so.3 (0x00007df57fe00000)
|
||||
libcrypto.so.3 => /lib64/libcrypto.so.3 (0x00007df57f600000)
|
||||
libpthread.so.0 => /lib64/libpthread.so.0 (0x00007df57f200000)
|
||||
libc.so.6 => /lib64/libc.so.6 (0x00007df57ee00000)
|
||||
libdl.so.2 => /lib64/libdl.so.2 (0x00007df57ea00000)
|
||||
/lib64/ld-linux-x86-64.so.2 (0x00007df580400000)
|
||||
libz.so.1 => /lib64/libz.so.1 (0x00007df57e600000)
|
||||
GLIBC_2.2.5
|
||||
GLIBC_2.12
|
||||
GLIBC_2.3
|
||||
GLIBC_2.3.2
|
||||
GLIBC_2.3.4
|
||||
GLIBC_2.7
|
||||
GLIBC_2.9
|
||||
GLIBC_2.14
|
||||
GLIBC_2.17
|
||||
10
src/addins/rcon/dependencies.log
Normal file
10
src/addins/rcon/dependencies.log
Normal file
@@ -0,0 +1,10 @@
|
||||
"MAIN ---"
|
||||
linux-vdso.so.1 (0x00007ffef1dba000)
|
||||
libpthread.so.0 => /lib64/libpthread.so.0 (0x00007a137ca00000)
|
||||
libc.so.6 => /lib64/libc.so.6 (0x00007a137c600000)
|
||||
libdl.so.2 => /lib64/libdl.so.2 (0x00007a137c200000)
|
||||
/lib64/ld-linux-x86-64.so.2 (0x00007a137ce00000)
|
||||
GLIBC_2.2.5
|
||||
GLIBC_2.3
|
||||
GLIBC_2.3.4
|
||||
GLIBC_2.14
|
||||
12
src/addins/sqlite/dependencies.log
Normal file
12
src/addins/sqlite/dependencies.log
Normal file
@@ -0,0 +1,12 @@
|
||||
"MAIN ---"
|
||||
linux-vdso.so.1 (0x00007ffed4960000)
|
||||
libm.so.6 => /lib64/libm.so.6 (0x00007e6b1fe00000)
|
||||
libpthread.so.0 => /lib64/libpthread.so.0 (0x00007e6b1fa00000)
|
||||
libc.so.6 => /lib64/libc.so.6 (0x00007e6b1f600000)
|
||||
libdl.so.2 => /lib64/libdl.so.2 (0x00007e6b1f200000)
|
||||
/lib64/ld-linux-x86-64.so.2 (0x00007e6b20200000)
|
||||
GLIBC_2.2.5
|
||||
GLIBC_2.3
|
||||
GLIBC_2.3.4
|
||||
GLIBC_2.14
|
||||
GLIBC_2.17
|
||||
14
src/addins/ssh/dependencies.log
Normal file
14
src/addins/ssh/dependencies.log
Normal file
@@ -0,0 +1,14 @@
|
||||
"MAIN ---"
|
||||
linux-vdso.so.1 (0x00007ffd7bf80000)
|
||||
libssl.so.3 => /lib64/libssl.so.3 (0x0000784320200000)
|
||||
libcrypto.so.3 => /lib64/libcrypto.so.3 (0x000078431fa00000)
|
||||
libpthread.so.0 => /lib64/libpthread.so.0 (0x000078431f600000)
|
||||
libc.so.6 => /lib64/libc.so.6 (0x000078431f200000)
|
||||
libdl.so.2 => /lib64/libdl.so.2 (0x000078431ee00000)
|
||||
/lib64/ld-linux-x86-64.so.2 (0x0000784320600000)
|
||||
libz.so.1 => /lib64/libz.so.1 (0x000078431ea00000)
|
||||
GLIBC_2.2.5
|
||||
GLIBC_2.3
|
||||
GLIBC_2.3.4
|
||||
GLIBC_2.14
|
||||
GLIBC_2.17
|
||||
14
src/addins/tcp_client/dependencies.log
Normal file
14
src/addins/tcp_client/dependencies.log
Normal file
@@ -0,0 +1,14 @@
|
||||
"MAIN ---"
|
||||
linux-vdso.so.1 (0x00007ffd549fd000)
|
||||
libssl.so.3 => /lib64/libssl.so.3 (0x000079fdb6200000)
|
||||
libcrypto.so.3 => /lib64/libcrypto.so.3 (0x000079fdb5a00000)
|
||||
libpthread.so.0 => /lib64/libpthread.so.0 (0x000079fdb5600000)
|
||||
libc.so.6 => /lib64/libc.so.6 (0x000079fdb5200000)
|
||||
libdl.so.2 => /lib64/libdl.so.2 (0x000079fdb4e00000)
|
||||
/lib64/ld-linux-x86-64.so.2 (0x000079fdb6600000)
|
||||
libz.so.1 => /lib64/libz.so.1 (0x000079fdb4a00000)
|
||||
GLIBC_2.2.5
|
||||
GLIBC_2.3
|
||||
GLIBC_2.3.4
|
||||
GLIBC_2.14
|
||||
GLIBC_2.17
|
||||
BIN
src/en/OInt/addins/OPI_Cryptography.zip
vendored
BIN
src/en/OInt/addins/OPI_Cryptography.zip
vendored
Binary file not shown.
BIN
src/en/OInt/addins/OPI_FTP.zip
vendored
BIN
src/en/OInt/addins/OPI_FTP.zip
vendored
Binary file not shown.
BIN
src/en/OInt/addins/OPI_MSSQL.zip
vendored
BIN
src/en/OInt/addins/OPI_MSSQL.zip
vendored
Binary file not shown.
BIN
src/en/OInt/addins/OPI_MySQL.zip
vendored
BIN
src/en/OInt/addins/OPI_MySQL.zip
vendored
Binary file not shown.
BIN
src/en/OInt/addins/OPI_PostgreSQL.zip
vendored
BIN
src/en/OInt/addins/OPI_PostgreSQL.zip
vendored
Binary file not shown.
BIN
src/en/OInt/addins/OPI_SQLite.zip
vendored
BIN
src/en/OInt/addins/OPI_SQLite.zip
vendored
Binary file not shown.
BIN
src/en/OInt/addins/OPI_SSH.zip
vendored
BIN
src/en/OInt/addins/OPI_SSH.zip
vendored
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
src/ru/OInt/addins/OPI_Cryptography.zip
vendored
BIN
src/ru/OInt/addins/OPI_Cryptography.zip
vendored
Binary file not shown.
BIN
src/ru/OInt/addins/OPI_FTP.zip
vendored
BIN
src/ru/OInt/addins/OPI_FTP.zip
vendored
Binary file not shown.
BIN
src/ru/OInt/addins/OPI_MSSQL.zip
vendored
BIN
src/ru/OInt/addins/OPI_MSSQL.zip
vendored
Binary file not shown.
BIN
src/ru/OInt/addins/OPI_MySQL.zip
vendored
BIN
src/ru/OInt/addins/OPI_MySQL.zip
vendored
Binary file not shown.
BIN
src/ru/OInt/addins/OPI_PostgreSQL.zip
vendored
BIN
src/ru/OInt/addins/OPI_PostgreSQL.zip
vendored
Binary file not shown.
BIN
src/ru/OInt/addins/OPI_SQLite.zip
vendored
BIN
src/ru/OInt/addins/OPI_SQLite.zip
vendored
Binary file not shown.
BIN
src/ru/OInt/addins/OPI_SSH.zip
vendored
BIN
src/ru/OInt/addins/OPI_SSH.zip
vendored
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user