LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 10-16-2002, 04:26 PM   #1
jamespetts
Member
 
Registered: Sep 2002
Location: UK
Distribution: Ubuntu 11.10
Posts: 121

Rep: Reputation: 16
Samba installation conflicts and what *is* LDAP?


I tried to update Samba to-day. This happened:

[root@localhost rpmdownload]# urpmi samba --auto-select
unable to take medium "Updates for Mandrake Linux 8.2 (ftp1u)" into account as no list file [/var/lib/urpmi/list.Updates for Mandrake Linux 8.2 (ftp1u)] exists
To satisfy dependencies, the following packages are going to be installed (34 MB):
samba-server-ldap-2.2.5-2mdk.i586 samba-swat-2.2.5-2mdk.i586 samba-doc-2.2.5-2mdk.i586 samba-client-2.2.5-2mdk.i586 samba-server-2.2.5-2mdk.i586 samba-common-2.2.5-2mdk.i586 samba-winbind-2.2.5-2mdk.i586 samba-common-ldap-2.2.5-2mdk.i586
Is it OK? (Y/n) Y
% Total % Received % Xferd Average Speed Time Curr.
Dload Upload Total Current Left Speed
100 1596k 100 1596k 0 0 25680 0 0:01:03 0:01:03 0:00:00 36704
100 1597k 100 1597k 0 0 28139 0 0:00:58 0:00:58 0:00:00 26139
100 2747k 100 2747k 0 0 27485 0 0:01:42 0:01:42 0:00:00 29379
100 629k 100 629k 0 0 20606 0 0:00:31 0:00:31 0:00:00 29771
100 2749k 100 2749k 0 0 24998 0 0:01:52 0:01:52 0:00:00 6464
100 739k 100 739k 0 0 22086 0 0:00:34 0:00:34 0:00:00 24731
100 1303k 100 1303k 0 0 27064 0 0:00:49 0:00:49 0:00:00 36046
100 1389k 100 1389k 0 0 28158 0 0:00:50 0:00:50 0:00:00 32252
installing /var/cache/urpmi/rpms/samba-server-2.2.5-2mdk.i586.rpm /var/cache/urpmi/rpms/samba-server-ldap-2.2.5-2mdk.i586.rpm /var/cache/urpmi/rpms/samba-common-2.2.5-2mdk.i586.rpm /var/cache/urpmi/rpms/samba-winbind-2.2.5-2mdk.i586.rpm /var/cache/urpmi/rpms/samba-common-ldap-2.2.5-2mdk.i586.rpm /var/cache/urpmi/rpms/samba-swat-2.2.5-2mdk.i586.rpm /var/cache/urpmi/rpms/samba-doc-2.2.5-2mdk.i586.rpm /var/cache/urpmi/rpms/samba-client-2.2.5-2mdk.i586.rpm
error: failed dependencies:
samba-server-ldap conflicts with samba-server-2.2.5-2mdk
samba-server conflicts with samba-server-ldap-2.2.5-2mdk
samba-common-ldap conflicts with samba-common-2.2.5-2mdk
samba-common conflicts with samba-common-ldap-2.2.5-2mdk
Installation failed
Try installation without checking dependencies? (y/N)

What do I do about it? And just what *is* LDAP?
 
Old 10-17-2002, 03:48 PM   #2
DavidPhillips
LQ Guru
 
Registered: Jun 2001
Location: South Alabama
Distribution: Fedora / RedHat / SuSE
Posts: 7,163

Rep: Reputation: 58
you can answer y to the question
 
Old 10-17-2002, 04:54 PM   #3
jamespetts
Member
 
Registered: Sep 2002
Location: UK
Distribution: Ubuntu 11.10
Posts: 121

Original Poster
Rep: Reputation: 16
I did. I can't remember exactly what it said, but it said asked me if I wanted to "force" it, which seemed a bit dangerous to me, so I said "no" the second time.
 
