You are not logged in.

#1 2010-06-23 17:19:05

amir.varasteh
Member
Registered: 2010-04-25
Posts: 12

Pacman Doesn't Work!

hi.

when i want to do any thing with pacman , i see this error :

[amir@ArchLinux ~]$ sudo pacman -Syu
pacman: error while loading shared libraries: libcrypto.so.0.9.8: cannot open shared object file: No such file or directory

how can i install it again ?

Last edited by amir.varasteh (2010-06-23 17:33:46)

Offline

#2 2010-06-23 18:05:27

Ramses de Norre
Member
From: Leuven - Belgium
Registered: 2007-03-27
Posts: 1,289

Re: Pacman Doesn't Work!

You must have done something nasty, upgraded some packages and others not? Anyway, libcrypto belongs to openssl and is currently at version 1.0.0 but your pacman seems to be built against 0.9.8. I suggest you grab a recent pacman pkg (3.4.0-2) from a mirror and extract the files in / to get a pacman linked against the right libraries. (First check that I'm right and you actually have the file /usr/lib/libcrypto.so.1.0.0)

Offline

#3 2010-06-23 19:43:39

amir.varasteh
Member
Registered: 2010-04-25
Posts: 12

Re: Pacman Doesn't Work!

i symlink to 0.9.8

the problem solved.

but another one happened !

look :
I enterd Pacman -Syu :

.
.
. 
:: The following packages should be upgraded first :
    pacman  
:: Do you want to cancel the current operation
:: and upgrade these packages now? [Y/n]

i pressed Y and ... :

:: and upgrade these packages now? [Y/n] y

resolving dependencies...
looking for inter-conflicts...
error: failed to prepare transaction (could not satisfy dependencies)
:: kdemod-aqpm2-git: requires pacman<3.4

What should i do ??

Offline

#4 2010-06-23 20:08:35

Inxsible
Forum Fellow
From: Chicago
Registered: 2008-06-09
Posts: 9,183

Re: Pacman Doesn't Work!

Either un-install kdemod-aqpm2-git or keep using the older version of pacman


Forum Rules

There's no such thing as a stupid question, but there sure are a lot of inquisitive idiots !

Offline

#5 2010-06-23 20:13:23

amir.varasteh
Member
Registered: 2010-04-25
Posts: 12

Re: Pacman Doesn't Work!

how can i downgrade pacman ?

Offline

#6 2010-06-23 20:18:47

Inxsible
Forum Fellow
From: Chicago
Registered: 2008-06-09
Posts: 9,183

Re: Pacman Doesn't Work!

if you haven't cleared your cache, you can still find the pkg for pacman -3.3.3 in /var/cache/pacman/pkg

you would simply do

sudo pacman -U /var/cache/pacman/pkg/pacman-WHATEVERVERSION YOU HAD EARLIER.pkg.tar.gz

After typing pacman- simply hit Tab, and it will show you the choices.


Forum Rules

There's no such thing as a stupid question, but there sure are a lot of inquisitive idiots !

Offline

#7 2010-06-23 20:35:35

amir.varasteh
Member
Registered: 2010-04-25
Posts: 12

Re: Pacman Doesn't Work!

it was there : pacman-3.3.3-5-i686.pkg.tar.gz

and i installed it with Pacman -U.

But the problem still exist.it doesnt change any thing !

Last edited by amir.varasteh (2010-06-23 20:36:30)

Offline

#8 2010-06-26 15:46:41

j0sh
Member
Registered: 2010-02-27
Posts: 8

Re: Pacman Doesn't Work!

I have almost same problem except for the error

~]$ sudo pacman -Syu
:: Synchronizing package databases...
 core is up to date
 extra is up to date
 community is up to date
:: The following packages should be upgraded first :
    pacman  
:: Do you want to cancel the current operation
:: and upgrade these packages now? [Y/n] y

resolving dependencies...
looking for inter-conflicts...
error: failed to prepare transaction (could not satisfy dependencies)
:: aqpm: requires pacman<3.4
~]$

Last edited by j0sh (2010-06-26 15:47:17)

Offline

#9 2010-06-26 15:52:17

Pierre
Developer
From: Bonn
Registered: 2004-07-05
Posts: 1,964
Website

Re: Pacman Doesn't Work!

Remove aqpm and shaman. Atm these programm are experimental and potential dangerous. (and their development might have no future anyway)

Offline

#10 2010-06-26 16:13:36

j0sh
Member
Registered: 2010-02-27
Posts: 8

Re: Pacman Doesn't Work!

Pierre wrote:

Remove aqpm and shaman

So performed

#pacman -R aqpm shaman

Now updating works. Solved my problem. Thank you Pierre for the quick response.

Offline

#11 2010-06-29 08:48:25

RobF
Member
Registered: 2006-10-10
Posts: 157

Re: Pacman Doesn't Work!

Thanks to Pierre from me, too.

Robert

Offline

Board footer

Powered by FluxBB