You are not logged in.

#1 2007-03-24 16:25:33

Elrohir
Member
Registered: 2006-01-05
Posts: 49

After pacman -Syu, nothing works !

Hello !

I am very dispointed !
I have upgrade my system, with pacman -Syu (since testing has been moved in current).

And, now, apache and samba doesn't want to start !

[root@Antec nicolas]# /etc/rc.d/samba start
:: Starting Samba Server                                                 [BUSY]
/usr/sbin/smbd: error while loading shared libraries: libdb-4.4.so: cannot open shared object file: No such file or directory
/usr/sbin/nmbd: error while loading shared libraries: libdb-4.4.so: cannot open shared object file: No such file or directory
                                                                         [FAIL]
[root@Antec nicolas]# /usr/sbin/apachectl start
/usr/sbin/httpd: error while loading shared libraries: libdb-4.4.so: cannot open shared object file: No such file or directory

But DB has been upgraded ! I stopped my pacman -Syu, and i don't want to upgrade anymore : too many damage, I think !!

It stays this package to upgrade :

Targets: apr-util-1.2.8-2 avahi-0.6.17-1 cairo-1.4.2-1 cracklib-2.8.10-3
         cyrus-sasl-2.1.22-3 ghostscript-8.15.4-1 gnome-common-2.12.0-7
         gnome-icon-theme-2.18.0-1 python-numeric-24.2-2 pycairo-1.2.2-2
         pygobject-2.12.3-2 pygtk-2.10.4-1 pyorbit-2.14.2-1
         gnome-python-2.16.2-2 gnome-python-desktop-2.16.0-2
         gnome-sudoku-0.7.1-3 graveman-0.3.12.5-2 gtk-engines-2.10.0-1
         heimdal-0.7.2-6 hwdetect-0.8-5 icon-naming-utils-0.8.2-1
         jack-audio-connection-kit-0.102.20-2 klibc-1.5-1 klibc-extras-2.2-2
         libcups-1.2.10-1 libgnomeprint-2.18.0-1 libgnomeprintui-2.18.0-1
         libgpod-0.4.2-2 libgsf-1.14.3-2 libldap-2.3.33-3 libsasl-2.1.22-3
         libsndfile-1.0.17-1 libxml2-2.6.27-2 libxslt-1.1.20-2 openssh-4.6p1-1
         pam-0.81-4 perl-5.8.8-5 php-5.2.1-2 postfix-2.3.6-3 qt-3.3.8-2
         rdesktop-1.5.0-1 rrdtool-1.2.15-3 ruby-1.8.5_p12-2
         startup-notification-0.9-1 vte-0.14.2-2 xulrunner-1.8.1.1-2

Total Package Size:   75.1 MB

I have done again a pacman -S db, but it's the same result !

What's the problem ??
Where is the Arch Stability ??
This machine is a file server on ArchLinux...



Thanks for your help !

Nicolas

Offline

#2 2007-03-24 17:01:01

noriko
Member
From: In My Mind
Registered: 2006-06-09
Posts: 535
Website

Re: After pacman -Syu, nothing works !

u can usually safely link to the other the lib ... that *.4 is usually a symlink for libs ...
db is at *.5 when those apps are looking for  *.4

cp /usr/lib/libdb-4.5.so /usr/lib/libdb-4.4.so

should fix this;


The.Revolution.Is.Coming - - To fight, To hunger, To Resist!

Offline

#3 2007-03-24 17:09:00

dtw
Forum Fellow
From: UK
Registered: 2004-08-03
Posts: 4,439
Website

Re: After pacman -Syu, nothing works !

Have you recently updated your mirror list?  I did and I had half pkgs from before the big move and half from after and there were depends issues.  Solution is to ensure that same mirror is top of all the mirror list smile

Offline

#4 2007-03-24 18:25:12

Elrohir
Member
Registered: 2006-01-05
Posts: 49

Re: After pacman -Syu, nothing works !

noriko wrote:

u can usually safely link to the other the lib ... that *.4 is usually a symlink for libs ...
db is at *.5 when those apps are looking for  *.4

cp /usr/lib/libdb-4.5.so /usr/lib/libdb-4.4.so

should fix this;

Yes, but it's not 'clean'... It's not normal that I must do this in a current system...

dtw wrote:

Have you recently updated your mirror list?  I did and I had half pkgs from before the big move and half from after and there were depends issues.  Solution is to ensure that same mirror is top of all the mirror list smile

Yes, it is updated :-/ I don't undestand.

Last edited by Elrohir (2007-03-24 18:33:03)

Offline

#5 2007-03-24 18:50:22

milan
Member
Registered: 2007-03-20
Posts: 38

Re: After pacman -Syu, nothing works !

I had the same problem after I upgraded only Berkley DB package. I took following action to solve the problem:

pacman -Sy
pacman -Su

I know you did exactly the same thing, and the problem occurred after. But I guess the people who maintain archlinux repository did necessary rebuilds of certain packages which depend on Berkley DB. Just give it a try again.

Cheers!

Offline

#6 2007-03-24 18:53:59

Elrohir
Member
Registered: 2006-01-05
Posts: 49

Re: After pacman -Syu, nothing works !

So, we must wait that apache and samba package are rebuilded ?

Offline

#7 2007-03-24 19:18:19

milan
Member
Registered: 2007-03-20
Posts: 38

Re: After pacman -Syu, nothing works !

Elrohir wrote:

So, we must wait that apache and samba package are rebuilded ?

I told you I solved the problem by doing system upgrade. What are the versions of apache and samba packages you have installed on your box? Mine are apache 2.2.4-2 and samba 3.0.24-4 . Everything works fine.

Offline

#8 2007-03-24 23:08:08

Stalwart
Member
From: Latvia, Riga
Registered: 2005-10-18
Posts: 445
Website

Re: After pacman -Syu, nothing works !

Read news page before upgrading servers!


IRC: Stalwart @ FreeNode
Skype ID: thestalwart
WeeChat-devel nightly packages for i686

Offline

#9 2007-03-25 15:17:12

Elrohir
Member
Registered: 2006-01-05
Posts: 49

Re: After pacman -Syu, nothing works !

I read it.
It's works fine, but I don't understand... why i must do a pacman -S && pacman -Sy ?
The packages that i have not upgraded have no link with apache and samba.

Offline

Board footer

Powered by FluxBB