Old 10-17-2002, 11:12 PM   #4
Mux
Member
 
Registered: May 2002
Location: Bs.As., Argentina
Distribution: Slackware; Debian; Suse; RedHat
Posts: 66

Rep: Reputation: 15
"The Lightweight Directory Access Protocol (LDAP) is a protocol for accessing online directory services. It runs directly over TCP, and can be used to access a standalone LDAP directory service or to access a directory service that is back-ended by X.500. For a good overview of LDAP-based directory service, read this document"

It used mainly to manage a huge number of accounts (mail, domains, ftp) at, for example, isp's. It works together, as a user database, with most server apps or any app which has different users and accounts (samba for ex.).

Mux.
 
Old 10-18-2002, 03:34 AM   #5
DavidPhillips
LQ Guru
 
Registered: Jun 2001
Location: South Alabama
Distribution: Fedora / RedHat / SuSE
Posts: 7,163

Rep: Reputation: 58
it will replace samba with samba with ldap support

if you don't like to force it then uninstall samba first then install samba-ldap
 
Old 10-18-2002, 04:01 AM   #6
jamespetts
Member
 
Registered: Sep 2002
Location: UK
Distribution: Ubuntu 11.10
Posts: 121

Original Poster
Rep: Reputation: 16
It will replace Samba with Samba-LDAP? I don't see how this:

samba-server-ldap conflicts with samba-server-2.2.5-2mdk
samba-server conflicts with samba-server-ldap-2.2.5-2mdk
samba-common-ldap conflicts with samba-common-2.2.5-2mdk
samba-common conflicts with samba-common-ldap-2.2.5-2mdk

means that. It seems to be saying that the LDAP version conflicts with the non-LDAP version, and the non-LDAP version conflicts with the LDAP version. How do I select just one of the versions to install using urpmi?
 
Old 10-18-2002, 04:33 AM   #7
DavidPhillips
LQ Guru
 
Registered: Jun 2001
Location: South Alabama
Distribution: Fedora / RedHat / SuSE
Posts: 7,163

Rep: Reputation: 58
Oh I see,

so the packages you are installing interfere with each other?

try to download and install them manually
 
Old 10-20-2002, 03:33 PM   #8
jamespetts
Member
 
Registered: Sep 2002
Location: UK
Distribution: Ubuntu 11.10
Posts: 121

Original Poster
Rep: Reputation: 16
I tried that, but there were circular dependency issues, as a result of which I was advised by someone in a different forum to use urpmi.
 
Old 10-20-2002, 06:06 PM   #9
DavidPhillips
LQ Guru
 
Registered: Jun 2001
Location: South Alabama
Distribution: Fedora / RedHat / SuSE
Posts: 7,163

Rep: Reputation: 58
I would just force it
 
Old 10-21-2002, 04:13 AM   #10
jamespetts
Member
 
Registered: Sep 2002
Location: UK
Distribution: Ubuntu 11.10
Posts: 121

Original Poster
Rep: Reputation: 16
I tried that last time, and the system failed so badly that I had to reinstall Linux.
 
Old 10-28-2002, 10:56 AM   #11
DavidPhillips
LQ Guru
 
Registered: Jun 2001
Location: South Alabama
Distribution: Fedora / RedHat / SuSE
Posts: 7,163

Rep: Reputation: 58
build the source and install it
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Samba + LDAP shane200_ Linux - Networking 3 07-20-2005 02:47 PM
Problems with Yast2 regarding conflicts during package installation. nostrum Linux - Newbie 0 07-23-2004 08:01 PM
Samba and LDAP wslyhbb Linux - Networking 2 06-28-2004 09:51 AM
Samba or ldap amir_h Linux - Networking 4 03-27-2004 10:59 PM
Using Samba - conflicts with W2k and XP. Can't see the linux box - strange problem. fireman949 Linux - Networking 1 01-31-2004 07:43 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 05:10 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration