Click to See Complete Forum and Search --> : failed dependencies


todsky2012
12-15-2004, 06:26 PM
upon installing samba-3.0.9-2.i386.rpm, I am getting the following errors:

I run this command
# rpm -i samba-3.0.9-2.i386.rpm

and the following errors are generated

error: Failed dependencies:
libacl.so.1(ACL_1.0) is needed by samba-3.0.9-2
libattr.so.1(ATTR_1.0) is needed by samba-3.0.9-2
libc.so.6(GLIBC_2.3.4) is needed by samba-3.0.9-2
liblber-2.2.so.7 is needed by samba-3.0.9-2
libldap-2.2.so.7 is needed by samba-3.0.9-2
samba-common = 0:3.0.9 is needed by samba-3.0.9-2

I would be eternally grateful for any help or suggestions on what to do next, I'm kind of stumped at the moment

soulestream
12-15-2004, 06:49 PM
well you can download and install its dependencies.

what distro do you use. this is importatnt when you post.

if you use redhat/fedora use "yum samba.0.9-2.i386.rpm"

you can also use apt-get program which you will have to install

synaptic gives you a nice gui.

if you use mandrake. it has a program called RPMDRAKE me thinks that wil do this for you. if you are new to linux try downloading the dependencies manually. the headache will allow you to learn alot. you can also compile from source. then you can get lazy with YUM.


soule

todsky2012
12-16-2004, 02:45 PM
I am running redhat 9.0
kernal= 2.4.20-31.9

then I downloaded samba-3.0.9-1_rh9.i386.rpm
upon installing, I now get the following error

# rpm -Uvh samba-3.0.9-1_rh9.i386.rpm
warning: samba-3.0.9-1_rh9.i386.rpm: V3 DSA signature: NOKEY, key ID f17f9772
Preparing... ########################################### [100%]
1:samba ########################################### [100%]
Moving tdb files in /var/cache/samba/*.tdb to /var/lib/samba/*.tdb
Moving /var/cache/samba/connections.tdb to /var/lib/samba/connections.tdb
Moving /var/cache/samba/messages.tdb to /var/lib/samba/messages.tdb
Moving /var/cache/samba/unexpected.tdb to /var/lib/samba/unexpected.tdb
Installing stack version of /etc/pam.d/samba...
error: %postun(samba-2.2.7a-8.9.0) scriptlet failed, exit status 1
[root@PPC-ET-10-78-3-39 samba]# service smb status
smbd is stopped
nmbd is stopped


thanks for any advice in advance