Re: libmysqlclient10-dev

2011-08-22 Thread Milan P. Stanic
Hi Marcin,

On Mon, 2011-08-22 at 13:06, Marcin wrote:
> Problem temporary solved.
> 
> Replacing in files:
> debian/contrib
> debian/contrib .devel
> debian/contrib .stable
> 
> line:
> Build-Depends: debhelper (>> 4.0.0), libxml2-dev, libssl-dev,
> openssl, *libmysqlclient10-dev*, libpam0g-dev
> 
> to line:
> Build-Depends: debhelper (>> 4.0.0), libxml2-dev, libssl-dev,
> openssl, *libmysqlclient-dev*, libpam0g-dev

I found on new rules file for Debian version at:
http://anonscm.debian.org/gitweb/?p=collab-maint/kannel.git;a=blob_plain;f=debian/rules;h=771f863070e9eedb9e255eda05eaabd81dce7afe;hb=HEAD
 
This rules file is rewritten to CDBS and it works.
I don't have to invent "warm water" ;-)

I compiled SVN Kannel without problem.

> Thanks for your time and help. Good day
> 
> On 22.08.2011 10:54, Milan P. Stanic wrote:
> >On Mon, 2011-08-22 at 10:36, Marcin wrote:
> >>I was trying from svn - now I've downloaded redmine files, but the
> >>same problem with dpkg-buildpackage occures.
> >I'm sorry, I can't help right now.
> >I'm trying to rewrite Debian scripts to CDBS for Kannel to make my life
> >with Kannel a little easier. :)
> >
> >>On 22.08.2011 10:26, Milan P. Stanic wrote:
> >>>On Mon, 2011-08-22 at 02:49, Marcin Kulawinek wrote:
> >>>>The second way works fine, that is why I'm very curious why
> >>>>dpkg-buildpackage do not work as it should. If libraries are correct
> >>>>for ./configrue&&   make&&   make install so how they can't be for
> >>>>debian package tool?!
> >>>>
> >>>>I also dislike dev. tools on production, and distro package tools
> >>>>gives me nice, unified way to search and maintain installed
> >>>>software.
> >>>>
> >>>>How can I check who wrote scripts for buildpackage? Or should I
> >>>>write do dev list instead?
> >>>Which Kannel version you trying to build? I built 1.5.0 for
> >>>Debian/Ubuntu (i386 and amd64 arch) and files can be downloaded from
> >>>https://redmine.kannel.org/projects/kannel/files
> >>>
> >>>If you trying to build SVN version then I can't help right now. I'm
> >>>working on it these days and I hope I will finish it this week.
> >>>
> >>>>W dniu 2011-08-21 21:04, Milan P. Stanic pisze:
> >>>>>[ This is OT, but ... ]
> >>>>>On Fri, 2011-08-19 at 09:01, Alvaro Cornejo wrote:
> >>>>>>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 ??
> >>>>>There are many reasons to build software package using distribution
> >>>>>package tools, be it dpkg-buildpackage, rpm-build (I don't know exact
> >>>>>name) or package builder for other distributions or OS-es.
> >>>>>
> >>>>>First is separation between development and production environment. I
> >>>>>don't like to install development tools (compiler, dev libs, etc...) on
> >>>>>production systems.
> >>>>>
> >>>>>Another reason is install/remove/upgrade "clean path" using
> >>>>>distribution's package managers.
> >>>>>
> >>>>>And there are other reasons for sure.
> >>>>>
> >>>>>>|-----|
> >>>>>>Envíe y Reciba Datos y mensajes de Texto (SMS) hacia y desde cualquier
> >>>>>>celular y Nextel
> >>>>>>en el Perú, México y en mas de 180 paises. Use aplicaciones 2 vias via
> >>>>>>SMS y GPRS online
> >>>>>>   Visitenos en www.perusms.NET www.smsglobal.com.mx y
> >>>>>>www.pravcom.com
> >>>>>>
> >>>>>>
>

Re: libmysqlclient10-dev

2011-08-22 Thread Marcin

