[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: {SPAM?} Re: ldaps access with RedHat 7.3 installation



On Mon, 2003-08-25 at 18:00, Edward Rudd wrote:
> http://freshrpms.net/docs/fight/ has a nice "intro" to building rpms..
> but basically if you have an SRPM file.. the easiest way to rebuild it
> is to do a (as root unfortunately) rpm --rebuild whatever.src.rpm
> that will go through a LOT of stuff compiling and whatnot and building a
> package..  the default location will be in your /usr/src/redhat
> directory under the RPMS/i386 subdirectory.
> /usr/src/redhat is also the default of where the src.rpms will be
> installed (sources in the SOURCES subdir and the spec files in the SPECS
> subdir), but it's easier to just do a --rebuild, as you don't have to
> worry about those files.. RPM handles extracting and executing the spec
> file and cleaning up after itself.
> 

Thanks for that, I think I understand. The other day when I downloaded
the SRPMS and ran 'rpm -iv openldap-...', it looks like it is in the
SOURCES directory like you said. Does this look like it:

[root@webtent ldap]# ls /usr/src/redhat/SOURCES
autofs.schema                    openldap-2.0.12-redhat.patch
db-4.1.24.NC.tar.gz              openldap-2.0.16-config.patch
guide.html                       openldap-2.0.23-sendbuf.patch
kerberosobject.schema            openldap-2.0.27-susesec.patch
ldap.init                        openldap-2.0.27.tgz
MigrationTools-26-suffix.patch   openldap-2.0.3-syslog.patch
MigrationTools-27-simple.patch   patch.4.1.24.2
MigrationTools-36-mktemp.patch   patch.4.1.24.3
MigrationTools-38-instdir.patch  patch.4.1.24.4
MigrationTools-44-schema.patch   patch.4.1.24.5
MigrationTools-44.tar.gz         patch.4.1.24.6
migration-tools.txt              patch.4.1.24.7
openldap-1.2.11-cldap.patch      patch.4.1.24.8
openldap-2.0.11-debug.patch      README.sendbuf
openldap-2.0.11-ldaprc.patch     README.upgrading
openldap-2.0.11-libtool.patch    rfc822-MailMember.schema
openldap-2.0.11-linkage.patch

However, I went and ran the RPM again for RH7.3 and it is this that I'm
getting about SASL and not libcrypto.so.2 like I was trying to remember.

[root@webtent ldap]# rpm -iv openldap-2.1.22-1.i386.rpm
error: failed dependencies:
        libsasl2.so.2   is needed by openldap-2.1.22-1

Should I have SASL of this version? It would be nice just to get the
package to work, it should on RH7.3,right?

-- 
Robert