This is where I post snippets of information about Information Technology. It is mostly for my own reference but I hope that others will find it useful and comments are welcome.
Sunday, February 23, 2014
Wednesday, December 18, 2013
Error: Missing Dependency: libc.so.6(GLIBC_2.4) is needed by package
https://www.centos.org/forums/viewtopic.php?t=21742
summary :
Put this near the top of your spec file
%define _use_internal_dependency_generator 0
%define __find_requires %{nil}
%define __strip /bin/true
%define debug_package %{nil}
%global debug_package %{nil}
summary :
Put this near the top of your spec file
%define _use_internal_dependency_generator 0
%define __find_requires %{nil}
%define __strip /bin/true
%define debug_package %{nil}
%global debug_package %{nil}
Error: Missing Dependency: libc.so.6(GLIBC_2.4) is needed by package
Put this at the top of your spec file
# To prevent these annoying errors:# Error: Missing Dependency: libc.so.6(GLIBC_2.4) is needed by package eir-cnr-client-cel5# Error: Missing Dependency: libcrypto.so.6 is needed by package eir-cnr-client-cel5# Error: Missing Dependency: libssl.so.6 is needed by package eir-cnr-client-cel5## do these defines%define _use_internal_dependency_generator 0%define __find_requires %{nil}%define __strip /bin/true%define debug_package %{nil}%global debug_package %{nil}
Saturday, September 07, 2013
how to type copyright symbol in gimp text
from http://www.ajopaul.com/2013/01/17/add-copyright-symbol-in-gimp-as-text/
ctrl-shift-u let up the u and type a 9 the let up ctrl and shift then a symbol will appear
ctrl-shift-u let up the u and type a 9 the let up ctrl and shift then a symbol will appear
Tuesday, August 27, 2013
Saturday, August 24, 2013
A good REST tutorial
A rest tutorial that acrually makes sense and provides useful examples: http://docs.phalconphp.com/en/latest/reference/tutorial-rest.html
Subscribe to:
Posts (Atom)