attached userguide updates for this patch... On Friday 09 January 2004 14:44, Alexander Malysh wrote: > ok, here we go ;) > > version 2 of this patch does: > replace --with-mysql ---> --with-mysql-dir > replace --enable-[mysql|oracle|sqlite|sdb] ---> > --with-[mysql|oracle|sqlite| sdb] > > > Comments and vetos/votes please! > > On Friday 09 January 2004 12:56, Stipe Tolj wrote: > > Alexander Malysh wrote: > > > Hi Stipe, > > > > > > I hope you are healthy now ;) > > > > sort of ;) > > > > > It's fine with me to change things as follow: > > > --with-[mysql|sdb|oracle] enable XXX support > > > --with-[mysql|sdb|oracle]-dir specify XXX install directory > > > > > > I'm volunteer if no objections there? > > > > yep, got for it! :) > > > > I'll review the patch meanwhile and if you you re-post it you'll get a > > vote. > > > > Stipe > > > > mailto:[EMAIL PROTECTED] > > ------------------------------------------------------------------- > > Wapme Systems AG > > > > M�nsterstr. 248 > > 40470 D�sseldorf, NRW, Germany > > > > phone: +49.211.74845.0 > > fax: +49.211.74845.299 > > > > mailto:[EMAIL PROTECTED] > > http://www.wapme-systems.de/ > > ------------------------------------------------------------------- > > > > -----BEGIN PGP PUBLIC KEY BLOCK----- > > Version: GnuPG v1.2.2 (Cygwin) > > > > mIsEP6mcYwEEAMDnUiUwrbb+xwTFWN6TxF2+XZu7/alwJMeCwMBRvXtPZqfjpPhS > > OkBpU0F4TrVuugz1HINTSaJTYq10AzDQXp5NkyWgckqW79nPAWuOX0dicbJk+cN2 > > nM2TI4KaxUDe6u8hghNEnH/i2lXsUu9apnP/iixzV81VC2je3uc9hZpnAAYptEVT > > dGlwZSBUb2xqIChUZWNobm9sb2d5IENlbnRlciAmIFJlc2VhcmNoIExhYikgPHRv > > bGpAd2FwbWUtc3lzdGVtcy5kZT6ItAQTAQIAHgUCP6mcYwIbAwYLCQgHAwIDFQID > > AxYCAQIeAQIXgAAKCRABV0w1BqPYRuSqA/wPzsQxao2YePENCtgRTrO86U6zg3sl > > OcS6CJFI4FZP5h/xD3GRsNH1+MPSvZlomDdpFnr547DGz/Kq9MXuQwVvlVig5yWZ > > K5dtKp1r5YLhxJQBhfirZbRFFnYmf19f18J8OoS28tuFVftDl1AIwJS3HLyBTv6H > > g2HyLAEKQIp30Q== > > =aYCI > > -----END PGP PUBLIC KEY BLOCK-----
-- Best regards / Mit besten Gr��en aus D�sseldorf Dipl.-Ing. Alexander Malysh ___________________________________________ Centrium GmbH Vogelsanger Weg 80 40470 D�sseldorf Fon: +49 (0211) 74 84 51 80 Fax: +49 (0211) 277 49 109 email: [EMAIL PROTECTED] web: www.centrium.de msn: [EMAIL PROTECTED] icq: 98063111 ___________________________________________ Please avoid sending me Word, Excel or PowerPoint attachments. See http://www.fsf.org/philosophy/no-word-attachments.html
Index: doc/userguide/userguide.xml =================================================================== RCS file: /home/cvs/gateway/doc/userguide/userguide.xml,v retrieving revision 1.259 diff -a -u -r1.259 userguide.xml --- doc/userguide/userguide.xml 8 Jan 2004 17:27:15 -0000 1.259 +++ doc/userguide/userguide.xml 9 Jan 2004 14:19:38 -0000 @@ -612,12 +612,36 @@ Enable using PAM for authentication of sendsms users for smsbox.</para></listitem> - <listitem><para><literal>--enable-oracle</literal> + <listitem><para><literal>--with-mysql</literal> - Enable using Oracle OCI libraries for Oracle 8i/9i dbpool and - dlr support.</para></listitem> + Enable using MySQL libraries for DBPool and + DLR support.</para></listitem> - <!-- XXX DAVI add mysql, openssl and others in here --> + <listitem><para><literal>--with-mysql-dir=</literal><replaceable>DIR</replaceable> + + Where to look for MySQL libs and header files. + DIR points to the installation of MySQL.</para></listitem> + + <listitem><para><literal>--with-sdb</literal> + + Enable using LibSDB libraries for dlr support. + <emphasis>Attention: No DBPool support and LibSDB doesn't support + permanent database connections.</emphasis></para></listitem> + + <listitem><para><literal>--with-oracle</literal> + + Enable using Oracle OCI-Libraries for Oracle 8i/9i DBPool and + DLR support.</para></listitem> + + <listitem><para><literal>--with-oracle-includes=</literal><replaceable>DIR</replaceable> + + Where to look for Oracle OCI-Header files.</para></listitem> + + <listitem><para><literal>--with-oracle-libs=</literal><replaceable>DIR</replaceable> + + Where to look for Oracle OCI-Library files.</para></listitem> + + <!-- XXX DAVI add openssl and others in here --> </itemizedlist> </para>
