Re: In depth reading material for configuring Kannel and Hack the PHP part

2011-08-19 Thread Ashvin Savani
Anyone? Regards, Ashvin Savani | *CEO* *Avinashi Group of Companies* | *Excellence Everywhere!* *Call:* +91 9825056565 | +91 903930 | +91 261 2453067 *Web:* avinashi.com | scrubly.com | smsbrain.in On Thu, Aug 18, 2011 at 9:26 PM, Ashvin Savani wrote: > Hi, > > I read the manual availa

Re: In depth reading material for configuring Kannel and Hack the PHP part

2011-08-19 Thread Mpeirwe Benjamin
The first bit: Get kannel installed and ensure it is up and running. The rest will fall in. So do you have kannel up and running? I am afraid you will not find everything in one go. It will be in bits and pieces. On Fri, Aug 19, 2011 at 10:46 AM, Ashvin Savani wrote: > Anyone? > > > Regards, >

libmysqlclient10-dev

2011-08-19 Thread Marcin
Hi I have problem with library (libmysqlclient10-dev). Is there a way to install it on ubuntu 11.04 and Debian? I've found library named libmysqlclient16-dev but they are not compatibile. -- Iwan

system-type on MO

2011-08-19 Thread Nicolas de Bari Embriz Garcia Rojas
Any idea of how to get the system-type on an MO via the get-url? regards.

Re: libmysqlclient10-dev

2011-08-19 Thread Willy Mularto
apt-get install package-name On Aug 19, 2011, at 3:18 PM, Marcin wrote: > Hi > > I have problem with library (libmysqlclient10-dev). Is there a way to install > it on ubuntu 11.04 and Debian? I've found library named libmysqlclient16-dev > but they are not compatibile. > > -- > Iwan > Wil

Re: libmysqlclient10-dev

2011-08-19 Thread Marcin
"E: Package 'libmysqlclient10-dev' has no installation candidate" any ideas? On 19.08.2011 10:27, Willy Mularto wrote: apt-get install package-name On Aug 19, 2011, at 3:18 PM, Marcin wrote: Hi I have problem with library (libmysqlclient10-dev). Is there a way to install it on ubuntu

Re: libmysqlclient10-dev

2011-08-19 Thread Willy Mularto
#dpkg --get-selections |grep mysql and see what it shows On Aug 19, 2011, at 3:31 PM, Marcin wrote: > > "E: Package 'libmysqlclient10-dev' has no installation candidate" any ideas? > > On 19.08.2011 10:27, Willy Mularto wrote: >> apt-get install package-name >> >> >> >> On Aug 19, 2011, a

Re: libmysqlclient10-dev

2011-08-19 Thread Marcin
libmysqlclient-devinstall libmysqlclient16install libmysqlclient16-dev I see that there is similar library, but how can I force older version or write in kannel source code reference to new one? On 19.08.2011 10:45, Willy Mularto wrote: #dpkg --get-selections

Re: libmysqlclient10-dev

2011-08-19 Thread Willy Mularto
install libmysqlclient-dev and libmysqlclient16 cmiiw On Aug 19, 2011, at 3:46 PM, Marcin wrote: > libmysqlclient-devinstall > libmysqlclient16install > libmysqlclient16-dev > > I see that there is similar library, but how can I force older version or > write i

Re: libmysqlclient10-dev

2011-08-19 Thread Marcin
libmysqlclient-dev - INSTALLED libmysqlclient16 - INSTALLED cmiiw - no such package The same error. On 19.08.2011 10:49, Willy Mularto wrote: install libmysqlclient-dev and libmysqlclient16 cmiiw On Aug 19, 2011, at 3:46 PM, Marcin wrote: libmysqlclient-devinstall libmys

Re: libmysqlclient10-dev

2011-08-19 Thread Milan P. Stanic
On Fri, 2011-08-19 at 10:31, Marcin wrote: > > "E: Package 'libmysqlclient10-dev' has no installation candidate" > any ideas? I'm not sure but I think that the libmysqlclient10 quite outdated so it is not in the Debian/Ubuntu repository. Kannel works quite well with libmysqlclient16 from the 1.4

Re: libmysqlclient10-dev

2011-08-19 Thread Willy Mularto
cmiiw is not package name, it means Correct If I' m Wrong ;) have you restart your linux machine? On Aug 19, 2011, at 3:52 PM, Marcin wrote: > libmysqlclient-dev - INSTALLED > > libmysqlclient16 - INSTALLED > > cmiiw - no such package > > The same error. > > > On 19.08.2011 10:49, Willy Mul

Re: libmysqlclient10-dev

2011-08-19 Thread Marcin
Upss sorry ;) Yes, mysql devel tools was installed yestarday. Maybe I do something wrong - scenario what I do: 1. download latest trunk from svn 2. ./configure --with-mysql 3. dpkg-buildpackage And then I get error about library. Is it possible that kannel include old library and do not recog

Re: libmysqlclient10-dev

2011-08-19 Thread Willy Mularto
maybe you need apt-get upgrade all -y it will upgrade all packages. and after that try to reconfigure Kannel On Aug 19, 2011, at 4:01 PM, Milan P. Stanic wrote: > On Fri, 2011-08-19 at 10:31, Marcin wrote: >> >> "E: Package 'libmysqlclient10-dev' has no installation candidate" >> any ideas? >

Re: libmysqlclient10-dev

2011-08-19 Thread Milan P. Stanic
On Fri, 2011-08-19 at 16:14, Willy Mularto wrote: > maybe you need apt-get upgrade all -y > it will upgrade all packages. and after that try to reconfigure Kannel No. libmyasqlclient10 is outdated in Debian/Ubuntu. It could be found in archive: http://archive.debian.org/debian/pool/main/m/mysql/

Re: In depth reading material for configuring Kannel and Hack the PHP part

2011-08-19 Thread Ashvin Savani
Hi, Thanks for the reply. I've installed it and working fine. Currently I am working to configure it for DLRs to MySQL database. And then later would like to modify PHP stuff to customize the interface. Regards, Ashvin Savani | *CEO* *Avinashi Group of Companies* | *Excellence Everywhere!* *C

Re: libmysqlclient10-dev

2011-08-19 Thread Alvaro Cornejo
Hi I don't know debian but why would you do 1. download latest trunk from svn 2. ./configure --with-mysql 3. dpkg-buildpackage instead of 1. download latest trunk from svn 2. ./configure --with-mysql 3. make 4. make install Maybe there is sometinng in the dpkg-buildpackage ?? |--

Re: Send command to Operator

2011-08-19 Thread Wendy William
genius! btw, it's not a cons imho (according to my case), because the command to check phone balance is a fix command. i'm using simple php file_get_contents() to parse the result. thanks very much Alvaro! - Original Message > From: Alvaro Cornejo > To: Wendy William > Cc: amejia