Unix & Linux Stack Exchange
Q&A for users of Linux, FreeBSD and other Unix-like operating systems
Latest Questions
1
votes
1
answers
689
views
Loadable library and Perl binaries are mismatched
I cannot run `Pac-manager` after installing the `.deb` file. I downloaded Pac Manager from [SourceForge](https://sourceforge.net/projects/pacmanager/) When running `pac` in the terminal, it's showing the below problem: ```text xs/Vte.c: loadable library and perl binaries are mismatched (got handshak...
I cannot run
Pac-manager
after installing the .deb
file. I downloaded Pac Manager from [SourceForge](https://sourceforge.net/projects/pacmanager/)
When running pac
in the terminal, it's showing the below problem:
xs/Vte.c: loadable library and perl binaries are mismatched
(got handshake key 0xdb00080, needed 0xdb80080)
System:
Linux PC-pc 4.4.0-3-deepin-amd64 #1 SMP Deepin 4.4.30-2 (2016-12-01) x86_64 GNU/Linux
Ruwan Ranganath Senarathne
(234 rep)
Mar 22, 2017, 06:30 AM
• Last activity: Sep 7, 2023, 01:37 PM
2
votes
1
answers
3071
views
Manjaro ncurses5-compat-libs installation
I'm trying to install the `ncurses5-compat-libs` package, but cannot because of the following problems. ***What I tried:*** **1. yay ncurses5-compat-libs** There are 2 types of errors: * Checking `Y` and to add the key, results in the error message below gpg: keyserver receive failed: Permission den...
I'm trying to install the
ncurses5-compat-libs
package, but cannot because of the following problems.
***What I tried:***
**1. yay ncurses5-compat-libs**
There are 2 types of errors:
* Checking Y
and to add the key, results in the error message below
gpg: keyserver receive failed: Permission denied
==> Error: Problem importing keys
* Checking N
to not add the key produces
==> Verifying source file signatures with gpg...
ncurses-6.1.tar.gz ... FAILED (unknown public key 702353E0F7E48EDB)
==> ERROR: One or more PGP signatures could not be verified!
Error downloading sources: ncurses5-compat-libs
**2. sudo gpg --recv-keys C52048C0C0748FEE227D47A2702353E0F7E48EDB**
I've tried to add the key manually, but it didn't work.
**3. sudo gpg --recv-keys 702353E0F7E48EDB**
Also I've tried to add it manually, but it didn't work
**4. yay -S --noconfirm --needed ncurses5-compat-libs**
**5. Trying to follow this forum **
**6. I've tried to clone the repository by hand by following**
git clone http://aur.archlinux.org/ncurses5-compat-libs.git
cd ncurses5-compat-libs
sudo gpg --recv-keys C52048C0C0748FEE227D47A2702353E0F7E48EDB
makepkg -sic
cd ..
sudo rm -r ncurses5-compat-libs
This leaves me back from where I started...
==> Verifying source file signatures with gpg...
ncurses-6.1.tar.gz ... FAILED (unknown public key 702353E0F7E48EDB)
==> ERROR: One or more PGP signatures could not be verified!
Error downloading sources: ncurses5-compat-libs
Does anyone have any idea how to fix this problem?
Mircea
(121 rep)
Mar 17, 2020, 12:33 AM
• Last activity: Sep 24, 2020, 11:16 PM
2
votes
3
answers
6355
views
PAC Manager dependencies problem under Centos 7.1
I have downloaded [PAC Manager][1] but when I try to do `yum install` on it, I get dependency errors at the end: Error: Package: pac-4.5.5.5-2.x86_64 (/pac-4.5.5.5-2.x86_64) Requires: perl(Gnome2::GConf) Error: Package: pac-4.5.5.5-2.x86_64 (/pac-4.5.5.5-2.x86_64) Requires: perl(Gtk2::GladeXML) Erro...
I have downloaded PAC Manager but when I try to do
yum install
on it, I get dependency errors at the end:
Error: Package: pac-4.5.5.5-2.x86_64 (/pac-4.5.5.5-2.x86_64)
Requires: perl(Gnome2::GConf)
Error: Package: pac-4.5.5.5-2.x86_64 (/pac-4.5.5.5-2.x86_64)
Requires: perl(Gtk2::GladeXML)
Error: Package: pac-4.5.5.5-2.x86_64 (/pac-4.5.5.5-2.x86_64)
Requires: perl-Crypt-Blowfish
Error: Package: pac-4.5.5.5-2.x86_64 (/pac-4.5.5.5-2.x86_64)
Requires: perl(Net::ARP)
Error: Package: pac-4.5.5.5-2.x86_64 (/pac-4.5.5.5-2.x86_64)
Requires: perl-IO-Stty
I have no idea how to satisfy these dependencies, as those are not available in my repositories (list below). I haven't found any working solution over the network.
I tried solution from the last post in this CentOS forum thread , but I am unable to install Pango
under cpan
with following error:
Pre-requisites not found:
Can't locate Cairo.pm in @INC (@INC contains: /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at (eval 11) line 1.
BEGIN failed--compilation aborted at (eval 11) line 1.
Please install them manually.
No 'Makefile' created XAOC/Pango-1.226.tar.gz
/usr/bin/perl Makefile.PL -- NOT OK
Running make test
Make had some problems, won't test
Running make install
Make had some problems, won't install
Could not read metadata file. Falling back to other methods to determine prerequisites
Failed during this command:
XAOC/Pango-1.226.tar.gz : writemakefile NO -- No 'Makefile' created
Which I don't know how to solve.
I also tried to install via cpan
packages from Perlmonks .
When I omitted Pango
and tried Gtk2
it said, that missing dependencies are Pango
and Glib
. I had no error during Glib
installation via cpan
.
I have following repositories:
repo id repo name status
adobe-linux-x86_64 Adobe Systems Incorporated 2
atrpms/7/x86_64 Red Hat Enterprise Linux 7 - x86_64 - ATrpms 827
base/7/x86_64 CentOS-7 - Base 8,652
centosplus/7/x86_64 CentOS-7 - Plus 43
elrepo ELRepo.org Community Enterprise Linux Reposit 150
epel/x86_64 Extra Packages for Enterprise Linux 7 - x86_6 8,305
extras/7/x86_64 CentOS-7 - Extras 149
gf/x86_64 Ghettoforge packages that won't overwrite cor 91
google-chrome google-chrome 3
nux-dextop/x86_64 Nux.Ro RPMs for general desktop use 1,962
remi Les RPM de remi pour Enterprise Linux 7 - x86 2,112
remi-debuginfo/x86_64 Les RPM de remi pour Enterprise Linux 7 - x86 784
remi-php55 Les RPM de remi de PHP 5.5 pour Enterprise Li 299
remi-php55-debuginfo/x86_64 Les RPM de remi de PHP 5.5 pour Enterprise Li 199
remi-php56 Les RPM de remi de PHP 5.6 pour Enterprise Li 302
remi-php56-debuginfo/x86_64 Les RPM de remi de PHP 5.6 pour Enterprise Li 200
remi-safe Safe Remi's RPM repository for Enterprise Lin 131
remi-test Les RPM de remi en test pour Enterprise Linux 384
remi-test-debuginfo/x86_64 Les RPM de remi en test pour Enterprise Linux 116
rpmforge RHEL 7 - RPMforge.net - dag 245
updates/7/x86_64 CentOS-7 - Updates 967
virtualbox/7/x86_64 Oracle Linux / RHEL / CentOS-7 / x86_64 - Vir 8
I think I provided as much details as I could, but I will add any missing information, if I have missed any.
Because of lack of reputation, not all URLs are linked as URLs
**EDIT:**
After I satisfied Glib
dependency: Test::ConsistentVersion
, it installed fully and Gtk2
says only about Pango
missing.
When I try to install Pango
via cpan
, it returns:
Running install for module 'Pango'
Running make for X/XA/XAOC/Pango-1.226.tar.gz
Has already been unwrapped into directory /root/.cpan/build/Pango-1.226-H8GEMA
No 'Makefile' created
, won't make
Running make test
Make had some problems, won't test
Running make install
Make had some problems, won't install
and nothing more, so I have no clue where should I go next.
tymik
(164 rep)
Jul 27, 2015, 02:37 PM
• Last activity: Jul 28, 2019, 08:36 PM
0
votes
0
answers
729
views
PAC Manager localhost configuration
I have installed pac manager to open multiple ssh sessions of my local machine. I have created a SSH session and plugged in my ipaddress, username and password but when I click connect "button", it tries to connect but I don'get any results.
I have installed pac manager to open multiple ssh sessions of my local machine.
I have created a SSH session and plugged in my ipaddress, username and password but when I click connect "button", it tries to connect but I don'get any results.
user1050619
(745 rep)
Jul 6, 2015, 08:14 PM
• Last activity: Jul 6, 2015, 10:47 PM
Showing page 1 of 4 total questions