Problem temporary solved.

Replacing in files:
debian/contrib
debian/contrib .devel
debian/contrib .stable

line:
Build-Depends: debhelper (>> 4.0.0), libxml2-dev, libssl-dev, openssl, 
*libmysqlclient10-dev*, libpam0g-dev


to line:
Build-Depends: debhelper (>> 4.0.0), libxml2-dev, libssl-dev, openssl, 
*libmysqlclient-dev*, libpam0g-dev


Thanks for your time and help. Good day

On 22.08.2011 10:54, Milan P. Stanic wrote:

On Mon, 2011-08-22 at 10:36, Marcin wrote:

I was trying from svn - now I've downloaded redmine files, but the
same problem with dpkg-buildpackage occures.

I'm sorry, I can't help right now.
I'm trying to rewrite Debian scripts to CDBS for Kannel to make my life
with Kannel a little easier. :)


On 22.08.2011 10:26, Milan P. Stanic wrote:

On Mon, 2011-08-22 at 02:49, Marcin Kulawinek wrote:

The second way works fine, that is why I'm very curious why
dpkg-buildpackage do not work as it should. If libraries are correct
for ./configrue&&   make&&   make install so how they can't be for
debian package tool?!

I also dislike dev. tools on production, and distro package tools
gives me nice, unified way to search and maintain installed
software.

How can I check who wrote scripts for buildpackage? Or should I
write do dev list instead?

Which Kannel version you trying to build? I built 1.5.0 for
Debian/Ubuntu (i386 and amd64 arch) and files can be downloaded from
https://redmine.kannel.org/projects/kannel/files

If you trying to build SVN version then I can't help right now. I'm
working on it these days and I hope I will finish it this week.


W dniu 2011-08-21 21:04, Milan P. Stanic pisze:

[ This is OT, but ... ]
On Fri, 2011-08-19 at 09:01, Alvaro Cornejo wrote:

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 ??

There are many reasons to build software package using distribution
package tools, be it dpkg-buildpackage, rpm-build (I don't know exact
name) or package builder for other distributions or OS-es.

First is separation between development and production environment. I
don't like to install development tools (compiler, dev libs, etc...) on
production systems.

Another reason is install/remove/upgrade "clean path" using
distribution's package managers.

And there are other reasons for sure.


|-|
Envíe y Reciba Datos y mensajes de Texto (SMS) hacia y desde cualquier
celular y Nextel
en el Perú, México y en mas de 180 paises. Use aplicaciones 2 vias via
SMS y GPRS online
   Visitenos en www.perusms.NET www.smsglobal.com.mx y
www.pravcom.com



On Fri, Aug 19, 2011 at 4:27 AM, Milan P. Stanicwrote:

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/

I'm not sure how is wise to give advice to user who does not know much
about their system to go and play with package archives.


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?

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.3, I think.


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 11.04 and Debian? I've found library named libmysqlclient16-dev 
but they are not compatibile.

--
Iwan


Willy Mularto
F300HD+MR18DE (NLC1725)
http://www.binbit.co.id/









--
Kind regards,  Milan
--
Arvanta, IT Securityhttp://www.arvanta.net
Please do not send me e-mail containing HTML code.


Willy Mularto
F300HD+MR18DE (NLC1725)
http://www.binbit.co.id/









--
Kind regards,  Milan
--
Arvanta, IT Securityhttp://www.arvanta.net
Please do not send me e-mail containing HTML code.








Re: libmysqlclient10-dev

2011-08-22 Thread Marcin
:D If it is not a problem please give some info to the list if you 
success or you want someone to test new scripts.

Thanks for time and advices

On 22.08.2011 10:54, Milan P. Stanic wrote:

On Mon, 2011-08-22 at 10:36, Marcin wrote:

I was trying from svn - now I've downloaded redmine files, but the
same problem with dpkg-buildpackage occures.

I'm sorry, I can't help right now.
I'm trying to rewrite Debian scripts to CDBS for Kannel to make my life
with Kannel a little easier. :)


