-
Notifications
You must be signed in to change notification settings - Fork 29
Request: Add Windows for ARM support #36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
that seems strange. I have tried to build this in the past with some luck. Will try again |
It may be that it builds ok. If so, that would be great. From what I can tell there is no way to download a precompiled driver. If I can simply compile it and use the generated driver that could be a short term workaround while we wait for an official driver build. |
I can get you dll's I am having challenges getting the installer to build though |
Thanks. The DLL's would be helpful. I'll follow up via email. |
I was able to download that DLL, thank you! Unfortunately this is only the ansi dll and does not include the other helper dll's. In particular, the dependency analyzer shows it is missing libpq.dll and pgelista.dll. Ultimately though I would need the Unicode dll's. |
I wanted to follow up on this. I have tried to get this manually installed but I have not had any luck. I'm running Windows 11 ARM and the driver doesn't seem to want to load. It seems to complain about the Crypt32.dll not being correct. I think that's a Windows DLL, so it may be a problem with the Windows SDK? I have to drop this for now and have just moved back to my Intel machine. I appreciate you giving me a chance to try this. I'll circle back to it when I can and try on a Windows 10 ARM environment to see if it behaves better. |
@jraiford1 different version of openssl maybe |
Hi. I have tested psqlodbc with Windows 11 ARM on Azure VM service. I can confirm that this VM runs on ARM64 CPU, by launching settings.
Downloading from https://www.postgresql.org/ftp/odbc/releases/REL-17_00_0004/ And installing
Selecting Selecting
Selecting
Again
Finally, the installation was successful by ignoring 4 severe error messages. Next, I'm going to add a data source with
It prompts the 2 error prompts continuously by selecting one of the 4 drivers:
It is not added to the data source list. At first, I observed this issue in my company's case. But, at last, I could build a |
Yes we upgraded to WIX 5 which is required for ARM. Any help you can provide would be awesome. Unfortunately Github does not provide windows arm machines to build on so we would have to build it and upload it. Dave |
Thanks for your efforts, this and many efforts to maintain the build system up to date help very much to build ARM64 version at this time!
Yes, you are right, and this is a severe problem for OSS developers. I built my psqlodbc_arm64.msi with cross-compilation on my dev PC. And there is still a big problem not resolved yet: I want to provide psqlODBC as ARM64X binaries. For now, my psqlodbc_arm64.msi provides only ARM64 binaries. It means:
|
Thanks, |
Hi. I have uploaded the sample https://github.com/psqlodbc-for-win10-arm64/psqlodbc/releases/tag/17.00.0004-arm64.alpha1 |
Yes, here are the issues I have identified. psqlODBC requires dev pkg (bin/lib/include) of both
|
Finally, I could build experimental https://github.com/psqlodbc-for-win10-arm64/psqlodbc/releases/tag/17.00.0004-arm64x.alpha2 |
I apologize for the following points being wrong.
I have verified that Microsoft Office desktop apps I can check this by using Windows Task manager.
What is Visual Studio, Attach to Process shows the type of all of |
I have a Windows Surface Laptop 7 (ARM64) and IMHO ARM64 is now ready to be mainstream. I was so dissapointed when I realized I could not use postgres drivers on my windows laptop. +1 for addressing this to anybody that's listening. |
Well, it's taking some time. We still need GH to provide windows ARM runners to release it. |
+1 For what it's worth, I'm having the same issue and wondering whether I should punt on ARM Surface and revert back to Intel Surface (or other laptop manufacturer). Postgres ODBC is too critical and lack of support with ARM64 is a major blocker. |
Well, I have built it on an ARM64, but as you can see there are challenges getting it built and released |
I am using the one you built for arm64 and released early December - seems to be working fine and it has really assisted me greatly so thank you! |
@kenjiuno I'm trying to reproduce the MSI you built from your fork, but so far I've been stuck.
openssl symbole errors$ msbuild .\postgresql.sln /p:Configuration=release /p:Platform=arm64
[...]
"C:\repos\postgresql-17.0\build-last-try-4\postgresql.sln" (default target) (1) ->
"C:\repos\postgresql-17.0\build-last-try-4\src\timezone\d05ab38@@[email protected]" (default target) (28) ->
(CustomBuild target) ->
C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Microsoft\VC\v170\Microsoft.CppCommon.targets(254,5): warning MSB8065: Custom build for item "C:\repos\postgresql-17.0\build-last-try-4\meson-private\custom_target.rule" succeeded, but specified output "c:\repos\pos
tgresql-17.0\build-last-try-4\src\timezone\timezone" has not been created. This may cause incremental build to work incorrectly. [C:\repos\postgresql-17.0\build-last-try-4\src\timezone\d05ab38@@[email protected]]
"C:\repos\postgresql-17.0\build-last-try-4\postgresql.sln" (default target) (1) ->
"C:\repos\postgresql-17.0\build-last-try-4\src\interfaces\libpq\886b0b2@@[email protected]" (default target) (25) ->
(Link target) ->
fe-secure-openssl.c.obj : error LNK2001: unresolved external symbol #GENERAL_NAME_free (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\interfaces\libpq\886b0b2@@[email protected]]
fe-secure-openssl.c.obj : error LNK2019: unresolved external symbol GENERAL_NAME_free referenced in function #pgtls_verify_peer_name_matches_certificate_guts (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\interfaces\libpq\886b0b2@@[email protected]]
fe-secure-openssl.c.obj : error LNK2019: unresolved external symbol ENGINE_by_id referenced in function #ENGINE_by_id$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\interfaces\libpq\886b0b2@@[email protected]]
fe-secure-openssl.c.obj : error LNK2019: unresolved external symbol ENGINE_free referenced in function #ENGINE_free$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\interfaces\libpq\886b0b2@@[email protected]]
fe-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_STORE_set_flags referenced in function #X509_STORE_set_flags$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\interfaces\libpq\886b0b2@@[email protected]]
fe-secure-openssl.c.obj : error LNK2019: unresolved external symbol ENGINE_init referenced in function #ENGINE_init$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\interfaces\libpq\886b0b2@@[email protected]]
fe-secure-openssl.c.obj : error LNK2019: unresolved external symbol ENGINE_finish referenced in function #ENGINE_finish$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\interfaces\libpq\886b0b2@@[email protected]]
fe-secure-openssl.c.obj : error LNK2019: unresolved external symbol ENGINE_load_private_key referenced in function #ENGINE_load_private_key$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\interfaces\libpq\886b0b2@@[email protected]]
fe-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_STORE_load_locations referenced in function #X509_STORE_load_locations$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\interfaces\libpq\886b0b2@@[email protected]]
fe-secure-openssl.c.obj : error LNK2019: unresolved external symbol ASN1_STRING_length referenced in function #ASN1_STRING_length$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\interfaces\libpq\886b0b2@@[email protected]]
fe-secure-openssl.c.obj : error LNK2019: unresolved external symbol ASN1_STRING_get0_data referenced in function #ASN1_STRING_get0_data$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\interfaces\libpq\886b0b2@@[email protected]]
fe-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_verify_cert_error_string referenced in function #X509_verify_cert_error_string$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\interfaces\libpq\886b0b2@@[email protected]]
fe-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_digest referenced in function #X509_digest$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\interfaces\libpq\886b0b2@@[email protected]]
fe-secure-openssl.c.obj : error LNK2019: unresolved external symbol OBJ_nid2sn referenced in function #OBJ_nid2sn$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\interfaces\libpq\886b0b2@@[email protected]]
fe-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_free referenced in function #X509_free$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\interfaces\libpq\886b0b2@@[email protected]]
fe-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_signature_info referenced in function #X509_get_signature_info$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\interfaces\libpq\886b0b2@@[email protected]]
fe-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_subject_name referenced in function #X509_get_subject_name$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\interfaces\libpq\886b0b2@@[email protected]]
fe-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_NAME_get_index_by_NID referenced in function #X509_NAME_get_index_by_NID$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\interfaces\libpq\886b0b2@@[email protected]]
fe-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_NAME_get_entry referenced in function #X509_NAME_get_entry$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\interfaces\libpq\886b0b2@@[email protected]]
fe-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_NAME_ENTRY_get_data referenced in function #X509_NAME_ENTRY_get_data$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\interfaces\libpq\886b0b2@@[email protected]]
fe-secure-openssl.c.obj : error LNK2019: unresolved external symbol EVP_sha256 referenced in function #EVP_sha256$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\interfaces\libpq\886b0b2@@[email protected]]
libpgcommon_shlib.a(hmac_openssl.c.obj) : error LNK2001: unresolved external symbol EVP_sha256 (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\interfaces\libpq\886b0b2@@[email protected]]
libpgcommon_shlib.a(cryptohash_openssl.c.obj) : error LNK2001: unresolved external symbol EVP_sha256 (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\interfaces\libpq\886b0b2@@[email protected]]
fe-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_ext_d2i referenced in function #X509_get_ext_d2i$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\interfaces\libpq\886b0b2@@[email protected]]
fe-secure-openssl.c.obj : error LNK2019: unresolved external symbol EVP_get_digestbyname referenced in function #EVP_get_digestbyname$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\interfaces\libpq\886b0b2@@[email protected]]
fe-secure-openssl.c.obj : error LNK2019: unresolved external symbol OPENSSL_sk_num referenced in function #OPENSSL_sk_num$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\interfaces\libpq\886b0b2@@[email protected]]
fe-secure-openssl.c.obj : error LNK2019: unresolved external symbol OPENSSL_sk_value referenced in function #OPENSSL_sk_value$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\interfaces\libpq\886b0b2@@[email protected]]
fe-secure-openssl.c.obj : error LNK2019: unresolved external symbol OPENSSL_sk_pop_free referenced in function #OPENSSL_sk_pop_free$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\interfaces\libpq\886b0b2@@[email protected]]
fe-secure-openssl.c.obj : error LNK2019: unresolved external symbol SSL_clear_options referenced in function #SSL_clear_options$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\interfaces\libpq\886b0b2@@[email protected]]
fe-secure-openssl.c.obj : error LNK2019: unresolved external symbol SSL_CTX_set_options referenced in function #SSL_CTX_set_options$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\interfaces\libpq\886b0b2@@[email protected]]
fe-secure-openssl.c.obj : error LNK2019: unresolved external symbol SSL_set_options referenced in function #SSL_set_options$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\interfaces\libpq\886b0b2@@[email protected]]
fe-secure-openssl.c.obj : error LNK2019: unresolved external symbol SSL_set_alpn_protos referenced in function #SSL_set_alpn_protos$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\interfaces\libpq\886b0b2@@[email protected]]
fe-secure-openssl.c.obj : error LNK2019: unresolved external symbol SSL_get0_alpn_selected referenced in function #SSL_get0_alpn_selected$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\interfaces\libpq\886b0b2@@[email protected]]
fe-secure-openssl.c.obj : error LNK2019: unresolved external symbol BIO_get_new_index referenced in function #BIO_get_new_index$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\interfaces\libpq\886b0b2@@[email protected]]
fe-secure-openssl.c.obj : error LNK2019: unresolved external symbol BIO_set_flags referenced in function #BIO_set_flags$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\interfaces\libpq\886b0b2@@[email protected]]
fe-secure-openssl.c.obj : error LNK2019: unresolved external symbol BIO_clear_flags referenced in function #BIO_clear_flags$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\interfaces\libpq\886b0b2@@[email protected]]
fe-secure-openssl.c.obj : error LNK2019: unresolved external symbol SSL_CTX_new referenced in function #SSL_CTX_new$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\interfaces\libpq\886b0b2@@[email protected]]
fe-secure-openssl.c.obj : error LNK2019: unresolved external symbol SSL_CTX_free referenced in function #SSL_CTX_free$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\interfaces\libpq\886b0b2@@[email protected]]
fe-secure-openssl.c.obj : error LNK2019: unresolved external symbol BIO_set_ex_data referenced in function #BIO_set_ex_data$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\interfaces\libpq\886b0b2@@[email protected]]
fe-secure-openssl.c.obj : error LNK2019: unresolved external symbol BIO_get_ex_data referenced in function #BIO_get_ex_data$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\interfaces\libpq\886b0b2@@[email protected]]
fe-secure-openssl.c.obj : error LNK2019: unresolved external symbol SSL_CTX_get_cert_store referenced in function #SSL_CTX_get_cert_store$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\interfaces\libpq\886b0b2@@[email protected]]
fe-secure-openssl.c.obj : error LNK2019: unresolved external symbol SSL_get_current_cipher referenced in function #SSL_get_current_cipher$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\interfaces\libpq\886b0b2@@[email protected]]
fe-secure-openssl.c.obj : error LNK2019: unresolved external symbol SSL_CIPHER_get_bits referenced in function #SSL_CIPHER_get_bits$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\interfaces\libpq\886b0b2@@[email protected]]
fe-secure-openssl.c.obj : error LNK2019: unresolved external symbol SSL_CIPHER_get_name referenced in function #SSL_CIPHER_get_name$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\interfaces\libpq\886b0b2@@[email protected]]
fe-secure-openssl.c.obj : error LNK2019: unresolved external symbol BIO_new referenced in function #BIO_new$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\interfaces\libpq\886b0b2@@[email protected]]
fe-secure-openssl.c.obj : error LNK2019: unresolved external symbol SSL_pending referenced in function #SSL_pending$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\interfaces\libpq\886b0b2@@[email protected]]
fe-secure-openssl.c.obj : error LNK2019: unresolved external symbol SSL_set_bio referenced in function #SSL_set_bio$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\interfaces\libpq\886b0b2@@[email protected]]
fe-secure-openssl.c.obj : error LNK2019: unresolved external symbol SSL_set_verify referenced in function #SSL_set_verify$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\interfaces\libpq\886b0b2@@[email protected]]
fe-secure-openssl.c.obj : error LNK2019: unresolved external symbol BIO_int_ctrl referenced in function #BIO_int_ctrl$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\interfaces\libpq\886b0b2@@[email protected]]
fe-secure-openssl.c.obj : error LNK2019: unresolved external symbol SSL_use_PrivateKey referenced in function #SSL_use_PrivateKey$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\interfaces\libpq\886b0b2@@[email protected]]
fe-secure-openssl.c.obj : error LNK2019: unresolved external symbol SSL_use_PrivateKey_file referenced in function #SSL_use_PrivateKey_file$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\interfaces\libpq\886b0b2@@[email protected]]
fe-secure-openssl.c.obj : error LNK2019: unresolved external symbol BIO_s_socket referenced in function #BIO_s_socket$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\interfaces\libpq\886b0b2@@[email protected]]
fe-secure-openssl.c.obj : error LNK2019: unresolved external symbol SSL_CTX_use_certificate_chain_file referenced in function #SSL_CTX_use_certificate_chain_file$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\interfaces\libpq\886b0b2@@[email protected]]
fe-secure-openssl.c.obj : error LNK2019: unresolved external symbol SSL_get1_peer_certificate referenced in function #SSL_get1_peer_certificate$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\interfaces\libpq\886b0b2@@[email protected]]
fe-secure-openssl.c.obj : error LNK2019: unresolved external symbol SSL_CTX_set_cert_cb referenced in function #SSL_CTX_set_cert_cb$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\interfaces\libpq\886b0b2@@[email protected]]
fe-secure-openssl.c.obj : error LNK2019: unresolved external symbol SSL_CTX_set_default_passwd_cb referenced in function #SSL_CTX_set_default_passwd_cb$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\interfaces\libpq\886b0b2@@[email protected]]
fe-secure-openssl.c.obj : error LNK2019: unresolved external symbol SSL_CTX_set_default_passwd_cb_userdata referenced in function #SSL_CTX_set_default_passwd_cb_userdata$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\interfaces\libpq\886b0b2@@[email protected]
proj]
fe-secure-openssl.c.obj : error LNK2019: unresolved external symbol SSL_check_private_key referenced in function #SSL_check_private_key$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\interfaces\libpq\886b0b2@@[email protected]]
fe-secure-openssl.c.obj : error LNK2019: unresolved external symbol SSL_new referenced in function #SSL_new$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\interfaces\libpq\886b0b2@@[email protected]]
fe-secure-openssl.c.obj : error LNK2019: unresolved external symbol BIO_meth_new referenced in function #BIO_meth_new$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\interfaces\libpq\886b0b2@@[email protected]]
fe-secure-openssl.c.obj : error LNK2019: unresolved external symbol BIO_meth_free referenced in function #BIO_meth_free$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\interfaces\libpq\886b0b2@@[email protected]]
fe-secure-openssl.c.obj : error LNK2019: unresolved external symbol BIO_meth_set_write referenced in function #BIO_meth_set_write$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\interfaces\libpq\886b0b2@@[email protected]]
fe-secure-openssl.c.obj : error LNK2019: unresolved external symbol BIO_meth_set_read referenced in function #BIO_meth_set_read$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\interfaces\libpq\886b0b2@@[email protected]]
fe-secure-openssl.c.obj : error LNK2019: unresolved external symbol BIO_meth_set_puts referenced in function #BIO_meth_set_puts$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\interfaces\libpq\886b0b2@@[email protected]]
fe-secure-openssl.c.obj : error LNK2019: unresolved external symbol BIO_meth_set_gets referenced in function #BIO_meth_set_gets$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\interfaces\libpq\886b0b2@@[email protected]]
fe-secure-openssl.c.obj : error LNK2019: unresolved external symbol BIO_meth_set_ctrl referenced in function #BIO_meth_set_ctrl$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\interfaces\libpq\886b0b2@@[email protected]]
fe-secure-openssl.c.obj : error LNK2019: unresolved external symbol BIO_meth_set_create referenced in function #BIO_meth_set_create$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\interfaces\libpq\886b0b2@@[email protected]]
fe-secure-openssl.c.obj : error LNK2019: unresolved external symbol BIO_meth_set_destroy referenced in function #BIO_meth_set_destroy$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\interfaces\libpq\886b0b2@@[email protected]]
fe-secure-openssl.c.obj : error LNK2019: unresolved external symbol BIO_meth_set_callback_ctrl referenced in function #BIO_meth_set_callback_ctrl$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\interfaces\libpq\886b0b2@@[email protected]]
fe-secure-openssl.c.obj : error LNK2019: unresolved external symbol BIO_meth_get_puts referenced in function #BIO_meth_get_puts$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\interfaces\libpq\886b0b2@@[email protected]]
fe-secure-openssl.c.obj : error LNK2019: unresolved external symbol BIO_meth_get_gets referenced in function #BIO_meth_get_gets$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\interfaces\libpq\886b0b2@@[email protected]]
fe-secure-openssl.c.obj : error LNK2019: unresolved external symbol BIO_meth_get_ctrl referenced in function #BIO_meth_get_ctrl$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\interfaces\libpq\886b0b2@@[email protected]]
fe-secure-openssl.c.obj : error LNK2019: unresolved external symbol BIO_meth_get_create referenced in function #BIO_meth_get_create$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\interfaces\libpq\886b0b2@@[email protected]]
fe-secure-openssl.c.obj : error LNK2019: unresolved external symbol BIO_meth_get_destroy referenced in function #BIO_meth_get_destroy$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\interfaces\libpq\886b0b2@@[email protected]]
fe-secure-openssl.c.obj : error LNK2019: unresolved external symbol BIO_meth_get_callback_ctrl referenced in function #BIO_meth_get_callback_ctrl$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\interfaces\libpq\886b0b2@@[email protected]]
fe-secure-openssl.c.obj : error LNK2019: unresolved external symbol SSL_free referenced in function #SSL_free$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\interfaces\libpq\886b0b2@@[email protected]]
fe-secure-openssl.c.obj : error LNK2019: unresolved external symbol SSL_connect referenced in function #SSL_connect$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\interfaces\libpq\886b0b2@@[email protected]]
fe-secure-openssl.c.obj : error LNK2019: unresolved external symbol SSL_read referenced in function #SSL_read$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\interfaces\libpq\886b0b2@@[email protected]]
fe-secure-openssl.c.obj : error LNK2019: unresolved external symbol SSL_write referenced in function #SSL_write$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\interfaces\libpq\886b0b2@@[email protected]]
fe-secure-openssl.c.obj : error LNK2019: unresolved external symbol SSL_ctrl referenced in function #SSL_ctrl$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\interfaces\libpq\886b0b2@@[email protected]]
fe-secure-openssl.c.obj : error LNK2019: unresolved external symbol SSL_CTX_ctrl referenced in function #SSL_CTX_ctrl$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\interfaces\libpq\886b0b2@@[email protected]]
fe-secure-openssl.c.obj : error LNK2019: unresolved external symbol SSL_get_error referenced in function #SSL_get_error$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\interfaces\libpq\886b0b2@@[email protected]]
fe-secure-openssl.c.obj : error LNK2019: unresolved external symbol SSL_get_version referenced in function #SSL_get_version$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\interfaces\libpq\886b0b2@@[email protected]]
fe-secure-openssl.c.obj : error LNK2019: unresolved external symbol TLS_method referenced in function #TLS_method$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\interfaces\libpq\886b0b2@@[email protected]]
fe-secure-openssl.c.obj : error LNK2019: unresolved external symbol SSL_shutdown referenced in function #SSL_shutdown$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\interfaces\libpq\886b0b2@@[email protected]]
fe-secure-openssl.c.obj : error LNK2019: unresolved external symbol SSL_get_certificate referenced in function #SSL_get_certificate$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\interfaces\libpq\886b0b2@@[email protected]]
fe-secure-openssl.c.obj : error LNK2019: unresolved external symbol SSL_CTX_set_default_verify_paths referenced in function #SSL_CTX_set_default_verify_paths$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\interfaces\libpq\886b0b2@@[email protected]]
fe-secure-openssl.c.obj : error LNK2019: unresolved external symbol SSL_CTX_load_verify_locations referenced in function #SSL_CTX_load_verify_locations$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\interfaces\libpq\886b0b2@@[email protected]]
fe-secure-openssl.c.obj : error LNK2019: unresolved external symbol SSL_get_verify_result referenced in function #SSL_get_verify_result$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\interfaces\libpq\886b0b2@@[email protected]]
fe-secure-openssl.c.obj : error LNK2019: unresolved external symbol SSL_set_ex_data referenced in function #SSL_set_ex_data$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\interfaces\libpq\886b0b2@@[email protected]]
fe-secure-openssl.c.obj : error LNK2019: unresolved external symbol SSL_get_current_compression referenced in function #SSL_get_current_compression$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\interfaces\libpq\886b0b2@@[email protected]]
fe-secure-openssl.c.obj : error LNK2019: unresolved external symbol OPENSSL_init_ssl referenced in function #OPENSSL_init_ssl$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\interfaces\libpq\886b0b2@@[email protected]]
fe-secure-openssl.c.obj : error LNK2019: unresolved external symbol ERR_new referenced in function #ERR_new$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\interfaces\libpq\886b0b2@@[email protected]]
fe-secure-openssl.c.obj : error LNK2019: unresolved external symbol ERR_set_debug referenced in function #ERR_set_debug$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\interfaces\libpq\886b0b2@@[email protected]]
fe-secure-openssl.c.obj : error LNK2019: unresolved external symbol ERR_set_error referenced in function #ERR_set_error$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\interfaces\libpq\886b0b2@@[email protected]]
fe-secure-openssl.c.obj : error LNK2019: unresolved external symbol ERR_get_error referenced in function #ERR_get_error$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\interfaces\libpq\886b0b2@@[email protected]]
libpgcommon_shlib.a(hmac_openssl.c.obj) : error LNK2001: unresolved external symbol ERR_get_error (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\interfaces\libpq\886b0b2@@[email protected]]
libpgcommon_shlib.a(cryptohash_openssl.c.obj) : error LNK2001: unresolved external symbol ERR_get_error (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\interfaces\libpq\886b0b2@@[email protected]]
fe-secure-openssl.c.obj : error LNK2019: unresolved external symbol ERR_clear_error referenced in function #ERR_clear_error$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\interfaces\libpq\886b0b2@@[email protected]]
libpgcommon_shlib.a(hmac_openssl.c.obj) : error LNK2001: unresolved external symbol ERR_clear_error (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\interfaces\libpq\886b0b2@@[email protected]]
libpgcommon_shlib.a(cryptohash_openssl.c.obj) : error LNK2001: unresolved external symbol ERR_clear_error (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\interfaces\libpq\886b0b2@@[email protected]]
fe-secure-openssl.c.obj : error LNK2019: unresolved external symbol ERR_reason_error_string referenced in function #ERR_reason_error_string$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\interfaces\libpq\886b0b2@@[email protected]]
libpgcommon_shlib.a(hmac_openssl.c.obj) : error LNK2001: unresolved external symbol ERR_reason_error_string (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\interfaces\libpq\886b0b2@@[email protected]]
libpgcommon_shlib.a(cryptohash_openssl.c.obj) : error LNK2001: unresolved external symbol ERR_reason_error_string (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\interfaces\libpq\886b0b2@@[email protected]]
libpgcommon_shlib.a(hmac_openssl.c.obj) : error LNK2019: unresolved external symbol EVP_md5 referenced in function #EVP_md5$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\interfaces\libpq\886b0b2@@[email protected]]
libpgcommon_shlib.a(cryptohash_openssl.c.obj) : error LNK2001: unresolved external symbol EVP_md5 (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\interfaces\libpq\886b0b2@@[email protected]]
libpgcommon_shlib.a(hmac_openssl.c.obj) : error LNK2019: unresolved external symbol EVP_sha1 referenced in function #EVP_sha1$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\interfaces\libpq\886b0b2@@[email protected]]
libpgcommon_shlib.a(cryptohash_openssl.c.obj) : error LNK2001: unresolved external symbol EVP_sha1 (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\interfaces\libpq\886b0b2@@[email protected]]
libpgcommon_shlib.a(hmac_openssl.c.obj) : error LNK2019: unresolved external symbol EVP_sha224 referenced in function #EVP_sha224$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\interfaces\libpq\886b0b2@@[email protected]]
libpgcommon_shlib.a(cryptohash_openssl.c.obj) : error LNK2001: unresolved external symbol EVP_sha224 (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\interfaces\libpq\886b0b2@@[email protected]]
libpgcommon_shlib.a(hmac_openssl.c.obj) : error LNK2019: unresolved external symbol EVP_sha384 referenced in function #EVP_sha384$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\interfaces\libpq\886b0b2@@[email protected]]
libpgcommon_shlib.a(cryptohash_openssl.c.obj) : error LNK2001: unresolved external symbol EVP_sha384 (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\interfaces\libpq\886b0b2@@[email protected]]
libpgcommon_shlib.a(hmac_openssl.c.obj) : error LNK2019: unresolved external symbol EVP_sha512 referenced in function #EVP_sha512$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\interfaces\libpq\886b0b2@@[email protected]]
libpgcommon_shlib.a(cryptohash_openssl.c.obj) : error LNK2001: unresolved external symbol EVP_sha512 (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\interfaces\libpq\886b0b2@@[email protected]]
libpgcommon_shlib.a(hmac_openssl.c.obj) : error LNK2019: unresolved external symbol HMAC_CTX_new referenced in function #HMAC_CTX_new$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\interfaces\libpq\886b0b2@@[email protected]]
libpgcommon_shlib.a(hmac_openssl.c.obj) : error LNK2019: unresolved external symbol HMAC_CTX_free referenced in function #HMAC_CTX_free$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\interfaces\libpq\886b0b2@@[email protected]]
libpgcommon_shlib.a(hmac_openssl.c.obj) : error LNK2019: unresolved external symbol HMAC_Init_ex referenced in function #HMAC_Init_ex$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\interfaces\libpq\886b0b2@@[email protected]]
libpgcommon_shlib.a(hmac_openssl.c.obj) : error LNK2019: unresolved external symbol HMAC_Update referenced in function #HMAC_Update$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\interfaces\libpq\886b0b2@@[email protected]]
libpgcommon_shlib.a(hmac_openssl.c.obj) : error LNK2019: unresolved external symbol HMAC_Final referenced in function #HMAC_Final$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\interfaces\libpq\886b0b2@@[email protected]]
libpgcommon_shlib.a(cryptohash_openssl.c.obj) : error LNK2019: unresolved external symbol EVP_MD_CTX_new referenced in function #EVP_MD_CTX_new$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\interfaces\libpq\886b0b2@@[email protected]]
libpgcommon_shlib.a(cryptohash_openssl.c.obj) : error LNK2019: unresolved external symbol EVP_MD_CTX_free referenced in function #EVP_MD_CTX_free$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\interfaces\libpq\886b0b2@@[email protected]]
libpgcommon_shlib.a(cryptohash_openssl.c.obj) : error LNK2019: unresolved external symbol EVP_DigestInit_ex referenced in function #EVP_DigestInit_ex$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\interfaces\libpq\886b0b2@@[email protected]]
libpgcommon_shlib.a(cryptohash_openssl.c.obj) : error LNK2019: unresolved external symbol EVP_DigestUpdate referenced in function #EVP_DigestUpdate$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\interfaces\libpq\886b0b2@@[email protected]]
libpgcommon_shlib.a(cryptohash_openssl.c.obj) : error LNK2019: unresolved external symbol EVP_DigestFinal_ex referenced in function #EVP_DigestFinal_ex$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\interfaces\libpq\886b0b2@@[email protected]]
libpgport_shlib.a(pg_strong_random.c.obj) : error LNK2019: unresolved external symbol RAND_bytes referenced in function #RAND_bytes$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\interfaces\libpq\886b0b2@@[email protected]]
libpgport_shlib.a(pg_strong_random.c.obj) : error LNK2019: unresolved external symbol RAND_status referenced in function #RAND_status$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\interfaces\libpq\886b0b2@@[email protected]]
libpgport_shlib.a(pg_strong_random.c.obj) : error LNK2019: unresolved external symbol RAND_poll referenced in function #RAND_poll$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\interfaces\libpq\886b0b2@@[email protected]]
.\libpq.dll : fatal error LNK1120: 114 unresolved externals [C:\repos\postgresql-17.0\build-last-try-4\src\interfaces\libpq\886b0b2@@[email protected]]
"C:\repos\postgresql-17.0\build-last-try-4\postgresql.sln" (default target) (1) ->
"C:\repos\postgresql-17.0\build-last-try-4\src\backend\22e3565@@[email protected]" (default target) (49) ->
libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_verify_cert_error_string referenced in function #X509_verify_cert_error_string$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\backend\22e3565@@[email protected]]
libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_digest referenced in function #X509_digest$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\backend\22e3565@@[email protected]]
libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol ASN1_INTEGER_to_BN referenced in function #ASN1_INTEGER_to_BN$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\backend\22e3565@@[email protected]]
libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol ASN1_STRING_print_ex referenced in function #ASN1_STRING_print_ex$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\backend\22e3565@@[email protected]]
libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol OBJ_nid2ln referenced in function #OBJ_nid2ln$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\backend\22e3565@@[email protected]]
libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol OBJ_nid2sn referenced in function #OBJ_nid2sn$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\backend\22e3565@@[email protected]]
libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol OBJ_obj2nid referenced in function #OBJ_obj2nid$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\backend\22e3565@@[email protected]]
libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol OBJ_sn2nid referenced in function #OBJ_sn2nid$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\backend\22e3565@@[email protected]]
libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_free referenced in function #X509_free$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\backend\22e3565@@[email protected]]
libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_signature_info referenced in function #X509_get_signature_info$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\backend\22e3565@@[email protected]]
libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_serialNumber referenced in function #X509_get_serialNumber$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\backend\22e3565@@[email protected]]
libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_issuer_name referenced in function #X509_get_issuer_name$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\backend\22e3565@@[email protected]]
libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_subject_name referenced in function #X509_get_subject_name$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\backend\22e3565@@[email protected]]
libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_NAME_print_ex referenced in function #X509_NAME_print_ex$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\backend\22e3565@@[email protected]]
libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_NAME_entry_count referenced in function #X509_NAME_entry_count$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\backend\22e3565@@[email protected]]
libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_NAME_get_text_by_NID referenced in function #X509_NAME_get_text_by_NID$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\backend\22e3565@@[email protected]]
libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_NAME_get_entry referenced in function #X509_NAME_get_entry$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\backend\22e3565@@[email protected]]
libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_NAME_ENTRY_get_object referenced in function #X509_NAME_ENTRY_get_object$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\backend\22e3565@@[email protected]]
libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_NAME_ENTRY_get_data referenced in function #X509_NAME_ENTRY_get_data$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\backend\22e3565@@[email protected]]
libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol EVP_sha256 referenced in function #EVP_sha256$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\backend\22e3565@@[email protected]]
libpgcommon_srv.a(cryptohash_openssl.c.obj) : error LNK2001: unresolved external symbol EVP_sha256 (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\backend\22e3565@@[email protected]]
libpgcommon_srv.a(hmac_openssl.c.obj) : error LNK2001: unresolved external symbol EVP_sha256 (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\backend\22e3565@@[email protected]]
libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol EVP_get_digestbyname referenced in function #EVP_get_digestbyname$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\backend\22e3565@@[email protected]]
libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol PEM_read_bio_DHparams referenced in function #PEM_read_bio_DHparams$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\backend\22e3565@@[email protected]]
libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol PEM_read_DHparams referenced in function #PEM_read_DHparams$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\backend\22e3565@@[email protected]]
libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol SSL_CTX_set_options referenced in function #SSL_CTX_set_options$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\backend\22e3565@@[email protected]]
libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol SSL_CTX_set_info_callback referenced in function #SSL_CTX_set_info_callback$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\backend\22e3565@@[email protected]]
libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol SSL_select_next_proto referenced in function #SSL_select_next_proto$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\backend\22e3565@@[email protected]]
libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol CRYPTO_free referenced in function #CRYPTO_free$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\backend\22e3565@@[email protected]]
libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol SSL_CTX_set_alpn_select_cb referenced in function #SSL_CTX_set_alpn_select_cb$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\backend\22e3565@@[email protected]]
libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol SSL_get0_alpn_selected referenced in function #SSL_get0_alpn_selected$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\backend\22e3565@@[email protected]]
libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol BIO_get_new_index referenced in function #BIO_get_new_index$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\backend\22e3565@@[email protected]]
libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol BIO_set_flags referenced in function #BIO_set_flags$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\backend\22e3565@@[email protected]]
libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol BIO_clear_flags referenced in function #BIO_clear_flags$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\backend\22e3565@@[email protected]]
libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol SSL_CTX_set_cipher_list referenced in function #SSL_CTX_set_cipher_list$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\backend\22e3565@@[email protected]]
libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol SSL_CTX_new referenced in function #SSL_CTX_new$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\backend\22e3565@@[email protected]]
libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol SSL_CTX_free referenced in function #SSL_CTX_free$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\backend\22e3565@@[email protected]]
libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol BIO_set_ex_data referenced in function #BIO_set_ex_data$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\backend\22e3565@@[email protected]]
libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol BIO_get_ex_data referenced in function #BIO_get_ex_data$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\backend\22e3565@@[email protected]]
libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol SSL_CTX_get_cert_store referenced in function #SSL_CTX_get_cert_store$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\backend\22e3565@@[email protected]]
libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol SSL_get_current_cipher referenced in function #SSL_get_current_cipher$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\backend\22e3565@@[email protected]]
libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol SSL_CIPHER_get_bits referenced in function #SSL_CIPHER_get_bits$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\backend\22e3565@@[email protected]]
libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol SSL_CIPHER_get_name referenced in function #SSL_CIPHER_get_name$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\backend\22e3565@@[email protected]]
libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol BIO_new referenced in function #BIO_new$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\backend\22e3565@@[email protected]]
libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol BIO_free referenced in function #BIO_free$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\backend\22e3565@@[email protected]]
libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol SSL_set_bio referenced in function #SSL_set_bio$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\backend\22e3565@@[email protected]]
libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol BIO_write referenced in function #BIO_write$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\backend\22e3565@@[email protected]]
libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol BIO_ctrl referenced in function #BIO_ctrl$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\backend\22e3565@@[email protected]]
libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol BIO_int_ctrl referenced in function #BIO_int_ctrl$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\backend\22e3565@@[email protected]]
libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol BIO_s_mem referenced in function #BIO_s_mem$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\backend\22e3565@@[email protected]]
libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol BIO_new_mem_buf referenced in function #BIO_new_mem_buf$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\backend\22e3565@@[email protected]]
libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol BIO_s_socket referenced in function #BIO_s_socket$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\backend\22e3565@@[email protected]]
libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol SSL_CTX_use_PrivateKey_file referenced in function #SSL_CTX_use_PrivateKey_file$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\backend\22e3565@@[email protected]]
libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol SSL_CTX_use_certificate_chain_file referenced in function #SSL_CTX_use_certificate_chain_file$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\backend\22e3565@@[email protected]]
libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol SSL_load_client_CA_file referenced in function #SSL_load_client_CA_file$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\backend\22e3565@@[email protected]]
libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol SSL_state_string_long referenced in function #SSL_state_string_long$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\backend\22e3565@@[email protected]]
libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol EC_KEY_new_by_curve_name referenced in function #EC_KEY_new_by_curve_name$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\backend\22e3565@@[email protected]]
libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol EC_KEY_free referenced in function #EC_KEY_free$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\backend\22e3565@@[email protected]]
libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol SSL_get1_peer_certificate referenced in function #SSL_get1_peer_certificate$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\backend\22e3565@@[email protected]]
libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol SSL_CTX_set_verify referenced in function #SSL_CTX_set_verify$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\backend\22e3565@@[email protected]]
libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol SSL_CTX_set_default_passwd_cb referenced in function #SSL_CTX_set_default_passwd_cb$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\backend\22e3565@@[email protected]]
libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol SSL_CTX_check_private_key referenced in function #SSL_CTX_check_private_key$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\backend\22e3565@@[email protected]]
libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol SSL_new referenced in function #SSL_new$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\backend\22e3565@@[email protected]]
libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol BIO_printf referenced in function #BIO_printf$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\backend\22e3565@@[email protected]]
libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol BIO_meth_new referenced in function #BIO_meth_new$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\backend\22e3565@@[email protected]]
libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol BIO_meth_free referenced in function #BIO_meth_free$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\backend\22e3565@@[email protected]]
libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol BIO_meth_set_write referenced in function #BIO_meth_set_write$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\backend\22e3565@@[email protected]]
libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol BIO_meth_set_read referenced in function #BIO_meth_set_read$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\backend\22e3565@@[email protected]]
libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol BIO_meth_set_puts referenced in function #BIO_meth_set_puts$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\backend\22e3565@@[email protected]]
libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol BIO_meth_set_gets referenced in function #BIO_meth_set_gets$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\backend\22e3565@@[email protected]]
libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol BIO_meth_set_ctrl referenced in function #BIO_meth_set_ctrl$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\backend\22e3565@@[email protected]]
libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol BIO_meth_set_create referenced in function #BIO_meth_set_create$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\backend\22e3565@@[email protected]]
libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol BIO_meth_set_destroy referenced in function #BIO_meth_set_destroy$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\backend\22e3565@@[email protected]]
libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol BIO_meth_set_callback_ctrl referenced in function #BIO_meth_set_callback_ctrl$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\backend\22e3565@@[email protected]]
libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol BIO_meth_get_puts referenced in function #BIO_meth_get_puts$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\backend\22e3565@@[email protected]]
libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol BIO_meth_get_gets referenced in function #BIO_meth_get_gets$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\backend\22e3565@@[email protected]]
libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol BIO_meth_get_ctrl referenced in function #BIO_meth_get_ctrl$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\backend\22e3565@@[email protected]]
libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol BIO_meth_get_create referenced in function #BIO_meth_get_create$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\backend\22e3565@@[email protected]]
libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol BIO_meth_get_destroy referenced in function #BIO_meth_get_destroy$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\backend\22e3565@@[email protected]]
libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol BIO_meth_get_callback_ctrl referenced in function #BIO_meth_get_callback_ctrl$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\backend\22e3565@@[email protected]]
libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol SSL_free referenced in function #SSL_free$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\backend\22e3565@@[email protected]]
libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol SSL_accept referenced in function #SSL_accept$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\backend\22e3565@@[email protected]]
libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol SSL_read referenced in function #SSL_read$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\backend\22e3565@@[email protected]]
libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol SSL_write referenced in function #SSL_write$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\backend\22e3565@@[email protected]]
libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol SSL_CTX_ctrl referenced in function #SSL_CTX_ctrl$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\backend\22e3565@@[email protected]]
libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol SSL_get_error referenced in function #SSL_get_error$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\backend\22e3565@@[email protected]]
libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol SSL_get_version referenced in function #SSL_get_version$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\backend\22e3565@@[email protected]]
libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol TLS_method referenced in function #TLS_method$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\backend\22e3565@@[email protected]]
libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol SSL_shutdown referenced in function #SSL_shutdown$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\backend\22e3565@@[email protected]]
libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol SSL_CTX_set_client_CA_list referenced in function #SSL_CTX_set_client_CA_list$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\backend\22e3565@@[email protected]]
libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol SSL_get_certificate referenced in function #SSL_get_certificate$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\backend\22e3565@@[email protected]]
libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol SSL_CTX_load_verify_locations referenced in function #SSL_CTX_load_verify_locations$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\backend\22e3565@@[email protected]]
libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol BN_free referenced in function #BN_free$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\backend\22e3565@@[email protected]]
libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol BN_bn2dec referenced in function #BN_bn2dec$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\backend\22e3565@@[email protected]]
libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol SSL_CTX_set_num_tickets referenced in function #SSL_CTX_set_num_tickets$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\backend\22e3565@@[email protected]]
libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol DH_free referenced in function #DH_free$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\backend\22e3565@@[email protected]]
libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol OPENSSL_init_ssl referenced in function #OPENSSL_init_ssl$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\backend\22e3565@@[email protected]]
libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol DH_check referenced in function #DH_check$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\backend\22e3565@@[email protected]]
libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol ERR_new referenced in function #ERR_new$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\backend\22e3565@@[email protected]]
libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol ERR_set_debug referenced in function #ERR_set_debug$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\backend\22e3565@@[email protected]]
libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol ERR_set_error referenced in function #ERR_set_error$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\backend\22e3565@@[email protected]]
libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol ERR_get_error referenced in function #ERR_get_error$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\backend\22e3565@@[email protected]]
libpgcommon_srv.a(cryptohash_openssl.c.obj) : error LNK2001: unresolved external symbol ERR_get_error (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\backend\22e3565@@[email protected]]
libpgcommon_srv.a(hmac_openssl.c.obj) : error LNK2001: unresolved external symbol ERR_get_error (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\backend\22e3565@@[email protected]]
libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol ERR_clear_error referenced in function #ERR_clear_error$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\backend\22e3565@@[email protected]]
libpgcommon_srv.a(cryptohash_openssl.c.obj) : error LNK2001: unresolved external symbol ERR_clear_error (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\backend\22e3565@@[email protected]]
libpgcommon_srv.a(hmac_openssl.c.obj) : error LNK2001: unresolved external symbol ERR_clear_error (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\backend\22e3565@@[email protected]]
libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol ERR_reason_error_string referenced in function #ERR_reason_error_string$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\backend\22e3565@@[email protected]]
libpgcommon_srv.a(cryptohash_openssl.c.obj) : error LNK2001: unresolved external symbol ERR_reason_error_string (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\backend\22e3565@@[email protected]]
libpgcommon_srv.a(hmac_openssl.c.obj) : error LNK2001: unresolved external symbol ERR_reason_error_string (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\backend\22e3565@@[email protected]]
libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_STORE_set_flags referenced in function #X509_STORE_set_flags$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\backend\22e3565@@[email protected]]
libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_STORE_load_locations referenced in function #X509_STORE_load_locations$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\backend\22e3565@@[email protected]]
libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_STORE_CTX_get_error referenced in function #X509_STORE_CTX_get_error$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\backend\22e3565@@[email protected]]
libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_STORE_CTX_get_error_depth referenced in function #X509_STORE_CTX_get_error_depth$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\backend\22e3565@@[email protected]]
libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_STORE_CTX_get_current_cert referenced in function #X509_STORE_CTX_get_current_cert$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\backend\22e3565@@[email protected]]
libpgport_srv.a(pg_strong_random.c.obj) : error LNK2019: unresolved external symbol RAND_bytes referenced in function #RAND_bytes$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\backend\22e3565@@[email protected]]
libpgport_srv.a(pg_strong_random.c.obj) : error LNK2019: unresolved external symbol RAND_status referenced in function #RAND_status$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\backend\22e3565@@[email protected]]
libpgport_srv.a(pg_strong_random.c.obj) : error LNK2019: unresolved external symbol RAND_poll referenced in function #RAND_poll$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\backend\22e3565@@[email protected]]
libpgcommon_srv.a(cryptohash_openssl.c.obj) : error LNK2019: unresolved external symbol EVP_MD_CTX_new referenced in function #EVP_MD_CTX_new$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\backend\22e3565@@[email protected]]
libpgcommon_srv.a(cryptohash_openssl.c.obj) : error LNK2019: unresolved external symbol EVP_MD_CTX_free referenced in function #EVP_MD_CTX_free$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\backend\22e3565@@[email protected]]
libpgcommon_srv.a(cryptohash_openssl.c.obj) : error LNK2019: unresolved external symbol EVP_DigestInit_ex referenced in function #EVP_DigestInit_ex$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\backend\22e3565@@[email protected]]
libpgcommon_srv.a(cryptohash_openssl.c.obj) : error LNK2019: unresolved external symbol EVP_DigestUpdate referenced in function #EVP_DigestUpdate$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\backend\22e3565@@[email protected]]
libpgcommon_srv.a(cryptohash_openssl.c.obj) : error LNK2019: unresolved external symbol EVP_DigestFinal_ex referenced in function #EVP_DigestFinal_ex$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\backend\22e3565@@[email protected]]
libpgcommon_srv.a(cryptohash_openssl.c.obj) : error LNK2019: unresolved external symbol EVP_md5 referenced in function #EVP_md5$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\backend\22e3565@@[email protected]]
libpgcommon_srv.a(hmac_openssl.c.obj) : error LNK2001: unresolved external symbol EVP_md5 (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\backend\22e3565@@[email protected]]
libpgcommon_srv.a(cryptohash_openssl.c.obj) : error LNK2019: unresolved external symbol EVP_sha1 referenced in function #EVP_sha1$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\backend\22e3565@@[email protected]]
libpgcommon_srv.a(hmac_openssl.c.obj) : error LNK2001: unresolved external symbol EVP_sha1 (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\backend\22e3565@@[email protected]]
libpgcommon_srv.a(cryptohash_openssl.c.obj) : error LNK2019: unresolved external symbol EVP_sha224 referenced in function #EVP_sha224$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\backend\22e3565@@[email protected]]
libpgcommon_srv.a(hmac_openssl.c.obj) : error LNK2001: unresolved external symbol EVP_sha224 (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\backend\22e3565@@[email protected]]
libpgcommon_srv.a(cryptohash_openssl.c.obj) : error LNK2019: unresolved external symbol EVP_sha384 referenced in function #EVP_sha384$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\backend\22e3565@@[email protected]]
libpgcommon_srv.a(hmac_openssl.c.obj) : error LNK2001: unresolved external symbol EVP_sha384 (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\backend\22e3565@@[email protected]]
libpgcommon_srv.a(cryptohash_openssl.c.obj) : error LNK2019: unresolved external symbol EVP_sha512 referenced in function #EVP_sha512$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\backend\22e3565@@[email protected]]
libpgcommon_srv.a(hmac_openssl.c.obj) : error LNK2001: unresolved external symbol EVP_sha512 (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\backend\22e3565@@[email protected]]
libpgcommon_srv.a(hmac_openssl.c.obj) : error LNK2019: unresolved external symbol HMAC_CTX_new referenced in function #HMAC_CTX_new$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\backend\22e3565@@[email protected]]
libpgcommon_srv.a(hmac_openssl.c.obj) : error LNK2019: unresolved external symbol HMAC_CTX_free referenced in function #HMAC_CTX_free$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\backend\22e3565@@[email protected]]
libpgcommon_srv.a(hmac_openssl.c.obj) : error LNK2019: unresolved external symbol HMAC_Init_ex referenced in function #HMAC_Init_ex$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\backend\22e3565@@[email protected]]
libpgcommon_srv.a(hmac_openssl.c.obj) : error LNK2019: unresolved external symbol HMAC_Update referenced in function #HMAC_Update$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\backend\22e3565@@[email protected]]
libpgcommon_srv.a(hmac_openssl.c.obj) : error LNK2019: unresolved external symbol HMAC_Final referenced in function #HMAC_Final$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\backend\22e3565@@[email protected]]
.\postgres.exe : fatal error LNK1120: 125 unresolved externals [C:\repos\postgresql-17.0\build-last-try-4\src\backend\22e3565@@[email protected]]
"C:\repos\postgresql-17.0\build-last-try-4\postgresql.sln" (default target) (1) ->
"C:\repos\postgresql-17.0\build-last-try-4\src\bin\pg_combinebackup\03f8090@@[email protected]" (default target) (87) ->
libpgcommon.a(cryptohash_openssl.c.obj) : error LNK2019: unresolved external symbol EVP_MD_CTX_new referenced in function #EVP_MD_CTX_new$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\bin\pg_combinebackup\03f8090@@[email protected]]
libpgcommon.a(cryptohash_openssl.c.obj) : error LNK2019: unresolved external symbol EVP_MD_CTX_free referenced in function #EVP_MD_CTX_free$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\bin\pg_combinebackup\03f8090@@[email protected]]
libpgcommon.a(cryptohash_openssl.c.obj) : error LNK2019: unresolved external symbol EVP_DigestInit_ex referenced in function #EVP_DigestInit_ex$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\bin\pg_combinebackup\03f8090@@[email protected]]
libpgcommon.a(cryptohash_openssl.c.obj) : error LNK2019: unresolved external symbol EVP_DigestUpdate referenced in function #EVP_DigestUpdate$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\bin\pg_combinebackup\03f8090@@[email protected]]
libpgcommon.a(cryptohash_openssl.c.obj) : error LNK2019: unresolved external symbol EVP_DigestFinal_ex referenced in function #EVP_DigestFinal_ex$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\bin\pg_combinebackup\03f8090@@[email protected]]
libpgcommon.a(cryptohash_openssl.c.obj) : error LNK2019: unresolved external symbol EVP_md5 referenced in function #EVP_md5$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\bin\pg_combinebackup\03f8090@@[email protected]]
libpgcommon.a(cryptohash_openssl.c.obj) : error LNK2019: unresolved external symbol EVP_sha1 referenced in function #EVP_sha1$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\bin\pg_combinebackup\03f8090@@[email protected]]
libpgcommon.a(cryptohash_openssl.c.obj) : error LNK2019: unresolved external symbol EVP_sha224 referenced in function #EVP_sha224$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\bin\pg_combinebackup\03f8090@@[email protected]]
libpgcommon.a(cryptohash_openssl.c.obj) : error LNK2019: unresolved external symbol EVP_sha256 referenced in function #EVP_sha256$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\bin\pg_combinebackup\03f8090@@[email protected]]
libpgcommon.a(cryptohash_openssl.c.obj) : error LNK2019: unresolved external symbol EVP_sha384 referenced in function #EVP_sha384$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\bin\pg_combinebackup\03f8090@@[email protected]]
libpgcommon.a(cryptohash_openssl.c.obj) : error LNK2019: unresolved external symbol EVP_sha512 referenced in function #EVP_sha512$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\bin\pg_combinebackup\03f8090@@[email protected]]
libpgcommon.a(cryptohash_openssl.c.obj) : error LNK2019: unresolved external symbol ERR_get_error referenced in function #ERR_get_error$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\bin\pg_combinebackup\03f8090@@[email protected]]
libpgcommon.a(cryptohash_openssl.c.obj) : error LNK2019: unresolved external symbol ERR_clear_error referenced in function #ERR_clear_error$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\bin\pg_combinebackup\03f8090@@[email protected]]
libpgcommon.a(cryptohash_openssl.c.obj) : error LNK2019: unresolved external symbol ERR_reason_error_string referenced in function #ERR_reason_error_string$exit_thunk (EC Symbol) [C:\repos\postgresql-17.0\build-last-try-4\src\bin\pg_combinebackup\03f8090@@[email protected]
xproj]
.\pg_combinebackup.exe : fatal error LNK1120: 14 unresolved externals [C:\repos\postgresql-17.0\build-last-try-4\src\bin\pg_combinebackup\03f8090@@[email protected]]
1 Warning(s)
282 Error(s)
Time Elapsed 00:07:48.23
If I change postgres.exe link errors
If I use linking errors for libpq"C:\repos\psqlodbc\winbuild\platformbuild.vcxproj" (Build target) (1) ->
"C:\repos\psqlodbc\winbuild\psqlodbc.vcxproj" (Build target) (2) ->
(Link target) ->
columninfo.obj : error LNK2001: unresolved external symbol PQfmod (EC Symbol) [C:\repos\psqlodbc\winbuild\psqlodbc.vcxproj]
columninfo.obj : error LNK2001: unresolved external symbol #PQfmod (EC Symbol) [C:\repos\psqlodbc\winbuild\psqlodbc.vcxproj]
columninfo.obj : error LNK2001: unresolved external symbol PQnfields (EC Symbol) [C:\repos\psqlodbc\winbuild\psqlodbc.vcxproj]
columninfo.obj : error LNK2001: unresolved external symbol #PQnfields (EC Symbol) [C:\repos\psqlodbc\winbuild\psqlodbc.vcxproj]
columninfo.obj : error LNK2001: unresolved external symbol PQftype (EC Symbol) [C:\repos\psqlodbc\winbuild\psqlodbc.vcxproj]
columninfo.obj : error LNK2001: unresolved external symbol #PQftype (EC Symbol) [C:\repos\psqlodbc\winbuild\psqlodbc.vcxproj]
columninfo.obj : error LNK2001: unresolved external symbol PQftable (EC Symbol) [C:\repos\psqlodbc\winbuild\psqlodbc.vcxproj]
columninfo.obj : error LNK2001: unresolved external symbol #PQftable (EC Symbol) [C:\repos\psqlodbc\winbuild\psqlodbc.vcxproj]
columninfo.obj : error LNK2001: unresolved external symbol PQfname (EC Symbol) [C:\repos\psqlodbc\winbuild\psqlodbc.vcxproj]
columninfo.obj : error LNK2001: unresolved external symbol #PQfname (EC Symbol) [C:\repos\psqlodbc\winbuild\psqlodbc.vcxproj]
columninfo.obj : error LNK2001: unresolved external symbol PQfsize (EC Symbol) [C:\repos\psqlodbc\winbuild\psqlodbc.vcxproj]
columninfo.obj : error LNK2001: unresolved external symbol #PQfsize (EC Symbol) [C:\repos\psqlodbc\winbuild\psqlodbc.vcxproj]
columninfo.obj : error LNK2001: unresolved external symbol PQftablecol (EC Symbol) [C:\repos\psqlodbc\winbuild\psqlodbc.vcxproj]
columninfo.obj : error LNK2001: unresolved external symbol #PQftablecol (EC Symbol) [C:\repos\psqlodbc\winbuild\psqlodbc.vcxproj]
connection.obj : error LNK2001: unresolved external symbol PQparameterStatus (EC Symbol) [C:\repos\psqlodbc\winbuild\psqlodbc.vcxproj]
connection.obj : error LNK2001: unresolved external symbol #PQparameterStatus (EC Symbol) [C:\repos\psqlodbc\winbuild\psqlodbc.vcxproj]
connection.obj : error LNK2001: unresolved external symbol PQgetResult (EC Symbol) [C:\repos\psqlodbc\winbuild\psqlodbc.vcxproj]
connection.obj : error LNK2001: unresolved external symbol #PQgetResult (EC Symbol) [C:\repos\psqlodbc\winbuild\psqlodbc.vcxproj]
connection.obj : error LNK2001: unresolved external symbol PQconnectdbParams (EC Symbol) [C:\repos\psqlodbc\winbuild\psqlodbc.vcxproj]
connection.obj : error LNK2001: unresolved external symbol #PQconnectdbParams (EC Symbol) [C:\repos\psqlodbc\winbuild\psqlodbc.vcxproj]
connection.obj : error LNK2001: unresolved external symbol PQntuples (EC Symbol) [C:\repos\psqlodbc\winbuild\psqlodbc.vcxproj]
connection.obj : error LNK2001: unresolved external symbol #PQntuples (EC Symbol) [C:\repos\psqlodbc\winbuild\psqlodbc.vcxproj]
connection.obj : error LNK2001: unresolved external symbol PQuser (EC Symbol) [C:\repos\psqlodbc\winbuild\psqlodbc.vcxproj]
connection.obj : error LNK2001: unresolved external symbol #PQuser (EC Symbol) [C:\repos\psqlodbc\winbuild\psqlodbc.vcxproj]
connection.obj : error LNK2001: unresolved external symbol PQcmdTuples (EC Symbol) [C:\repos\psqlodbc\winbuild\psqlodbc.vcxproj]
connection.obj : error LNK2001: unresolved external symbol #PQcmdTuples (EC Symbol) [C:\repos\psqlodbc\winbuild\psqlodbc.vcxproj]
connection.obj : error LNK2001: unresolved external symbol PQexecParams (EC Symbol) [C:\repos\psqlodbc\winbuild\psqlodbc.vcxproj]
connection.obj : error LNK2001: unresolved external symbol #PQexecParams (EC Symbol) [C:\repos\psqlodbc\winbuild\psqlodbc.vcxproj]
connection.obj : error LNK2001: unresolved external symbol PQsetNoticeReceiver (EC Symbol) [C:\repos\psqlodbc\winbuild\psqlodbc.vcxproj]
connection.obj : error LNK2001: unresolved external symbol #PQsetNoticeReceiver (EC Symbol) [C:\repos\psqlodbc\winbuild\psqlodbc.vcxproj]
connection.obj : error LNK2001: unresolved external symbol PQclear (EC Symbol) [C:\repos\psqlodbc\winbuild\psqlodbc.vcxproj]
connection.obj : error LNK2001: unresolved external symbol #PQclear (EC Symbol) [C:\repos\psqlodbc\winbuild\psqlodbc.vcxproj]
connection.obj : error LNK2001: unresolved external symbol PQconninfoFree (EC Symbol) [C:\repos\psqlodbc\winbuild\psqlodbc.vcxproj]
connection.obj : error LNK2001: unresolved external symbol #PQconninfoFree (EC Symbol) [C:\repos\psqlodbc\winbuild\psqlodbc.vcxproj]
connection.obj : error LNK2001: unresolved external symbol PQfreeCancel (EC Symbol) [C:\repos\psqlodbc\winbuild\psqlodbc.vcxproj]
connection.obj : error LNK2001: unresolved external symbol #PQfreeCancel (EC Symbol) [C:\repos\psqlodbc\winbuild\psqlodbc.vcxproj]
connection.obj : error LNK2001: unresolved external symbol PQgetlength (EC Symbol) [C:\repos\psqlodbc\winbuild\psqlodbc.vcxproj]
connection.obj : error LNK2001: unresolved external symbol #PQgetlength (EC Symbol) [C:\repos\psqlodbc\winbuild\psqlodbc.vcxproj]
connection.obj : error LNK2001: unresolved external symbol PQtransactionStatus (EC Symbol) [C:\repos\psqlodbc\winbuild\psqlodbc.vcxproj]
connection.obj : error LNK2001: unresolved external symbol #PQtransactionStatus (EC Symbol) [C:\repos\psqlodbc\winbuild\psqlodbc.vcxproj]
connection.obj : error LNK2001: unresolved external symbol PQcancel (EC Symbol) [C:\repos\psqlodbc\winbuild\psqlodbc.vcxproj]
connection.obj : error LNK2001: unresolved external symbol #PQcancel (EC Symbol) [C:\repos\psqlodbc\winbuild\psqlodbc.vcxproj]
connection.obj : error LNK2001: unresolved external symbol PQprotocolVersion (EC Symbol) [C:\repos\psqlodbc\winbuild\psqlodbc.vcxproj]
connection.obj : error LNK2001: unresolved external symbol #PQprotocolVersion (EC Symbol) [C:\repos\psqlodbc\winbuild\psqlodbc.vcxproj]
connection.obj : error LNK2001: unresolved external symbol appendPQExpBufferStr (EC Symbol) [C:\repos\psqlodbc\winbuild\psqlodbc.vcxproj]
connection.obj : error LNK2001: unresolved external symbol #appendPQExpBufferStr (EC Symbol) [C:\repos\psqlodbc\winbuild\psqlodbc.vcxproj]
connection.obj : error LNK2001: unresolved external symbol PQgetssl (EC Symbol) [C:\repos\psqlodbc\winbuild\psqlodbc.vcxproj]
connection.obj : error LNK2001: unresolved external symbol #PQgetssl (EC Symbol) [C:\repos\psqlodbc\winbuild\psqlodbc.vcxproj]
connection.obj : error LNK2001: unresolved external symbol PQexec (EC Symbol) [C:\repos\psqlodbc\winbuild\psqlodbc.vcxproj]
connection.obj : error LNK2001: unresolved external symbol #PQexec (EC Symbol) [C:\repos\psqlodbc\winbuild\psqlodbc.vcxproj]
connection.obj : error LNK2001: unresolved external symbol PQfinish (EC Symbol) [C:\repos\psqlodbc\winbuild\psqlodbc.vcxproj]
connection.obj : error LNK2001: unresolved external symbol #PQfinish (EC Symbol) [C:\repos\psqlodbc\winbuild\psqlodbc.vcxproj]
connection.obj : error LNK2001: unresolved external symbol PQgetCancel (EC Symbol) [C:\repos\psqlodbc\winbuild\psqlodbc.vcxproj]
connection.obj : error LNK2001: unresolved external symbol #PQgetCancel (EC Symbol) [C:\repos\psqlodbc\winbuild\psqlodbc.vcxproj]
connection.obj : error LNK2001: unresolved external symbol initPQExpBuffer (EC Symbol) [C:\repos\psqlodbc\winbuild\psqlodbc.vcxproj]
connection.obj : error LNK2001: unresolved external symbol #initPQExpBuffer (EC Symbol) [C:\repos\psqlodbc\winbuild\psqlodbc.vcxproj]
connection.obj : error LNK2001: unresolved external symbol termPQExpBuffer (EC Symbol) [C:\repos\psqlodbc\winbuild\psqlodbc.vcxproj]
connection.obj : error LNK2001: unresolved external symbol #termPQExpBuffer (EC Symbol) [C:\repos\psqlodbc\winbuild\psqlodbc.vcxproj]
connection.obj : error LNK2001: unresolved external symbol PQerrorMessage (EC Symbol) [C:\repos\psqlodbc\winbuild\psqlodbc.vcxproj]
connection.obj : error LNK2001: unresolved external symbol #PQerrorMessage (EC Symbol) [C:\repos\psqlodbc\winbuild\psqlodbc.vcxproj]
connection.obj : error LNK2001: unresolved external symbol PQsendQuery (EC Symbol) [C:\repos\psqlodbc\winbuild\psqlodbc.vcxproj]
connection.obj : error LNK2001: unresolved external symbol #PQsendQuery (EC Symbol) [C:\repos\psqlodbc\winbuild\psqlodbc.vcxproj]
connection.obj : error LNK2001: unresolved external symbol PQserverVersion (EC Symbol) [C:\repos\psqlodbc\winbuild\psqlodbc.vcxproj]
connection.obj : error LNK2001: unresolved external symbol #PQserverVersion (EC Symbol) [C:\repos\psqlodbc\winbuild\psqlodbc.vcxproj]
connection.obj : error LNK2001: unresolved external symbol PQresultErrorField (EC Symbol) [C:\repos\psqlodbc\winbuild\psqlodbc.vcxproj]
connection.obj : error LNK2001: unresolved external symbol #PQresultErrorField (EC Symbol) [C:\repos\psqlodbc\winbuild\psqlodbc.vcxproj]
connection.obj : error LNK2001: unresolved external symbol PQconninfoParse (EC Symbol) [C:\repos\psqlodbc\winbuild\psqlodbc.vcxproj]
connection.obj : error LNK2001: unresolved external symbol #PQconninfoParse (EC Symbol) [C:\repos\psqlodbc\winbuild\psqlodbc.vcxproj]
connection.obj : error LNK2001: unresolved external symbol PQstatus (EC Symbol) [C:\repos\psqlodbc\winbuild\psqlodbc.vcxproj]
connection.obj : error LNK2001: unresolved external symbol #PQstatus (EC Symbol) [C:\repos\psqlodbc\winbuild\psqlodbc.vcxproj]
connection.obj : error LNK2001: unresolved external symbol PQcmdStatus (EC Symbol) [C:\repos\psqlodbc\winbuild\psqlodbc.vcxproj]
connection.obj : error LNK2001: unresolved external symbol #PQcmdStatus (EC Symbol) [C:\repos\psqlodbc\winbuild\psqlodbc.vcxproj]
connection.obj : error LNK2001: unresolved external symbol appendPQExpBuffer (EC Symbol) [C:\repos\psqlodbc\winbuild\psqlodbc.vcxproj]
connection.obj : error LNK2001: unresolved external symbol #appendPQExpBuffer (EC Symbol) [C:\repos\psqlodbc\winbuild\psqlodbc.vcxproj]
connection.obj : error LNK2001: unresolved external symbol PQresultStatus (EC Symbol) [C:\repos\psqlodbc\winbuild\psqlodbc.vcxproj]
connection.obj : error LNK2001: unresolved external symbol #PQresultStatus (EC Symbol) [C:\repos\psqlodbc\winbuild\psqlodbc.vcxproj]
connection.obj : error LNK2001: unresolved external symbol PQgetvalue (EC Symbol) [C:\repos\psqlodbc\winbuild\psqlodbc.vcxproj]
connection.obj : error LNK2001: unresolved external symbol #PQgetvalue (EC Symbol) [C:\repos\psqlodbc\winbuild\psqlodbc.vcxproj]
connection.obj : error LNK2001: unresolved external symbol PQconnectionNeedsPassword (EC Symbol) [C:\repos\psqlodbc\winbuild\psqlodbc.vcxproj]
connection.obj : error LNK2001: unresolved external symbol #PQconnectionNeedsPassword (EC Symbol) [C:\repos\psqlodbc\winbuild\psqlodbc.vcxproj]
connection.obj : error LNK2001: unresolved external symbol PQsetSingleRowMode (EC Symbol) [C:\repos\psqlodbc\winbuild\psqlodbc.vcxproj]
connection.obj : error LNK2001: unresolved external symbol #PQsetSingleRowMode (EC Symbol) [C:\repos\psqlodbc\winbuild\psqlodbc.vcxproj]
connection.obj : error LNK2001: unresolved external symbol printfPQExpBuffer (EC Symbol) [C:\repos\psqlodbc\winbuild\psqlodbc.vcxproj]
connection.obj : error LNK2001: unresolved external symbol #printfPQExpBuffer (EC Symbol) [C:\repos\psqlodbc\winbuild\psqlodbc.vcxproj]
execute.obj : error LNK2001: unresolved external symbol resetPQExpBuffer (EC Symbol) [C:\repos\psqlodbc\winbuild\psqlodbc.vcxproj]
execute.obj : error LNK2001: unresolved external symbol #resetPQExpBuffer (EC Symbol) [C:\repos\psqlodbc\winbuild\psqlodbc.vcxproj]
qresult.obj : error LNK2001: unresolved external symbol PQgetisnull (EC Symbol) [C:\repos\psqlodbc\winbuild\psqlodbc.vcxproj]
qresult.obj : error LNK2001: unresolved external symbol #PQgetisnull (EC Symbol) [C:\repos\psqlodbc\winbuild\psqlodbc.vcxproj]
statement.obj : error LNK2001: unresolved external symbol PQnparams (EC Symbol) [C:\repos\psqlodbc\winbuild\psqlodbc.vcxproj]
statement.obj : error LNK2001: unresolved external symbol #PQnparams (EC Symbol) [C:\repos\psqlodbc\winbuild\psqlodbc.vcxproj]
statement.obj : error LNK2001: unresolved external symbol PQexecPrepared (EC Symbol) [C:\repos\psqlodbc\winbuild\psqlodbc.vcxproj]
statement.obj : error LNK2001: unresolved external symbol #PQexecPrepared (EC Symbol) [C:\repos\psqlodbc\winbuild\psqlodbc.vcxproj]
statement.obj : error LNK2001: unresolved external symbol PQparamtype (EC Symbol) [C:\repos\psqlodbc\winbuild\psqlodbc.vcxproj]
statement.obj : error LNK2001: unresolved external symbol #PQparamtype (EC Symbol) [C:\repos\psqlodbc\winbuild\psqlodbc.vcxproj]
statement.obj : error LNK2001: unresolved external symbol PQdescribePrepared (EC Symbol) [C:\repos\psqlodbc\winbuild\psqlodbc.vcxproj]
statement.obj : error LNK2001: unresolved external symbol #PQdescribePrepared (EC Symbol) [C:\repos\psqlodbc\winbuild\psqlodbc.vcxproj]
statement.obj : error LNK2001: unresolved external symbol PQprepare (EC Symbol) [C:\repos\psqlodbc\winbuild\psqlodbc.vcxproj]
statement.obj : error LNK2001: unresolved external symbol #PQprepare (EC Symbol) [C:\repos\psqlodbc\winbuild\psqlodbc.vcxproj]
..\arm64_Unicode_Release\psqlodbc35w.dll : fatal error LNK1120: 98 unresolved externals [C:\repos\psqlodbc\winbuild\psqlodbc.vcxproj]
0 Warning(s)
99 Error(s)
Time Elapsed 00:00:02.48 This is my $Env:CL="/I`"C:\OpenSSL-Win64-ARM\include`" /link /LIBPATH:`"C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.43.34808\lib\arm64`" /LIBPATH:`"C:\Program Files (x86)\Windows Kits\10\Lib\10.0.22621.0\um\arm64`" /LIBPATH:`"C:\Program Files (x86)\Windows Kits\10\Lib\10.0.22621.0\ucrt\arm64`" /LIBPATH:`"C:\OpenSSL-Win64-ARM\lib\VC\arm64\MD`"" The main differences I can think of are |
Hi. Although I'm unsure I can help you, I'll share notes from my memo. I needed to use
There is a workaround using an environment variable. SET CONFIGURATION=Release Are you going to link OpenSSL (
If you are going to build PostgreSQL ( As far as I know, there is no official OpenSSL This
This symbol should prefix /*
* Perform work within a launched parallel process.
*/
void
_brin_parallel_build_main(dsm_segment *seg, shm_toc *toc)
{
// ...
} Fix src/tools/msvc_gendef.pl | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/tools/msvc_gendef.pl b/src/tools/msvc_gendef.pl
index 404076dbbc..c23320b1d2 100644
--- a/src/tools/msvc_gendef.pl
+++ b/src/tools/msvc_gendef.pl
@@ -122,7 +122,7 @@ sub writedef
# Strip the leading underscore for win32, but not x64
$f =~ s/^_//
- unless ($arch eq "x86_64");
+ unless ($arch eq 'x86_64' || $arch eq 'aarch64');
# Emit just the name if it's a function symbol, or emit the name
# decorated with the DATA option for variables.
@@ -143,7 +143,7 @@ sub writedef
sub usage
{
die("Usage: msvc_gendef.pl --arch <arch> --deffile <deffile> --tempdir <tempdir> files-or-directories\n"
- . " arch: x86 | x86_64\n"
+ . " arch: x86 | x86_64 | aarch64\n"
. " deffile: path of the generated file\n"
. " tempdir: directory for temporary files\n"
. " files or directories: object files or directory containing object files\n"
@@ -160,7 +160,7 @@ GetOptions(
'tempdir:s' => \$tempdir,) or usage();
usage("arch: $arch")
- unless ($arch eq 'x86' || $arch eq 'x86_64');
+ unless ($arch eq 'x86' || $arch eq 'x86_64' || $arch eq 'aarch64');
my @files;
Delete generated Check
This link target is |
Windows for ARM does not seem to like Intel x64 drivers. If you try to create a data source against any Intel x64 driver you get an error message. It seems that Intel x64 applications are expected to use ARM ODBC drivers.
The text was updated successfully, but these errors were encountered: