Chuck Rolke created QPID-5023:
---------------------------------

             Summary: C++ Broker legacystore cmake finddb searches for 
installed c db and not for c++ db
                 Key: QPID-5023
                 URL: https://issues.apache.org/jira/browse/QPID-5023
             Project: Qpid
          Issue Type: Bug
          Components: C++ Broker
    Affects Versions: 0.22
         Environment: cmake build on fedora 18
            Reporter: Chuck Rolke
            Assignee: Chuck Rolke


cmake finddb fails to locate the installed database and legacystore is not 
built. When Finddb fails it complains that the c language version of the 
database is missing when it needs the c++ version. Also, the README does not 
mention the correct versions of the database to install.

>From the command line yum can show what packages need to be installed. Thanks 
>to Andrew for pointing this out.

> sudo yum install /usr/include/db_cxx.h

 Package 
=========
Installing:
 libdb-cxx-devel
Installing for dependencies:
 libdb-cxx      
 libdb-devel    

Without libdb-cxx-devel and libdb-cxx legacystore will no build.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to