Hello,
I was trying to install kamailio using your instruction from http://kb.asipto.com/kamailio:skype-like-service-in-less-than-one-hour
I run Debian Squeeze. Imported apt repository keys, created this file </etc/apt/sources.list.d/kamailio.list> with this information in it <deb http://deb.kamailio.org/kamailio31-nightly squeeze main>
Now when I run apt-get install kamailio kamailio-mysql-modules kamailio-tls-modules I got this response:
root@s2:/etc/apt/sources.list.d# apt-get install kamailio kamailio-mysql-modules kamailio-tls-modules
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package kamailio
E: Unable to locate package kamailio-mysql-modules
E: Unable to locate package kamailio-tls-modules
Can you give me a hint what could be wrong?
Regards
Roman,
On 06/22/2011 09:28 PM, Roman Dmytriv wrote:
root@s2:/etc/apt/sources.list.d# mailto:root@s2:/etc/apt/sources.list.d# apt-get install kamailio kamailio-mysql-modules kamailio-tls-modules
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package kamailio
E: Unable to locate package kamailio-mysql-modules
E: Unable to locate package kamailio-tls-modules
Can you give me a hint what could be wrong?
Can you try this and paste the output?
apt-cache search kamailio | grep -i '^kamailio'
?
-----Original Message----- From: Alex Balashov [mailto:abalashov@evaristesys.com] Sent: Wednesday, June 22, 2011 9:31 PM To: sr-users@lists.sip-router.org Subject: Re: [SR-Users] apt-get install doesn't work
Roman,
On 06/22/2011 09:28 PM, Roman Dmytriv wrote:
root@s2:/etc/apt/sources.list.d# mailto:root@s2:/etc/apt/sources.list.d# apt-get install kamailio kamailio-mysql-modules kamailio-tls-modules
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package kamailio
E: Unable to locate package kamailio-mysql-modules
E: Unable to locate package kamailio-tls-modules
Can you give me a hint what could be wrong?
Can you try this and paste the output?
apt-cache search kamailio | grep -i '^kamailio'
?
Nothing came out
On 06/22/2011 09:34 PM, Roman Dmytriv wrote:
-----Original Message----- From: Alex Balashov [mailto:abalashov@evaristesys.com] Sent: Wednesday, June 22, 2011 9:31 PM To: sr-users@lists.sip-router.org Subject: Re: [SR-Users] apt-get install doesn't work
Roman,
On 06/22/2011 09:28 PM, Roman Dmytriv wrote:
root@s2:/etc/apt/sources.list.d# mailto:root@s2:/etc/apt/sources.list.d# apt-get install kamailio kamailio-mysql-modules kamailio-tls-modules
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package kamailio
E: Unable to locate package kamailio-mysql-modules
E: Unable to locate package kamailio-tls-modules
Can you give me a hint what could be wrong?
Can you try this and paste the output?
apt-cache search kamailio | grep -i '^kamailio'
?
Nothing came out
Then something did not work with adding the Kamailio repository. Did you run 'apt-get update' before attempting to 'apt-get install' the packages?
-----Original Message----- From: Alex Balashov [mailto:abalashov@evaristesys.com] Sent: Wednesday, June 22, 2011 9:36 PM To: SIP Router - Kamailio (OpenSER) and SIP Express Router (SER) - Users Mailing List Subject: Re: [SR-Users] apt-get install doesn't work
On 06/22/2011 09:34 PM, Roman Dmytriv wrote:
-----Original Message----- From: Alex Balashov [mailto:abalashov@evaristesys.com] Sent: Wednesday, June 22, 2011 9:31 PM To: sr-users@lists.sip-router.org Subject: Re: [SR-Users] apt-get install doesn't work
Roman,
On 06/22/2011 09:28 PM, Roman Dmytriv wrote:
root@s2:/etc/apt/sources.list.d# mailto:root@s2:/etc/apt/sources.list.d# apt-get install kamailio kamailio-mysql-modules kamailio-tls-modules
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package kamailio
E: Unable to locate package kamailio-mysql-modules
E: Unable to locate package kamailio-tls-modules
Can you give me a hint what could be wrong?
Can you try this and paste the output?
apt-cache search kamailio | grep -i '^kamailio'
?
Nothing came out
Then something did not work with adding the Kamailio repository. Did you run 'apt-get update' before attempting to 'apt-get install' the packages?
That was it! Thank you Alex!!!
Roman
On 06/22/2011 09:38 PM, Roman Dmytriv wrote:
That was it! Thank you Alex!!!
Naturally.