Omnis Studio and Mac Sur

Stefan Csomor csomor at advancedconcepts.ch
Tue Oct 27 17:27:54 EDT 2020


Hi Terence

O$ 10 does not come with its own libpq binaries, since Big Sur does not have them either anymore, you must add them yourself eg:

Take the following binaries from https://www.enterprisedb.com/download-postgresql-binaries 10.14, copy from pgsql/lib

libcrypto
libssl
libpq

into Contents/Frameworks, then in Terminal

cd /PATH_TO_STUDIO_APP/Contents/Frameworks 

create using ln -s the following aliases pointing to libpq.5.X: libpq.5.dylib, libpq.dylib

# change the dependency in ssl
install_name_tool -change @loader_path/../lib/libcrypto.1.1.dylib @rpath/libcrypto.1.1.dylib libssl.1.1.dylib  
# change the dependency in libpq
install_name_tool -change @loader_path/../lib/libssl.1.1.dylib @rpath/libssl.1.1.dylib libpq.dylib
install_name_tool -change @loader_path/../lib/libcrypto.1.1.dylib @rpath/libcrypto.1.1.dylib libpq.dylib

If you have access to ODPP Beta, you can download an archive with these files from my ST/BE/1750

HTH,

Stefan

Am 27.10.20, 20:28 schrieb "omnisdev-en im Auftrag von Terence Young" <omnisdev-en-bounces at lists.omnis-dev.com im Auftrag von terry.young at journeymhc.org>:

    has anybody tried using Omnis on one of the beta versions of Mac Sur (version 11)
    
    Connecting to the omnis datafile or ODB crashes omnis when using Omnis Studio 10.1 25120
    Connecting to the omnis datafile or ODB works when using Omnis Studio 10.1 27575
    
    I cannot get a connection to postgres to work.
    
    Using postgresql-10.14-1-osx.dmg, I was able to load the psql command line tools; and, I was able to get a successful connection to postgres (version 10..)
    Using postgresql-10.14-1-osx.dmg, I was also able to load pgadmin; and, I was able to get successful connections to my servers
    
    I cannot get Omnis Studio 10.1 27575 to make a connection to postgresfrom my lib.  The trace log indicates the following...​
     dlopen(/volumnes//Applications/Omnis Studio10.1 27575.app/contents/MacOS/libpq.dylib,2): image not found
    
    Any help would be appreciated.
    
    terry
    
    
    Terence J. Young, DC
    
    System Administrator
    
    IT
    
    (608) 280-2679
    
    If you received this e-mail in error, please notify the sender, delete the e-mail, and do not use, disclose or store the information it contains. This e-mail and any attachments may contain confidential information, including records protected by WI Mental Health 51.30 and/or AODA federal confidentiality rules (42 CFR Part 2) – both prohibit you from making any further disclosure of this information unless further disclosure is expressly permitted by the written consent of the person to whom it pertains or as otherwise permitted by 51.30 or 42 CFR Part 2. A general authorization for the release of medical or other information is NOT sufficient for this purpose. Federal rules restrict any use of this information to criminally investigate or prosecute any alcohol or drug abuse client.
    _____________________________________________________________
    Manage your list subscriptions at http://lists.omnis-dev.com
    Start a new message -> mailto:omnisdev-en at lists.omnis-dev.com 
    



More information about the omnisdev-en mailing list