Installing and configuring OpenLDAP


 
Thread Tools Search this Thread
Operating Systems Solaris Installing and configuring OpenLDAP
# 1  
Old 09-17-2011
Installing and configuring OpenLDAP

I downloaded the following packages for OpenLDAP wjich installed in /usr/local:


openldap-2.4.24
libtool
openssl-1.0.e
db-4.75.25NC
gcc-3.4.6

All installed with a problem, As soon as I tried to start up sldap, it said I was missing libicuuc.so.2

Has anyone here sucessfully installed OLDAP on x86? If so, where can I find this missing library? Thank you.
# 2  
Old 09-21-2011
Hi,
I have been working the same thing. I don't know LDAP so well so gave up on installing the ldap server on Solaris 10. Thought the install for openldap on Solaris 11 is really easy. I ended up installing openldap on Red Hat. Setting openldap up and getting it running on Linux systems is fairly easy compared to doing it on Solaris 10. On youtube there are videos that setup openldap in about 5mins, using Linux.

You might want to try anther package system to set up openldap on Solaris. I had a hell of a time using sunfreeware packages. Blastware and openCSW have packages that I think will work better for you. These package managers do most of the work for you.

I hope this helps
# 3  
Old 09-21-2011
Well, at least I found two additional locations to download software

Thanks for the two sites to download software. I think I may be able to find the missing libraries there.

I have a small test network, that I can't attach to the company network. As soon as I download them and get them over to the Solaris machines, I'll see if that will fix things.

At work for testing purposes, I only have access to SPARC and Windows workstations. The Windows machines have the usb ports disabled. At home I use virtual box and the X86 setup for Express 11.
# 4  
Old 09-21-2011
At work we use SPARC as well, but I have 2 SUN blades that are x86. I installed RHEL on one of those. I also used virtual box at home on my Mac. I built 2 CentOS and 2 Solaris 10 images.

The OpenCSW site has a command that will download the packages from the internet.
Example: pkgutil -d --stream openldap-client
At lease this is the command I as given on the IRC chat on there web page. Anyway this command allows you to download the packages and install them on anther server. But the server you are downloading on must have the same setup as the server your installing on.

I'm currently working on the client setup for the Solaris 10 servers. The issue with this is that the Solaris native ldap client doesn't play nice with openldap. So you can use the native client or use the openldap client. If you want keep in touch and I will help you when you get to this point.
# 5  
Old 09-21-2011
One thing that is not clear to me. I'm at the OpenCSW site. Downloaded and installed the pkgutil. Is this site strickly SPARC? www.sunfreeware has both SPARC and x86. It will work for me here, but not at home. Thanks.
# 6  
Old 09-21-2011
# 7  
Old 09-21-2011
Quote:
Originally Posted by brownwrap
All installed with a problem, As soon as I tried to start up sldap, it said I was missing libicuuc.so.2

Has anyone here sucessfully installed OLDAP on x86? If so, where can I find this missing library? Thank you.
It should be in SUNWicu. Is that package installed on your system ? What precise Solaris release/update are you running ?
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. Red Hat

Openldap 2.4.31 replication

Hi, I have done setup for openldap master and slave. Its working fine and replicating also. But it is working only with plane text password in syncrepl . How we can use encrypted password here also like we are using in rootpw ? Below portion is working. syncrepl rid=101 ... (3 Replies)
Discussion started by: Priy
3 Replies

2. Solaris

Openldap configuration

I m using Intel solaris 10 version . I m trying to install openldap and used several documents and package versions . But every time I got CC PATH error and while I solved the CC issue , I got Barkley DB error . :wall: Is there any perticular site from where I can install and configure... (1 Reply)
Discussion started by: sanjee
1 Replies

3. Solaris

OpenLDAP setup

At work I'm been givin the task to move are backend servers from NIS to LDAP. We have mostly Solaris 10 servers, as well as a few Redhat servers. I am going to use openLDAP as the LDAP server. I'm looking for a good how to guide on setting up the openLDAP server. Most of the docs I have found seem... (0 Replies)
Discussion started by: bitlord
0 Replies

4. Red Hat

Need OpenLDAP Help

Hi, all: I'm studying for the RHCE and have hit the section on configuring an OpenLDAP client. I'd like to practice this, but I can't get an OpenLDAP server set up. I followed the directions in RedHat's Deployment Guide, and it looks like the server is up and running, but I can't get the... (0 Replies)
Discussion started by: rjlohman
0 Replies

5. AIX

openLDAP with Aix

hello I have a P570 with 3 partitions. These partitions are available, since 1 year. So there are a lot of users, files, etc, on these partition I must now install an openldap with Debian to manage all these users. But several pb: on LDAP, we are 1 iud for user and one home directory, 1 gid... (0 Replies)
Discussion started by: pascalbout
0 Replies

6. UNIX for Advanced & Expert Users

OpenLDAP and Apache

Hello! I'm starting to panic here! I'm trying to authorize Subversion (via apache) users at my company here via LDAP. Sure everything works when just authorizing users with require valid-user But! That is not what I'm looking for, I wish to Authorize by membership in specifik groups... This... (0 Replies)
Discussion started by: Esaia
0 Replies
Login or Register to Ask a Question