>Hi,
>
>Can any one direct me, how to enable Mysql DLR. I found it in dlr.c, and
>could not compile it properly. So it could greatful help, if someone can
>write the steps to enable it.
>
>Shridhar

- make sure you use latest CVS. There has been some changes a few days ago.
- edit gw/dlr.c to have your username/password/table names set to 
what you need.
   also make sure you have the table created in mysql and the username 
has the right to access & update the table.

do a

./configure --with-mysql=/usr --enable-mysql-dlr

Explanation:

--with-mysql=/usr
    makes sure the compilation finds the library libmysqlclient which 
is in my case /usr/lib. The default is /usr/local/lib.

--enable-mysql-dlr

makes sure DLR uses mysql.

-- 

Andreas Fink
Fink-Consulting

------------------------------------------------------------------
Tel: +41-61-6932730 Fax: +41-61-6932729  Mobile: +41-79-2457333
Address: A. Fink, Schwarzwaldallee 16, 4058 Basel, Switzerland
E-Mail:  [EMAIL PROTECTED]  Homepage: http://www.finkconsulting.com
------------------------------------------------------------------
Something urgent? Try http://www.smsrelay.com/  Nickname afink

Reply via email to