search for: libconf

Displaying 7 results from an estimated 7 matches for "libconf".

Did you mean: libgconf
2013 Mar 10
1
libconf branch build failure: sigemptyset()
Vaclav, NUT is failing to build on OS X 10.6 and 10.7 With GCC/g++: http://buildbot.networkupstools.org/public/nut/builders/MacOSX-10.6-x86/builds/340/steps/compile/logs/stdio The same branch with clang/clang++: /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../include -I../include -g -O2 -MT nutipc.lo -MD -MP -MF .deps/nutipc.Tpo -c -o nutipc.lo nutipc.cpp
2003 Oct 20
2
swatlib?
Hi, Anyone have by any chance created a swatlib? I'm curious about maybe making a swatlib that can be used as the basis to make a php loadable module to control Samba's config file.... Anyone? Alex
2012 Dec 10
0
libnutconf: An overview
...ulation and the nutcli tool, which shall use text-only interactive approach (and shall be used mainly as a helper for creation of NUT config. from scratch). So, this is I hope about it for the libnutconf overview; except of where you can find the current code: https://github.com/balooloo/nut/tree/libconf (Emilien's GitHub NUT repository, libconf branch). Hope that the post contained all the major points of libnutconf existence etc. If there are any questions, don't hesitate to ask. Any issues, considerations, recommendations, and---of course---any help offers welcome, as always... ;-) E...
2006 Feb 27
1
Errors after building 3.0.21b on AIX 5.2
...a long time, so I am very rusty at debugging these kind of problems. It is obvious that I did not do something right when I ran 'configure'. Here is the command line I used: ./configure --with-acl-support --with-utmp --with-ldap --with-ads --with-pam --with-winbind --with-aio=yes --with-libconf=/usr/local --with-sendfile-support --prefix=/ccase/dist/build/samba --with-quotas --with-krb5=/usr/local --with-shared-modules=idmap_ad,idmap_rid --enable-shared=yes --disable-static What did I do wrong? I am using gcc 4.0.2. Thank you. Ray Gebbie Federated Systems Group San Francisco, CA 94102...
2006 Oct 06
0
Re: Samba 3.0.23c and libiconv on AIX 5.3
...iconv.so.2) could not be loaded. 0509-152 Member libiconv.so.2 is not found in archive Ahh the joy of LIBPATH....As the root user, before you start the samba daemons, type: unset LIBAPTH You should be fine after that...maybe even script this for the future... Cheers, Bill Libconf files are here: # find /opt -name "libiconv*" -print /opt/pware/lib/libiconv.a /opt/pware/lib/libiconv.la /opt/pware/share/doc/libiconv How to define Samba to look up /opt/pware/lib directory I do not want to replace AIX original /usr/lib/libiconv.a Best regards,...
2012 Dec 07
0
libnutconf: (De)serialisation methods added
?Hello everybody, (de)serialisation methods of all the currently existing config. classes were pushed to balooloo/nut, libconf branch: https://github.com/balooloo/nut/commit/df8b584c7fef71741b33bff11a482a103360250e Please note that the deserialisation methods should work, however they are quite inefficient since they simply read the whole stream to memory and then call parseFromString. I guess it's enough for now, b...
2012 Dec 11
0
libnutconf: Basic UTs for libnutconf pushed
?Hello everybody, basic UTs for libnutconf were pushed to balooloo/nut, libconf branch: https://github.com/balooloo/nut/commit/f453459419abf6c597d5d186494f91ed6f0e81aa Note that the tests are not exhaustive; however, they test the most prominent (sample) configuration settings (de)serialisation. The code should also give you an idea about how to write a simple configuration...