Skip to main content
Topic: libpsl.so (Read 2407 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Re: libpsl.so

Reply #15
I'm having the same trouble. But re-installing curl does nothing to fix it. Is this the newest curl: ?

Code: [Select]
$ pacman -Qi curl
Name            : curl
Version         : 7.58.0-1
Description     : An URL retrieval utility and library
Architecture    : x86_64
URL             : https://curl.haxx.se
Licenses        : MIT
Groups          : None
Provides        : libcurl.so=4-64
Depends On      : ca-certificates  krb5  libssh2  openssl  zlib  libpsl  libnghttp2
Optional Deps   : None
Required By     : arch-audit  cfitsio  cmake  cower  fbida  git  gst-plugins-bad  libcmis  libgit2  libofa  libqalculate  libreoffice-fresh  netcdf  networkmanager  pacman  poppler  qemu-headless
                  raptor  toxic  weechat  xerces-c
Optional For    : syslog-ng
Conflicts With  : None
Replaces        : None
Installed Size  : 1540.00 KiB
Packager        : Artix Build Bot
Build Date      : Saturday 27 January 2018 09:18:49 PM IST
Install Date    : Wednesday 14 March 2018 09:00:26 PM IST
Install Reason  : Installed as a dependency for another package
Install Script  : No
Validated By    : Signature

EDIT: Looks like my mirror hadn't synced those packages. But now I can't update due to the symlink. And if I remove it, I can't use pacman. What do I do?

Re: libpsl.so

Reply #16
Hello,
package "curl" was updated to new version so i think it should work.

What to do when pacman complains for existing files (symlinks) ?
Use force my friend.
Code: [Select]
pacman -S --force
You should be careful with this command, pacman tries to protect you from yourself sometimes. (At least in my case)

 

Re: libpsl.so

Reply #17
As I said befor the problem is with libpsl, it is corrected in last update (stable): BECARFULL with --force
Code: [Select]
sudo pacman -S --force libpsl
  
then sudo
Code: [Select]
pacman -Syu
that what solved my probem.
Keep it Simple. Simple is Secure, Simple is Beautiful.