libfastcommon | c common functions library extracted from my open source
kandi X-RAY | libfastcommon Summary
kandi X-RAY | libfastcommon Summary
copyright (c) 2010 happy fish / yuqing. libfastcommon may be copied only under the terms of the less gnu general public license(lgpl). please visit the libfastcommon home page for more detail. english language: chinese language: c common functions library extracted from my open source projects fastdfs and fastdht. this library is very simple and stable. some functions are wrappered into php extension, such as fastcommon_gethostaddrs, fastcommon_id_generator_xxx, fastcommon_get_ifconfigs, fastcommon_get_sysinfo etc. c function including: logger: [logger.h] asynchronously sync to disk for high performance, thread safe, log rotate, auto delete old log files, compress log file etc. ini file reader: [ini_file_reader.h] support sections marked by [sectionname] support a config item ocurs multiple times for multiple values, such as: tracker_server = ip1 tracker_server = ip2 #include directive to include other ini file #@function directive for annotation #@set directive to set variables for condition of #@if directive support control statements for special purpose as: #@if, #@else, #@endif, #@for, #@endfor. id generator: [id_generator.h]
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of libfastcommon
libfastcommon Key Features
libfastcommon Examples and Code Snippets
Community Discussions
Trending Discussions on libfastcommon
QUESTION
I'm developing several modules on Nginx(Centos7.6,Nginx1.16), all of which rely on a local cached key-value pair library. It's libshmcache key-value pair
, so I want to build it into Nginx, but I'm compiling it to use with an error: undefined reference to shmcache_init_from_file_ex
.
This is the command I used at compile time:
...ANSWER
Answered 2019-Aug-26 at 11:56You still have to add the library libshmcache
as a reference to your shared object.
You can do this by specifying -lshmcache
when linking the shared object, for example like this:
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install libfastcommon
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page