22. Feb. 2007 00:18 Joan Valduvieco Llopart wrote: > > Some things I found during testing: > > Why does libelektra depends on libelektra-utils? It is ok to install only > > the library. > > libelektra-utils contains kdb wich is used in libelektra postinst script in > order to configre some parameters. I'm no libelektra guru (I am using it's > C API on a project but I haven't deep knowledge of it).. Is the following > command necessary for elektra working with filesys backend? > kdb set system/sw/kdb/current/schemapath > "/usr/share/sgml/elektra-0.1.1/elektra.xsd"
No, it is not needed. And we do not plan that the core library will depend on anything inside the elektra configuration. Network Backends or similar may need some entries (with kdb done). > If it is not necessary I can remove from libelektra postinst script and > break the dependency. libelektratools/kdbtools.c: // ret=kdbGetValue(KDB_SCHEMA_PATH_KEY,schemaPath,sizeof(schemaPath)); > > It is possible to install libelektra-dev for itself without libelektra? > > No. -dev contains dev manpages, soft links necessary for linking, static > libraries and examples. Without libelektra package you have no libraries to > link to. > > > The licence does not contain copyright notice to Avi. > > Ouch! I'll fix this. > > > update-alternatives is a really great solution for now! > > > > It works great! > > > > Thank you > > Markus Raab > > > > ------------------------------------------------------------------------- > > Take Surveys. Earn Cash. Influence the Future of IT > > Join SourceForge.net's Techsay panel and you'll get the chance to share > > your opinions on IT & business topics through brief surveys-and earn cash > > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > > _______________________________________________ > > Registry-list mailing list > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/registry-list > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share > your opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Registry-list mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/registry-list ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Registry-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/registry-list
