Dege, Robert C. wrote: > I'm trying to build openldap-2.3.17 on a sparc Solaris10 system. > [..] > The problem I am running into is with the shared library, > libldap-2.3.so.0.2.5 and liblber-2.3.so.0.2.5. It doesn't appear that > they are built correctly: > > # cd /usr/share/src/openldap-2.3.17/libraries/liblber > > # ls -l liblber-2.3.so.0.2.5 > -rwxr-xr-x 1 root root 54084 Jan 30 16:34 > liblber-2.3.so.0.2.5 > > # cd /usr/share/src/openldap-2.3.17/libraries/libldap > > # ls -l libldap-2.3.so.0.2.5 > -rwxr-xr-x 1 root root 313700 Jan 30 16:35 > libldap-2.3.so.0.2.5
How about the command-line tools? Do they start correctly? I had problems with GNU's strip damaging the executables and shared libs. I switched to using Sun's strip shipped with Solaris. Ciao, Michael.
