Skip to content
This repository has been archived by the owner on Jan 22, 2024. It is now read-only.

Library not found issue #10

Open
JPMallow opened this issue Jul 11, 2014 · 6 comments
Open

Library not found issue #10

JPMallow opened this issue Jul 11, 2014 · 6 comments

Comments

@JPMallow
Copy link

Hi,

I want to integrate the PosgresSQL server in one of my mac app. I just build manually and created the PGClient framework (As per https://github.com/djthorpe/postgresql-kit/wiki/PGClientKit). But it throws an exception at runtime(Build successful).

Exception:
dyld: Library not loaded: @executable_path/../Frameworks/PGClientKit.framework/Versions/A/PGClientKit

Can you help me regarding this?

@JPMallow
Copy link
Author

I have solved this issue by just pasting the framework in /Library/Frameworks where as earlier i placed in my project folder.

Thanks!

@pschwalb
Copy link

Hi
I have a problem
First
I have to choose the DB-System to use Mysql or Postgres

  • which is better ?
    Second
    how can I access the data ?

I used both frameworks in Xcode
but I had no success to connect to the database

So I would appreciate help which is the better DB regarding Performance
and how do I use the framework for connect and SQL statements

Thank you for any help to solve this issue

I am using Mac Os 10.9 and xcode 5.1.1

Many thanks

Am 11.07.2014 um 11:43 schrieb JPMallow [email protected]:

I have solved this issue by just pasting the framework in /Library/Frameworks where as earlier i placed in my project folder.

Thanks!


Reply to this email directly or view it on GitHub.

@pschwalb
Copy link

I tried to analyze sequel pro to find out how to connect to a database but I didn’t find out how to do it.
Am 11.07.2014 um 11:57 schrieb Schwalb Peter [email protected]:

Hi
I have a problem
First
I have to choose the DB-System to use Mysql or Postgres

  • which is better ?
    Second
    how can I access the data ?

I used both frameworks in Xcode
but I had no success to connect to the database

So I would appreciate help which is the better DB regarding Performance
and how do I use the framework for connect and SQL statements

Thank you for any help to solve this issue

I am using Mac Os 10.9 and xcode 5.1.1

Many thanks

Am 11.07.2014 um 11:43 schrieb JPMallow [email protected]:

I have solved this issue by just pasting the framework in /Library/Frameworks where as earlier i placed in my project folder.

Thanks!


Reply to this email directly or view it on GitHub.

@JPMallow
Copy link
Author

Did you tried to build the PGClient framework (https://github.com/djthorpe/postgresql-kit/wiki/PGClientKit)?

@pschwalb
Copy link

No I tried to compile it
first I had troubles with openssl I deactivated the compile
Than I have the following error

ld: file not found: /Users/peter/Library/Developer/Xcode/DerivedData/postgresql-kit-fcfhsxcgbhummxfiuktfgzxsixav/Build/Products/Debug/openssl-current-mac_x86_64/lib/libcrypto.a
Command /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld failed with exit code 1
So it seems that openssl ist not removed from compile completely

Am 11.07.2014 um 12:38 schrieb JPMallow [email protected]:

Did you tried to build the PGClient framework (https://github.com/djthorpe/postgresql-kit/wiki/PGClientKit)?


Reply to this email directly or view it on GitHub.

@pschwalb
Copy link

Hi

I finally succeeded and have a connection and can select 1 Row;
So the rest is programming my application and the rest of sql syntax

many greetings

Am 11.07.2014 um 12:38 schrieb JPMallow [email protected]:

Did you tried to build the PGClient framework (https://github.com/djthorpe/postgresql-kit/wiki/PGClientKit)?


Reply to this email directly or view it on GitHub.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants