search for: libboost_filesystem

Displaying 4 results from an estimated 4 matches for "libboost_filesystem".

Did you mean: lboost_filesystem
2009 Jul 08
2
[PATCH: ovirt-identify-node replacement 0/1] Node Image Patch
The purpose of this patch is to add the matahari qmf agent package (http://git.et.redhat.com/?p=matahari.git;a=summary) to the node image. Matahari is a qmf agent that publishes hardware information to an amqp broker, replacing functionality from ovirt-identify-node. However, since the capability is not ovirt specific, the agent is maintained as a separate project (see link above). Dependencies
2008 Jun 04
1
Lumenvox - Gentoo
...now and I really hate the thoughts of changing distros just for Lumenvox. Here is my issue: The engine needs the libs from boost. I emerged boost and noticed that there were four libs that the engine were looking for that were not installed via portage. libboost_regex.so.2 libboost_thread.so.2 libboost_filesystem.so.2 libboost_date_time.so.2 Instead, I had the above libs without the .2 at the end. I created symlinks in the engines lib folder. Now, when I try to execute the bin I get: ./LVSRE_SERVER: symbol lookup error: /opt/lumenvox/engine/lib/liblv_lvspeechserver.so: undefined symbol: _ZN5boost10file...
2009 Oct 14
4
Refactor ovirt-node-image code base for inclusion in Fedora
Main reason for refactor is no ovirt-node-image binary image allowed in fedora. Removed ks files, now in ovirt-node-recipe, which is subpackage of ovirt-node. Removed tools, these are now in ovirt-node-recipe which is subpackage of ovirt-node.
2009 Oct 14
8
Refactor ovirt-node code base for inclusion in Fedora
Main reason for refactor is no ovirt-node-image binary image allowed in fedora. Moves tools and kickstart files form ovirt-node-image to subpackage ovirt-node-recipe. Removes old sub packages form ovirt-node, stateless, logos, selinux. Modifies init scripts to meet Fedora packaging guidelines: added status, reload, and lockfile, rhbz: 514221 Added License file.