> -----Original Message----- > From: Navjot Singh [mailto:[EMAIL PROTECTED]] > > hi all,
Hi . > Now, I have cleaned up 1.0.3 from my system and trying to > install 1.1.6 on > the system as i want to use DLRs. > 4. touch depend ; make depend touch depend ? why ? what had depend done to you ? stop touching it please, you're breaking Makefile's concentration. > Now where are conf files lying? There is no conf file under > /usr/local/kannel There are sample configuration files under doc/. you're supposed to roll your own, you don't get defaults. > Now i want to compile the mysql/DLR as option. But the > "./configure --disable-docs --with-dlr-mysql > --with-mysql=/usr/local/mysql" use --with-dlr=mysql . also there's a problem with MySQL detection in a /usr/local/mysql type install - what I did was to link the mysql incude directory as /usr/include/mysql and the lib directory as /usr/lib/mysql and then used --with-mysql=/usr. also compatible with prefix=/usr type of MySQL install, so I can use the same SRPM in both scenarios. -- Oded Arbel m-Wise Mobile Solutions [EMAIL PROTECTED] Mobile: +972-67-340014 Tel: +972-9-9581711 (ext: 116) ::.. Self-confidence isn't everything, its the only thing.
