1. problem currently, if you install hydrogen(a shared library build) via make install from build directory you can not start hydrogen. you get this error message "error while loading shared libraries: libhydrogen-core-0.9.6.so: cannot open shared object file: No such file or directory." the library is installed under "/usr/local/lib/libhydrogen-core-0.9.6.so" and hydrogen on startup search under "/usr/lib/libhydrogen-core-0.9.6.so".
2. problem cpack don't install data dir into package. also the cpack build search data dir under system installation directory. so you can not start a cpack builded hydrogen without a data system installation. that's not so nice. 3. problem on static library build on debian 64 bit building stop with a linker problem against gzopen and gzclose. this is only used by drumkit.cpp inside a #ifndef WIN32 preprocessor directive. so normally under linux, this part of code have to ignored. i don't know why linking under ubuntu works properly. whatever... i am no cmake hero, so i can not solve all this problems. need some help here. greetings wolke ------------------------------------------------------------------------------ All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity and more. Splunk takes this data and makes sense of it. Business sense. IT sense. Common sense. http://p.sf.net/sfu/splunk-d2dcopy1 _______________________________________________ Hydrogen-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/hydrogen-devel
