Re: [OpenSIPS-Users] mysql_db installation fails ...

2022-03-24 Thread Alexey Kazantsev via Users

Hello Stefan,
 
as we see, the packages are available from 2 repos in your system —
an old version from ‘epel’ and an up-to-date one from ‘opensips’.
 
It can be useful to run such command to list available packages
and repositories they belong to:
 
    yum --showduplicates list available opensips*
 
And then instruct yum exactly to install some certain version of the package, 
e.g.:
 
    yum install opensips-X.Y.Z-3.el7
 
It’s also possible to specify the repository from which you intend to install a 
package:
 
    yum --enablerepo=opensips install opensips
 
 
Maybe these notes will be useful for somebody, as you’ve already solved the 
problem.
 
---
BR, Alexey
https://alexeyka.zantsev.com/
 ___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users


Re: [OpenSIPS-Users] mysql_db installation fails ...

2022-03-23 Thread Stefan Carlsson
Found the "problem"

Forgot the -module in modulename ...

Problem solved...

From: Users  On Behalf Of Stefan Carlsson
Sent: Wednesday, 23 March, 2022 20:00
To: users@lists.opensips.org
Subject: [OpenSIPS-Users] mysql_db installation fails ...

Hi !

A fresh install of opensips 3.2.5 (x86_64/linux) , now I try to install 
mysql_db module, but fails.

Tried to install via yum,  got this 

yum install opensips-mysql
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: ftpmirror.infania.net
* centos-sclo-rh: ftpmirror.infania.net
* centos-sclo-sclo: ftpmirror.infania.net
* epel: mirrors.glesys.net
* extras: ftpmirror.infania.net
* remi-php74: mirror.netsite.dk
* remi-safe: mirror.netsite.dk
* updates: ftpmirror.infania.net
Resolving Dependencies
--> Running transaction check
---> Package opensips-mysql.x86_64 0:1.10.5-4.el7 will be installed
--> Processing Dependency: opensips(x86-64) = 1.10.5-4.el7 for package: 
opensips-mysql-1.10.5-4.el7.x86_64
--> Finished Dependency Resolution
Error: Package: opensips-mysql-1.10.5-4.el7.x86_64 (epel)
   Requires: opensips(x86-64) = 1.10.5-4.el7
   Installed: opensips-3.2.5-1.el7.x86_64 (@opensips)
   opensips(x86-64) = 3.2.5-1.el7
   Available: opensips-1.10.5-4.el7.x86_64 (epel)
   opensips(x86-64) = 1.10.5-4.el7
   Available: opensips-3.2.0-1.el7.x86_64 (opensips)
   opensips(x86-64) = 3.2.0-1.el7
   Available: opensips-3.2.2-1.el7.x86_64 (opensips)
   opensips(x86-64) = 3.2.2-1.el7
   Available: opensips-3.2.3-1.el7.x86_64 (opensips)
   opensips(x86-64) = 3.2.3-1.el7
   Available: opensips-3.2.4-1.el7.x86_64 (opensips)
   opensips(x86-64) = 3.2.4-1.el7
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest

Any ideas 


Regards / Mvh  Stefan





___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users


[OpenSIPS-Users] mysql_db installation fails ...

2022-03-23 Thread Stefan Carlsson
Hi !

A fresh install of opensips 3.2.5 (x86_64/linux) , now I try to install 
mysql_db module, but fails.

Tried to install via yum,  got this 

yum install opensips-mysql
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: ftpmirror.infania.net
* centos-sclo-rh: ftpmirror.infania.net
* centos-sclo-sclo: ftpmirror.infania.net
* epel: mirrors.glesys.net
* extras: ftpmirror.infania.net
* remi-php74: mirror.netsite.dk
* remi-safe: mirror.netsite.dk
* updates: ftpmirror.infania.net
Resolving Dependencies
--> Running transaction check
---> Package opensips-mysql.x86_64 0:1.10.5-4.el7 will be installed
--> Processing Dependency: opensips(x86-64) = 1.10.5-4.el7 for package: 
opensips-mysql-1.10.5-4.el7.x86_64
--> Finished Dependency Resolution
Error: Package: opensips-mysql-1.10.5-4.el7.x86_64 (epel)
   Requires: opensips(x86-64) = 1.10.5-4.el7
   Installed: opensips-3.2.5-1.el7.x86_64 (@opensips)
   opensips(x86-64) = 3.2.5-1.el7
   Available: opensips-1.10.5-4.el7.x86_64 (epel)
   opensips(x86-64) = 1.10.5-4.el7
   Available: opensips-3.2.0-1.el7.x86_64 (opensips)
   opensips(x86-64) = 3.2.0-1.el7
   Available: opensips-3.2.2-1.el7.x86_64 (opensips)
   opensips(x86-64) = 3.2.2-1.el7
   Available: opensips-3.2.3-1.el7.x86_64 (opensips)
   opensips(x86-64) = 3.2.3-1.el7
   Available: opensips-3.2.4-1.el7.x86_64 (opensips)
   opensips(x86-64) = 3.2.4-1.el7
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest

Any ideas 


Regards / Mvh  Stefan





___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users