Solved. I mentioned before I didn't want to muddy the waters on the host system since the OpenSIPS app, while required, is not the primary focus. Towards that end I installed lxc, created an ubuntu container, built v2.1 debian packages inside it and used aptly to publish a repo I could reference locally on the host system.
Not exactly the one-and-done approach I was shooting for but it is clean and supportable. - Jeff On Fri, Jun 26, 2015 at 5:27 PM, Nabeel <[email protected]> wrote: > You could try manually installing perl-base too if you want, or try > compiling OpenSIPs from source, not sure if it will make a difference > though. > On 26 Jun 2015 22:13, "Jeff Pyle" <[email protected]> wrote: > >> I tried manually downloading and installing the package, but >> unsurprisingly there are version mismatches: >> >> dpkg: dependency problems prevent configuration of libperl5.14: >> libperl5.14 depends on perl-base (= 5.14.2-6ubuntu2.4); however: >> Version of perl-base on system is 5.18.2-2ubuntu1. >> >> >> - Jeff >> >> On Fri, Jun 26, 2015 at 4:45 PM, Jeff Pyle <[email protected]> >> wrote: >> >>> Hi Nabeel, >>> >>> No, I hadn't, but I don't see it available: >>> >>> # apt-cache policy libperl5.14 >>> libperl5.14: >>> Installed: (none) >>> Candidate: (none) >>> Version table: >>> >>> The link you provided was for 12.04. This is 14.04. Is that relevant? >>> >>> The main application for this system is not OpenSIPS. If it were, and I >>> had full control, the OS would be Debian! I'm afraid of installing old >>> libraries for fear of breaking other applications that may need the current >>> ones, and those applications aren't installed yet. This OpenSIPS module >>> should work without a problem against the current version 5.18 library. It >>> seems like a version detection problem, perhaps because of the "ubuntu" >>> string in the currently installed version? I suppose I could force the >>> installation and hope for the best but I wanted to ask before I tried that >>> route. >>> >>> >>> - Jeff >>> >>> >>> On Fri, Jun 26, 2015 at 4:32 PM, Nabeel <[email protected]> wrote: >>> >>>> Have you tried removing libperl5.18, then install libperl5.14, then >>>> try installing opensips-perl-modules again: >>>> >>>> http://packages.ubuntu.com/precise/libperl5.14 >>>> >>>> On 26 June 2015 at 21:11, Jeff Pyle <[email protected]> >>>> wrote: >>>> >>>>> Hello, >>>>> >>>>> I have been tasked with configuring a lightweight installation of >>>>> OpenSIPS on an Ubuntu 14.04 server. I couldn't find an Ubuntu-specific >>>>> official repo, so I'm using the Wheezy one at apt.opensips.org for >>>>> OpenSIPS 2.1. It works well for the most part. >>>>> >>>>> I have a problem trying to install opensips-perl-modules: >>>>> >>>>> The following packages have unmet dependencies: >>>>> opensips-perl-modules : Depends: libperl5.14 (>= 5.14.2) but it is >>>>> not installable >>>>> E: Unable to correct problems, you have held broken packages. >>>>> >>>>> >>>>> I have libperl5.18 installed: >>>>> >>>>> # dpkg -l | grep libperl >>>>> ii libperl5.18 5.18.2-2ubuntu1 >>>>> amd64 shared Perl library >>>>> >>>>> >>>>> Thanks, Ubuntu. Before I go crazy, is there a better source for >>>>> Ubuntu-specific OpenSIPS packages? Or, is there an APT trick I'm unaware >>>>> of I can use to solve this particular issue? >>>>> >>>>> >>>>> Regards, >>>>> Jeff >>>>> >>>>> >>>>> _______________________________________________ >>>>> Users mailing list >>>>> [email protected] >>>>> http://lists.opensips.org/cgi-bin/mailman/listinfo/users >>>>> >>>>> >>>> >>>> _______________________________________________ >>>> Users mailing list >>>> [email protected] >>>> http://lists.opensips.org/cgi-bin/mailman/listinfo/users >>>> >>>> >>> >> >> _______________________________________________ >> Users mailing list >> [email protected] >> http://lists.opensips.org/cgi-bin/mailman/listinfo/users >> >> > _______________________________________________ > Users mailing list > [email protected] > http://lists.opensips.org/cgi-bin/mailman/listinfo/users > >
_______________________________________________ Users mailing list [email protected] http://lists.opensips.org/cgi-bin/mailman/listinfo/users
