bugGNU FreeIPMI - Bugs: bug #45309, configure fails on CentOS7.1-1503...

 
 

bug #45309: configure fails on CentOS7.1-1503 64-bit

Submitter:  None
Submitted:  Fri 12 Jun 2015 04:30:49 PM UTC
   
 
Category:  None Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Installation Problem
Status:  None Privacy:  Public
Assigned to:  None Open/Closed:  Open
Operating System:  GNU/Linux
* Mandatory Fields

Add a New Comment Rich Markup
   

Fri 12 Jun 2015 11:38:34 PM UTC, comment #1: 

Hmmm, can you do a very simple compile?  Such as

#include <gcrypt.h>

int main() {
  gcry_md_open(NULL, 0, 0);
}

then compile

gcc foo.c -lgcrypt

internally, this is basically all configure is doing to check for libgcrypt.

Albert Chu <chu11>
Group administrator
Fri 12 Jun 2015 04:30:49 PM UTC, original submission:  

I initially tried a ./configure as is which resulted in the following:

configure: error: libgcrypt required to build libfreeipmi

I then tried running:
 
  # ./configure  --prefix=/usr --libdir=/usr/lib64

and got the same result. 

As a last ditch effort I modified the paths in the configure script to include /usr/lib64, but still go the same error.

Here is the installed libgcrypt:

[root@vm-pteng-FreeIPMI-02 freeipmi-1.4.9]# locate libgcrypt
/usr/lib64/.libgcrypt.so.11.hmac
/usr/lib64/libgcrypt.so.11
/usr/lib64/libgcrypt.so.11.8.2

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by chu11 (Posted a comment)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    No changes have been made to this item

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code