On 22.08.2011 10:26, Milan P. Stanic wrote:

On Mon, 2011-08-22 at 02:49, Marcin Kulawinek wrote:

The second way works fine, that is why I'm very curious why
dpkg-buildpackage do not work as it should. If libraries are correct
for ./configrue&&   make&&   make install so how they can't be for
debian package tool?!

I also dislike dev. tools on production, and distro package tools
gives me nice, unified way to search and maintain installed
software.

How can I check who wrote scripts for buildpackage? Or should I
write do dev list instead?

Which Kannel version you trying to build? I built 1.5.0 for
Debian/Ubuntu (i386 and amd64 arch) and files can be downloaded from
https://redmine.kannel.org/projects/kannel/files

If you trying to build SVN version then I can't help right now. I'm
working on it these days and I hope I will finish it this week.


W dniu 2011-08-21 21:04, Milan P. Stanic pisze:

[ This is OT, but ... ]
On Fri, 2011-08-19 at 09:01, Alvaro Cornejo wrote:

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 ??

There are many reasons to build software package using distribution
package tools, be it dpkg-buildpackage, rpm-build (I don't know exact
name) or package builder for other distributions or OS-es.

First is separation between development and production environment. I
don't like to install development tools (compiler, dev libs, etc...) on
production systems.

Another reason is install/remove/upgrade "clean path" using
distribution's package managers.

And there are other reasons for sure.


|-|
Envíe y Reciba Datos y mensajes de Texto (SMS) hacia y desde cualquier
celular y Nextel
en el Perú, México y en mas de 180 paises. Use aplicaciones 2 vias via
SMS y GPRS online
   Visitenos en www.perusms.NET www.smsglobal.com.mx y
www.pravcom.com



On Fri, Aug 19, 2011 at 4:27 AM, Milan P. Stanicwrote:

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/

I'm not sure how is wise to give advice to user who does not know much
about their system to go and play with package archives.


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?

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.3, I think.


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 11.04 and Debian? I've found library named libmysqlclient16-dev 
but they are not compatibile.

--
Iwan


Willy Mularto
F300HD+MR18DE (NLC1725)
http://www.binbit.co.id/









--
Kind regards,  Milan
--
Arvanta, IT Securityhttp://www.arvanta.net
Please do not send me e-mail containing HTML code.


Willy Mularto
F300HD+MR18DE (NLC1725)
http://www.binbit.co.id/









--
Kind regards,  Milan
--
Arvanta, IT Securityhttp://www.arvanta.net
Please do not send me e-mail containing HTML code.









Re: libmysqlclient10-dev

2011-08-22 Thread Milan P. Stanic
On Mon, 2011-08-22 at 10:36, Marcin wrote:
> I was trying from svn - now I've downloaded redmine files, but the
> same problem with dpkg-buildpackage occures.

I'm sorry, I can't help right now.
I'm trying to rewrite Debian scripts to CDBS for Kannel to make my life
with Kannel a little easier. :)
 
> On 22.08.2011 10:26, Milan P. Stanic wrote:
> >On Mon, 2011-08-22 at 02:49, Marcin Kulawinek wrote:
> >>The second way works fine, that is why I'm very curious why
> >>dpkg-buildpackage do not work as it should. If libraries are correct
> >>for ./configrue&&  make&&  make install so how they can't be for
> >>debian package tool?!
> >>
> >>I also dislike dev. tools on production, and distro package tools
> >>gives me nice, unified way to search and maintain installed
> >>software.
> >>
> >>How can I check who wrote scripts for buildpackage? Or should I
> >>write do dev list instead?
> >Which Kannel version you trying to build? I built 1.5.0 for
> >Debian/Ubuntu (i386 and amd64 arch) and files can be downloaded from
> >https://redmine.kannel.org/projects/kannel/files
> >
> >If you trying to build SVN version then I can't help right now. I'm
> >working on it these days and I hope I will finish it this week.
> >
> >>W dniu 2011-08-21 21:04, Milan P. Stanic pisze:
> >>>[ This is OT, but ... ]
> >>>On Fri, 2011-08-19 at 09:01, Alvaro Cornejo wrote:
> >>>>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 ??
> >>>There are many reasons to build software package using distribution
> >>>package tools, be it dpkg-buildpackage, rpm-build (I don't know exact
> >>>name) or package builder for other distributions or OS-es.
> >>>
> >>>First is separation between development and production environment. I
> >>>don't like to install development tools (compiler, dev libs, etc...) on
> >>>production systems.
> >>>
> >>>Another reason is install/remove/upgrade "clean path" using
> >>>distribution's package managers.
> >>>
> >>>And there are other reasons for sure.
> >>>
> >>>>|-|
> >>>>Envíe y Reciba Datos y mensajes de Texto (SMS) hacia y desde cualquier
> >>>>celular y Nextel
> >>>>en el Perú, México y en mas de 180 paises. Use aplicaciones 2 vias via
> >>>>SMS y GPRS online
> >>>>   Visitenos en www.perusms.NET www.smsglobal.com.mx y
> >>>>www.pravcom.com
> >>>>
> >>>>
> >>>>
> >>>>On Fri, Aug 19, 2011 at 4:27 AM, Milan P. Stanic   
> >>>>wrote:
> >>>>>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/
> >>>>>
> >>>>>I'm not sure how is wise to give advice to user who does not know much
> >>>>>about their system to go and play with package archives.
> >>>>>
> >>>>>>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?
> >>>>>>>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.3, I think.
> >>>>>>>
> >>&g

Re: libmysqlclient10-dev

2011-08-22 Thread Marcin
I was trying from svn - now I've downloaded redmine files, but the same 
problem with dpkg-buildpackage occures.


On 22.08.2011 10:26, Milan P. Stanic wrote:

On Mon, 2011-08-22 at 02:49, Marcin Kulawinek wrote:

The second way works fine, that is why I'm very curious why
dpkg-buildpackage do not work as it should. If libraries are correct
for ./configrue&&  make&&  make install so how they can't be for
debian package tool?!

I also dislike dev. tools on production, and distro package tools
gives me nice, unified way to search and maintain installed
software.

How can I check who wrote scripts for buildpackage? Or should I
write do dev list instead?

Which Kannel version you trying to build? I built 1.5.0 for
Debian/Ubuntu (i386 and amd64 arch) and files can be downloaded from
https://redmine.kannel.org/projects/kannel/files

If you trying to build SVN version then I can't help right now. I'm
working on it these days and I hope I will finish it this week.


W dniu 2011-08-21 21:04, Milan P. Stanic pisze:

[ This is OT, but ... ]
On Fri, 2011-08-19 at 09:01, Alvaro Cornejo wrote:

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 ??

There are many reasons to build software package using distribution
package tools, be it dpkg-buildpackage, rpm-build (I don't know exact
name) or package builder for other distributions or OS-es.

First is separation between development and production environment. I
don't like to install development tools (compiler, dev libs, etc...) on
production systems.

Another reason is install/remove/upgrade "clean path" using
distribution's package managers.

And there are other reasons for sure.


|-|
Envíe y Reciba Datos y mensajes de Texto (SMS) hacia y desde cualquier
celular y Nextel
en el Perú, México y en mas de 180 paises. Use aplicaciones 2 vias via
SMS y GPRS online
   Visitenos en www.perusms.NET www.smsglobal.com.mx y
www.pravcom.com



On Fri, Aug 19, 2011 at 4:27 AM, Milan P. Stanic   wrote:

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/

I'm not sure how is wise to give advice to user who does not know much
about their system to go and play with package archives.


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?

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.3, I think.


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 11.04 and Debian? I've found library named libmysqlclient16-dev 
but they are not compatibile.

--
Iwan


Willy Mularto
F300HD+MR18DE (NLC1725)
http://www.binbit.co.id/









--
Kind regards,  Milan
--
Arvanta, IT Securityhttp://www.arvanta.net
Please do not send me e-mail containing HTML code.


Willy Mularto
F300HD+MR18DE (NLC1725)
http://www.binbit.co.id/









--
Kind regards,  Milan
--
Arvanta, IT Securityhttp://www.arvanta.net
Please do not send me e-mail containing HTML code.









Re: libmysqlclient10-dev

2011-08-22 Thread Milan P. Stanic
On Mon, 2011-08-22 at 02:49, Marcin Kulawinek wrote:
> The second way works fine, that is why I'm very curious why
> dpkg-buildpackage do not work as it should. If libraries are correct
> for ./configrue && make && make install so how they can't be for
> debian package tool?!
> 
> I also dislike dev. tools on production, and distro package tools
> gives me nice, unified way to search and maintain installed
> software.
> 
> How can I check who wrote scripts for buildpackage? Or should I
> write do dev list instead?

Which Kannel version you trying to build? I built 1.5.0 for
Debian/Ubuntu (i386 and amd64 arch) and files can be downloaded from
https://redmine.kannel.org/projects/kannel/files

If you trying to build SVN version then I can't help right now. I'm
working on it these days and I hope I will finish it this week.

> W dniu 2011-08-21 21:04, Milan P. Stanic pisze:
> >[ This is OT, but ... ]
> >On Fri, 2011-08-19 at 09:01, Alvaro Cornejo wrote:
> >>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 ??
> >There are many reasons to build software package using distribution
> >package tools, be it dpkg-buildpackage, rpm-build (I don't know exact
> >name) or package builder for other distributions or OS-es.
> >
> >First is separation between development and production environment. I
> >don't like to install development tools (compiler, dev libs, etc...) on
> >production systems.
> >
> >Another reason is install/remove/upgrade "clean path" using
> >distribution's package managers.
> >
> >And there are other reasons for sure.
> >
> >>|-|
> >>Envíe y Reciba Datos y mensajes de Texto (SMS) hacia y desde cualquier
> >>celular y Nextel
> >>en el Perú, México y en mas de 180 paises. Use aplicaciones 2 vias via
> >>SMS y GPRS online
> >>   Visitenos en www.perusms.NET www.smsglobal.com.mx y
> >>www.pravcom.com
> >>
> >>
> >>
> >>On Fri, Aug 19, 2011 at 4:27 AM, Milan P. Stanic  wrote:
> >>>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/
> >>>
> >>>I'm not sure how is wise to give advice to user who does not know much
> >>>about their system to go and play with package archives.
> >>>
> >>>>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?
> >>>>>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.3, I think.
> >>>>>
> >>>>>>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 11.04 and Debian? I've found library named 
> >>>>>>>>libmysqlclient16-dev but they are not compatibile.
> >>>>>>>>
> >>>>>>>>--
> >>>>>>>>Iwan
> >>>>>>>>
> >>>>>>>Willy Mularto
> >>>>>>>F300HD+MR18DE (NLC1725)
> >>>>>>>http://www.binbit.co.id/
> >>>>>>>
> >>>>>>>
> >>>>>>>
> >>>>>>>
> >>>>>>>
> >>>>>>>
> >>>>>>>
> >>>>>>>
> >>>>>>
> >>>>>--
> >>>>>Kind regards,  Milan
> >>>>>--
> >>>>>Arvanta, IT Securityhttp://www.arvanta.net
> >>>>>Please do not send me e-mail containing HTML code.
> >>>>>
> >>>>Willy Mularto
> >>>>F300HD+MR18DE (NLC1725)
> >>>>http://www.binbit.co.id/
> >>>>
> >>>>
> >>>>
> >>>>
> >>>>
> >>>>
> >>>>
> >>>>
> >>>--
> >>>Kind regards,  Milan
> >>>--
> >>>Arvanta, IT Securityhttp://www.arvanta.net
> >>>Please do not send me e-mail containing HTML code.
> >>>
> >>>
> 
> 

-- 
Kind regards,  Milan
--
Arvanta, IT Securityhttp://www.arvanta.net
Please do not send me e-mail containing HTML code.



Re: libmysqlclient10-dev

2011-08-21 Thread Marcin Kulawinek
The second way works fine, that is why I'm very curious why 
dpkg-buildpackage do not work as it should. If libraries are correct for 
./configrue && make && make install so how they can't be for debian 
package tool?!


I also dislike dev. tools on production, and distro package tools gives 
me nice, unified way to search and maintain installed software.


How can I check who wrote scripts for buildpackage? Or should I write do 
dev list instead?


W dniu 2011-08-21 21:04, Milan P. Stanic pisze:

[ This is OT, but ... ]
On Fri, 2011-08-19 at 09:01, Alvaro Cornejo wrote:

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 ??

There are many reasons to build software package using distribution
package tools, be it dpkg-buildpackage, rpm-build (I don't know exact
name) or package builder for other distributions or OS-es.

First is separation between development and production environment. I
don't like to install development tools (compiler, dev libs, etc...) on
production systems.

Another reason is install/remove/upgrade "clean path" using
distribution's package managers.

And there are other reasons for sure.


|-|
Envíe y Reciba Datos y mensajes de Texto (SMS) hacia y desde cualquier
celular y Nextel
en el Perú, México y en mas de 180 paises. Use aplicaciones 2 vias via
SMS y GPRS online
   Visitenos en www.perusms.NET www.smsglobal.com.mx y
www.pravcom.com



On Fri, Aug 19, 2011 at 4:27 AM, Milan P. Stanic  wrote:

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/

I'm not sure how is wise to give advice to user who does not know much
about their system to go and play with package archives.


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?

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.3, I think.


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 11.04 and Debian? I've found library named libmysqlclient16-dev 
but they are not compatibile.

--
Iwan


Willy Mularto
F300HD+MR18DE (NLC1725)
http://www.binbit.co.id/











--
Kind regards,  Milan
--
Arvanta, IT Securityhttp://www.arvanta.net
Please do not send me e-mail containing HTML code.


Willy Mularto
F300HD+MR18DE (NLC1725)
http://www.binbit.co.id/









--
Kind regards,  Milan
--
Arvanta, IT Securityhttp://www.arvanta.net
Please do not send me e-mail containing HTML code.







Re: libmysqlclient10-dev

2011-08-21 Thread Milan P. Stanic
[ This is OT, but ... ] 
On Fri, 2011-08-19 at 09:01, Alvaro Cornejo wrote:
> 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 ??

There are many reasons to build software package using distribution
package tools, be it dpkg-buildpackage, rpm-build (I don't know exact
name) or package builder for other distributions or OS-es.

First is separation between development and production environment. I
don't like to install development tools (compiler, dev libs, etc...) on
production systems.

Another reason is install/remove/upgrade "clean path" using
distribution's package managers.

And there are other reasons for sure.

> |-|
> Envíe y Reciba Datos y mensajes de Texto (SMS) hacia y desde cualquier
> celular y Nextel
> en el Perú, México y en mas de 180 paises. Use aplicaciones 2 vias via
> SMS y GPRS online
>               Visitenos en www.perusms.NET www.smsglobal.com.mx y
> www.pravcom.com
> 
> 
> 
> On Fri, Aug 19, 2011 at 4:27 AM, Milan P. Stanic  wrote:
> > 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/
> >
> > I'm not sure how is wise to give advice to user who does not know much
> > about their system to go and play with package archives.
> >
> >> 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?
> >> >
> >> > 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.3, I think.
> >> >
> >> >> 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 11.04 and Debian? I've found library named 
> >> >>>> libmysqlclient16-dev but they are not compatibile.
> >> >>>>
> >> >>>> --
> >> >>>> Iwan
> >> >>>>
> >> >>> Willy Mularto
> >> >>> F300HD+MR18DE (NLC1725)
> >> >>> http://www.binbit.co.id/
> >> >>>
> >> >>>
> >> >>>
> >> >>>
> >> >>>
> >> >>>
> >> >>>
> >> >>>
> >> >>
> >> >>
> >> >
> >> > --
> >> > Kind regards,  Milan
> >> > --
> >> > Arvanta, IT Security        http://www.arvanta.net
> >> > Please do not send me e-mail containing HTML code.
> >> >
> >>
> >> Willy Mularto
> >> F300HD+MR18DE (NLC1725)
> >> http://www.binbit.co.id/
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> >
> > --
> > Kind regards,  Milan
> > --
> > Arvanta, IT Security        http://www.arvanta.net
> > Please do not send me e-mail containing HTML code.
> >
> >
> 

