Update: Back at the hotel and not trying to do this during a meeting... much easier :-)
Turns out the dependency really is "libssh" (and not libssh2). Grabbed the source, installed and did the following (pay no mind to the . build dir <g>): [root@janus openvas-libraries-6.0.0]# export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/local/lib/pkgconfig [root@janus openvas-libraries-6.0.0]# cmake . -- Configuring the Libraries... -- Install prefix: /usr/local -- checking for module 'libssh>=0.5.0' -- found libssh, version 0.5.3 -- Looking for pcap... So, posting my results for the searchable record. Bedtime! Randy On 4/24/2013 3:15 PM, Randal T. Rioux wrote: > Have an issue with libssh>=0.5.0 for openvas-libraries. Perhaps I'm > confusing the requirement - it is libssh2-devel, correct? No other > variations appear within the default yum repo. Hopefully it isn't some > archaic, abandoned collection of bits! :-) > > [root@janus openvas-libraries-6.0.0]# cmake . > -- Configuring the Libraries... > -- Install prefix: /usr/local > -- checking for module 'libssh>=0.5.0' > -- package 'libssh>=0.5.0' not found > -- Looking for pcap... > -- Looking for pcap... /usr/lib/libpcap.so > -- Looking for pcap-config... > -- Looking for pcap-config... /usr/bin/pcap-config > -- Looking for gpgme... > -- Looking for gpgme... /usr/lib/libgpgme.so > -- Looking for ksba... > -- Looking for ksba... /usr/lib/libksba.so > -- Looking for libldap... > -- Found /usr/lib/libldap.so - ldap support enabled > -- Looking for uuid... > -- Looking for uuid... /usr/lib/libuuid.so > -- Configuring done > -- Generating done > -- Build files have been written to: /usr/src/openvas-libraries-6.0.0 > > [root@janus openvas-libraries-6.0.0]# yum info libssh2-devel > Loaded plugins: fastestmirror, security > Loading mirror speeds from cached hostfile > * base: mirror.nexcess.net > * extras: ftp.osuosl.org > * updates: mirrors.advancedhosters.com > Installed Packages > Name : libssh2-devel > Arch : i686 > Version : 1.4.2 > Release : 1.el6 > Size : 70 k > Repo : installed > From repo : base > Summary : Development files for libssh2 > URL : http://www.libssh2.org/ > License : BSD > Description : The libssh2-devel package contains libraries and header > : files for developing applications that use libssh2. > _______________________________________________ > Openvas-discuss mailing list > [email protected] > https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-discuss > _______________________________________________ Openvas-discuss mailing list [email protected] https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-discuss
