[Mysql-cocoa-users] Re: SMySQL install Q
Brought to you by:
sergecohen
|
From: Serge C. <co...@em...> - 2002-06-06 12:37:45
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 For a quick (and I hope clear) answer:=0D =0D 0. I can send you a libmysqlclient.dylib version, it should work but =0D needs to be placed in /usr/local/lib .... (requires root access).=0D =0D 1. Use our SMySQL framework, it's under GPL, which as far as I know just = =0D forces you to be free source, but you still can sell your software (as =0D= long as it comes with source, or source be freely available and =0D modifiable by user).=0D =0D 2. More precisely use the SMySQL_fully_embeded target together with =0D embdevelopment (or embdeployement) build style of the framework (which =0D= by the way should allow you to compile without having to install any =0D MySQL source on your machine, as sources are coming with it).=0D =0D =0D Serge.=0D =0D PS: There is a recent branch, available only on CVS (called version-2), =0D= which is largely extendeed from the previous version. This will be the =0D= next "stable" version of the framework, so I recommend you use this new =0D= version.=0D =0D Le mercredi 5 juin 2002, =C3=A0 10:56 PM, Mario Scarpa a =C3=A9crit :=0D =0D > Hi Serge,=0D >=0D > thanks for the prompt reply (there 're companies with loooots of =0D > developers where=0D > you never get a mail from so, at least at this level, your support is =0D= > not the one of a=0D > part time project ;-)).=0D >=0D > Back to us. What I want to do is pretty simple: I 've done (well, am =0D= > doing is maybe=0D > more appropriate) a little utility to manage a database of audio CDs =0D= > which has MySQL=0D > support so that the users are able to post, retrieve and search the DB = =0D > while being=0D > online. I have used the C API of course but once I compile the app, = the =0D > dynamic lib=0D > libmysqlclient is needed to make the app work. My wishes are:=0D >=0D > 1. use a more "cocoa" approach and thus find a MySQL Framework around =0D= > the=0D > C API.=0D > 2. be able to ship my app as a self-contained and self-sufficient =0D > program with no=0D > need to install another dynamic lib into some special location =0D > outside the bundle.=0D >=0D > Ok, I'm not a full time developer and probably the solution is silly =0D= > but I still can't find=0D > a definitive answer to my needs. Have you got any hint ?=0D >=0D > Thanks again and talk you soon,=0D > Mario.=0D >=0D >=0D - ----------------------------------------------------=0D Serge Cohen=0D =0D GPG Key ID: 1024D/69B1D346=0D - ----------------------------------------------------=0D -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (Darwin) Comment: For info see http://www.gnupg.org iD8DBQE8/1hSMygj1Wmx00YRAgfeAJ417DYLMUSg94OGuwrXZxq30AM3LACeJqvm G+S/FhlTGLb0Y8nmkn3f5pI=3D =3DAEiR -----END PGP SIGNATURE----- |