-- 
Kind regards,  Milan
--
Arvanta, IT Securityhttp://www.arvanta.net
Please do not send me e-mail containing HTML code.



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 ??


|-|
Envíe y Reciba Datos y mensajes de Texto (SMS) hacia y desde cualquier
celular y Nextel
en el Perú, México y en mas de 180 paises. Use aplicaciones 2 vias via
SMS y GPRS online
              Visitenos en www.perusms.NET www.smsglobal.com.mx y
www.pravcom.com



On Fri, Aug 19, 2011 at 4:27 AM, Milan P. Stanic  wrote:
> 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/
>
> I'm not sure how is wise to give advice to user who does not know much
> about their system to go and play with package archives.
>
>> 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?
>> >
>> > 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.3, I think.
>> >
>> >> 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 11.04 and Debian? I've found library named 
>> >>>> libmysqlclient16-dev but they are not compatibile.
>> >>>>
>> >>>> --
>> >>>> Iwan
>> >>>>
>> >>> Willy Mularto
>> >>> F300HD+MR18DE (NLC1725)
>> >>> http://www.binbit.co.id/
>> >>>
>> >>>
>> >>>
>> >>>
>> >>>
>> >>>
>> >>>
>> >>>
>> >>
>> >>
>> >
>> > --
>> > Kind regards,  Milan
>> > --
>> > Arvanta, IT Security        http://www.arvanta.net
>> > Please do not send me e-mail containing HTML code.
>> >
>>
>> Willy Mularto
>> F300HD+MR18DE (NLC1725)
>> http://www.binbit.co.id/
>>
>>
>>
>>
>>
>>
>>
>>
>
> --
> Kind regards,  Milan
> --
> Arvanta, IT Security        http://www.arvanta.net
> Please do not send me e-mail containing HTML code.
>
>



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/

I'm not sure how is wise to give advice to user who does not know much
about their system to go and play with package archives.

> 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?
> > 
> > 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.3, I think.
> > 
> >> 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 11.04 and Debian? I've found library named 
> >>>> libmysqlclient16-dev but they are not compatibile.
> >>>> 
> >>>> --
> >>>> Iwan
> >>>> 
> >>> Willy Mularto
> >>> F300HD+MR18DE (NLC1725)
> >>> http://www.binbit.co.id/
> >>> 
> >>> 
> >>> 
> >>> 
> >>> 
> >>> 
> >>> 
> >>> 
> >> 
> >> 
> > 
> > -- 
> > Kind regards,  Milan
> > --
> > Arvanta, IT Securityhttp://www.arvanta.net
> > Please do not send me e-mail containing HTML code.
> > 
> 
> Willy Mularto
> F300HD+MR18DE (NLC1725)
> http://www.binbit.co.id/
> 
> 
> 
> 
> 
> 
> 
> 

-- 
Kind regards,  Milan
--
Arvanta, IT Securityhttp://www.arvanta.net
Please do not send me e-mail containing HTML code.



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?
> 
> 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.3, I think.
> 
>> 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 11.04 and Debian? I've found library named 
>>>> libmysqlclient16-dev but they are not compatibile.
>>>> 
>>>> --
>>>> Iwan
>>>> 
>>> Willy Mularto
>>> F300HD+MR18DE (NLC1725)
>>> http://www.binbit.co.id/
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>> 
>> 
> 
> -- 
> Kind regards,  Milan
> --
> Arvanta, IT Securityhttp://www.arvanta.net
> Please do not send me e-mail containing HTML code.
> 

