rpm dependencies
When you built openssh, didn't it also build the openssh-clients and openssh-server RPMs?* You should install them at the same in the same transaction with your version of openssh:
rpm -Uvh openssh*-5.6p1-1.i386.rpm On Mon, Nov 29, 2010 at 11:23 AM, bluethundr <bluethundr@gmail.com> wrote: *I have successfully created a packaged version of openssh that has the LPK patch. *LPK allows you to store your public keys in LDAP. However when I go to install the package I created it complains about dependencies: [root@VIRTCENT13:/home/bluethundr/rpm]#rpm -Uvh openssh-5.6p1-1.i386.rpm error: Failed dependencies: * * * *openssh = 5.5p1-1.el5 is needed by (installed) openssh-clients-5.5p1-1.el5.i386 * * * *openssh = 5.5p1-1.el5 is needed by (installed) openssh-server-5.5p1-1.el5.i386 *how can I get past this? thanks!! -- Here's my RSA Public key: gpg --keyserver pgp.mit.edu --recv-keys B6D6EAC3 _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos |
rpm dependencies
At Mon, 29 Nov 2010 11:23:03 -0500 CentOS mailing list <centos@centos.org> wrote:
> > I have successfully created a packaged version of openssh that has > the LPK patch. LPK allows you to store your public keys in LDAP. > However when I go to install the package I created it complains about > dependencies: > > [root@VIRTCENT13:/home/bluethundr/rpm]#rpm -Uvh openssh-5.6p1-1.i386.rpm > error: Failed dependencies: > openssh = 5.5p1-1.el5 is needed by (installed) openssh-clients-5.5p1-1.el5.i386 > openssh = 5.5p1-1.el5 is needed by (installed) openssh-server-5.5p1-1.el5.i386 > > how can I get past this? Get the spec file from the stock openssh SRPM and use that as a guide to create a spec file for openssh-5.6p1 that will create the openssh-clients and openssh-server sub-packages and then re-build it again. Now you can upgrade the three packages openssh-5.6p1-1.i386.rpm, openssh-clients-5.6p1-1.i386.rpm and openssh-server-5.6p1-1.i386.rpm. > > thanks!! > > -- Robert Heller -- 978-544-6933 / heller@deepsoft.com Deepwoods Software -- http://www.deepsoft.com/ () ascii ribbon campaign -- against html e-mail / www.asciiribbon.org -- against proprietary attachments _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos |
rpm dependencies
Sounds great guys!! on it!!! :)
On Mon, Nov 29, 2010 at 11:55 AM, Robert Heller <heller@deepsoft.com> wrote: > At Mon, 29 Nov 2010 11:23:03 -0500 CentOS mailing list <centos@centos.org> wrote: > >> >> *I have successfully created a packaged version of openssh that has >> the LPK patch. *LPK allows you to store your public keys in LDAP. >> However when I go to install the package I created it complains about >> dependencies: >> >> [root@VIRTCENT13:/home/bluethundr/rpm]#rpm -Uvh openssh-5.6p1-1.i386.rpm >> error: Failed dependencies: >> * * * openssh = 5.5p1-1.el5 is needed by (installed) openssh-clients-5.5p1-1.el5.i386 >> * * * openssh = 5.5p1-1.el5 is needed by (installed) openssh-server-5.5p1-1.el5.i386 >> >> *how can I get past this? > > Get the spec file from the stock openssh SRPM and use that as a guide > to create a spec file for openssh-5.6p1 that will create the > openssh-clients and openssh-server sub-packages and then re-build it > again. *Now you can upgrade the three packages > openssh-5.6p1-1.i386.rpm, openssh-clients-5.6p1-1.i386.rpm and > openssh-server-5.6p1-1.i386.rpm. > >> >> thanks!! >> >> > > -- > Robert Heller * * * * * * -- 978-544-6933 / heller@deepsoft.com > Deepwoods Software * * * *-- http://www.deepsoft.com/ > () *ascii ribbon campaign -- against html e-mail > / *www.asciiribbon.org * -- against proprietary attachments > > > > _______________________________________________ > CentOS mailing list > CentOS@centos.org > http://lists.centos.org/mailman/listinfo/centos > -- Here's my RSA Public key: gpg --keyserver pgp.mit.edu --recv-keys B6D6EAC3 _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos |
rpm dependencies
Hey list,
I actually got the spec for openssh-lpk to build... however for some reason at this point it is ONLY building SRPMs... no idea why yet but i am plugging away at this.. I could use a spare set of eyes on this if you can spare them... spec file is enclosed... thanks!! On Mon, Nov 29, 2010 at 12:02 PM, bluethundr <bluethundr@gmail.com> wrote: > Sounds great guys!! on it!!! :) > > On Mon, Nov 29, 2010 at 11:55 AM, Robert Heller <heller@deepsoft.com> wrote: >> At Mon, 29 Nov 2010 11:23:03 -0500 CentOS mailing list <centos@centos.org> wrote: >> >>> >>> *I have successfully created a packaged version of openssh that has >>> the LPK patch. *LPK allows you to store your public keys in LDAP. >>> However when I go to install the package I created it complains about >>> dependencies: >>> >>> [root@VIRTCENT13:/home/bluethundr/rpm]#rpm -Uvh openssh-5.6p1-1.i386.rpm >>> error: Failed dependencies: >>> * * * openssh = 5.5p1-1.el5 is needed by (installed) openssh-clients-5.5p1-1.el5.i386 >>> * * * openssh = 5.5p1-1.el5 is needed by (installed) openssh-server-5.5p1-1.el5.i386 >>> >>> *how can I get past this? >> >> Get the spec file from the stock openssh SRPM and use that as a guide >> to create a spec file for openssh-5.6p1 that will create the >> openssh-clients and openssh-server sub-packages and then re-build it >> again. *Now you can upgrade the three packages >> openssh-5.6p1-1.i386.rpm, openssh-clients-5.6p1-1.i386.rpm and >> openssh-server-5.6p1-1.i386.rpm. >> >>> >>> thanks!! >>> >>> >> >> -- >> Robert Heller * * * * * * -- 978-544-6933 / heller@deepsoft.com >> Deepwoods Software * * * *-- http://www.deepsoft.com/ >> () *ascii ribbon campaign -- against html e-mail >> / *www.asciiribbon.org * -- against proprietary attachments >> >> >> >> _______________________________________________ >> CentOS mailing list >> CentOS@centos.org >> http://lists.centos.org/mailman/listinfo/centos >> > > > > -- > Here's my RSA Public key: > gpg --keyserver pgp.mit.edu --recv-keys B6D6EAC3 > -- Here's my RSA Public key: gpg --keyserver pgp.mit.edu --recv-keys B6D6EAC3 _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos |
rpm dependencies
using this command, sorry I forgot to include that..
[makerpm@VIRTCENT15 SPECS]$ rpmbuild -ba openssh-lpk.spec and here's the tail end of the output: PAM is enabled. You may need to install a PAM control file for sshd, otherwise password authentication may fail. Example PAM control files can be found in the contrib/ subdirectory + exit 0 Checking for unpackaged file(s): /usr/lib/rpm/check-files /var/tmp/openssh-5.6p1-buildroot Wrote: /home/makerpm/rpmbuild/SRPMS/openssh-5.6p1-7.src.rpm thanks! On Mon, Nov 29, 2010 at 4:19 PM, bluethundr <bluethundr@gmail.com> wrote: > Hey list, > > *I actually got the spec for openssh-lpk to build... however for some > reason at this point it is ONLY building SRPMs... no idea why yet but > i am plugging away at this.. I could use a spare set of eyes on this > if you can spare them... > > *spec file is enclosed... > > > thanks!! > > > On Mon, Nov 29, 2010 at 12:02 PM, bluethundr <bluethundr@gmail.com> wrote: >> Sounds great guys!! on it!!! :) >> >> On Mon, Nov 29, 2010 at 11:55 AM, Robert Heller <heller@deepsoft.com> wrote: >>> At Mon, 29 Nov 2010 11:23:03 -0500 CentOS mailing list <centos@centos.org> wrote: >>> >>>> >>>> *I have successfully created a packaged version of openssh that has >>>> the LPK patch. *LPK allows you to store your public keys in LDAP. >>>> However when I go to install the package I created it complains about >>>> dependencies: >>>> >>>> [root@VIRTCENT13:/home/bluethundr/rpm]#rpm -Uvh openssh-5.6p1-1.i386.rpm >>>> error: Failed dependencies: >>>> * * * openssh = 5.5p1-1.el5 is needed by (installed) openssh-clients-5.5p1-1.el5.i386 >>>> * * * openssh = 5.5p1-1.el5 is needed by (installed) openssh-server-5.5p1-1.el5.i386 >>>> >>>> *how can I get past this? >>> >>> Get the spec file from the stock openssh SRPM and use that as a guide >>> to create a spec file for openssh-5.6p1 that will create the >>> openssh-clients and openssh-server sub-packages and then re-build it >>> again. *Now you can upgrade the three packages >>> openssh-5.6p1-1.i386.rpm, openssh-clients-5.6p1-1.i386.rpm and >>> openssh-server-5.6p1-1.i386.rpm. >>> >>>> >>>> thanks!! >>>> >>>> >>> >>> -- >>> Robert Heller * * * * * * -- 978-544-6933 / heller@deepsoft.com >>> Deepwoods Software * * * *-- http://www.deepsoft.com/ >>> () *ascii ribbon campaign -- against html e-mail >>> / *www.asciiribbon.org * -- against proprietary attachments >>> >>> >>> >>> _______________________________________________ >>> CentOS mailing list >>> CentOS@centos.org >>> http://lists.centos.org/mailman/listinfo/centos >>> >> >> >> >> -- >> Here's my RSA Public key: >> gpg --keyserver pgp.mit.edu --recv-keys B6D6EAC3 >> > > > > -- > Here's my RSA Public key: > gpg --keyserver pgp.mit.edu --recv-keys B6D6EAC3 > -- Here's my RSA Public key: gpg --keyserver pgp.mit.edu --recv-keys B6D6EAC3 _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos |
| All times are GMT. The time now is 04:18 PM. |
VBulletin, Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.