Willy Mularto
F300HD+MR18DE (NLC1725)
http://www.binbit.co.id/











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 recognize new one?



On 19.08.2011 10:55, Willy Mularto wrote:

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 Mularto wrote:

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 
in kannel source code reference to new one?


On 19.08.2011 10:45, Willy Mularto wrote:

#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, 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


Willy Mularto
F300HD+MR18DE (NLC1725)
http://www.binbit.co.id/









Willy Mularto
F300HD+MR18DE (NLC1725)
http://www.binbit.co.id/









Willy Mularto
F300HD+MR18DE (NLC1725)
http://www.binbit.co.id/









Willy Mularto
F300HD+MR18DE (NLC1725)
http://www.binbit.co.id/













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 Mularto wrote:
>> 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 in kannel source code reference to new one?
>>> 
>>> 
>>> On 19.08.2011 10:45, Willy Mularto wrote:
>>>> #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, 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
>>>>>>> 
>>>>>> Willy Mularto
>>>>>> F300HD+MR18DE (NLC1725)
>>>>>> http://www.binbit.co.id/
>>>>>> 
>>>>>> 
>>>>>> 
>>>>>> 
>>>>>> 
>>>>>> 
>>>>>> 
>>>>>> 
>>>> Willy Mularto
>>>> F300HD+MR18DE (NLC1725)
>>>> http://www.binbit.co.id/
>>>> 
>>>> 
>>>> 
>>>> 
>>>> 
>>>> 
>>>> 
>>>> 
>> Willy Mularto
>> F300HD+MR18DE (NLC1725)
>> http://www.binbit.co.id/
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
> 

Willy Mularto
F300HD+MR18DE (NLC1725)
http://www.binbit.co.id/











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.3, I think.
 
> 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 11.04 and Debian? I've found library named 
> >>libmysqlclient16-dev but they are not compatibile.
> >>
> >>--
> >>Iwan
> >>
> >Willy Mularto
> >F300HD+MR18DE (NLC1725)
> >http://www.binbit.co.id/
> >
> >
> >
> >
> >
> >
> >
> >
> 
> 

-- 
Kind regards,  Milan
--
Arvanta, IT Securityhttp://www.arvanta.net
Please do not send me e-mail containing HTML code.



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
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 |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, 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


Willy Mularto
F300HD+MR18DE (NLC1725)
http://www.binbit.co.id/









Willy Mularto
F300HD+MR18DE (NLC1725)
http://www.binbit.co.id/









Willy Mularto
F300HD+MR18DE (NLC1725)
http://www.binbit.co.id/













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 in kannel source code reference to new one?
> 
> 
> On 19.08.2011 10:45, Willy Mularto wrote:
>> #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, 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
>>>>> 
>>>> Willy Mularto
>>>> F300HD+MR18DE (NLC1725)
>>>> http://www.binbit.co.id/
>>>> 
>>>> 
>>>> 
>>>> 
>>>> 
>>>> 
>>>> 
>>>> 
>> Willy Mularto
>> F300HD+MR18DE (NLC1725)
>> http://www.binbit.co.id/
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
> 

Willy Mularto
F300HD+MR18DE (NLC1725)
http://www.binbit.co.id/











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 |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, 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


Willy Mularto
F300HD+MR18DE (NLC1725)
http://www.binbit.co.id/









Willy Mularto
F300HD+MR18DE (NLC1725)
http://www.binbit.co.id/













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, 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
>>> 
>> Willy Mularto
>> F300HD+MR18DE (NLC1725)
>> http://www.binbit.co.id/
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
> 

Willy Mularto
F300HD+MR18DE (NLC1725)
http://www.binbit.co.id/











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 11.04 and Debian? I've found library named libmysqlclient16-dev 
but they are not compatibile.

--
Iwan


Willy Mularto
F300HD+MR18DE (NLC1725)
http://www.binbit.co.id/














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
> 

Willy Mularto
F300HD+MR18DE (NLC1725)
http://www.binbit.co.id/











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