ChinaUnix.net
相关文章推荐:

apr LDRUNPATH

编译apache之前要先编译aprapr-util,如果系统自带的话就不用编译,直接编译apache就可以了。但是,为什么一定要编译apache可移植运行库aprapr-util呢?它们应该只是可选择安装的吧?都有哪些具体的作用呢?还是就是必须装,没有理由的:em14:

by youyan2007 - 服务器应用 - 2009-07-07 10:35:52 阅读(10050) 回复(4)

相关讨论

报错 apr 我已经安装了

by oainilp - Linux新手园地 - 2012-11-14 15:45:48 阅读(770) 回复(0)

求大家个事,哪位高手可以给小弟发个简单的客户端服务端程序,最好用到select。前段时间老师让我用C语言在Linux下编个socket程序,要求用到select,现在让我对着apr的格式把那个程序弄成垮平台的。时间很紧,我实在是不会了,求求各位高手,给小弟些程序参考参考呗。万分感谢! 小弟邮箱:[email]duan_di@163.com[/email]

by luokeleee - C/C++ - 2010-06-29 14:13:25 阅读(1097) 回复(0)

[code]apr_DECLARE(void) apr_allocator_max_free_set(apr_allocator_t *allocator, apr_size_t in_size) { apr_uint32_t max_free_index; apr_uint32_t size = (apr_UINT32_TRUNC_CAST)in_size; #if apr_HAS_THREADS apr_thread_mutex_t *mutex; mutex = apr_allocator_mutex_get(allocator); if (mutex != NULL) apr_thread_mutex_lock(mutex); #en...

by ovipgdft - C/C++ - 2010-05-17 17:15:51 阅读(1761) 回复(0)

增加程序的可移植性能 apr分3个包: apr:基本底层函数,包括进程、线程、共享段、锁、网络通信、动态加载等功能; apr-iconv:字符转换,与linux下的iconv类似; apr-util:上层封装函数,有ldap、数据库、bdb等 比如用apr-util的测试程序来操纵oracle数据: dbd oracle user=uname|pass=upin,顺便也能学习一下Oci。

by forxy - C/C++ - 2010-07-01 09:44:05 阅读(4415) 回复(11)

checking for gcc... gcc checking for C compiler default output file name... configure: error: C compiler cannot create executables See `config.log' for more details. configure failed for srclib/apr ------------------ 编译apache 时的错误,apt-get install libapr0 libapr0-dev 后可以编译apache, 不过,我一直想知道apr是什么?lib应该是链接库文件 与apache有什么关系? 谢了

by azhoulinux - 系统管理 - 2006-03-31 14:14:38 阅读(810) 回复(0)

checking for gcc... gcc checking for C compiler default output file name... configure: error: C compiler cannot create executables See `config.log' for more details. configure failed for srclib/apr ------------------ 编译apache 时的错误,apt-get install libapr0 libapr0-dev 后可以编译apache, 不过,我一直想知道apr是什么?lib应该是链接库文件 与apache有什么关系? 谢了

by azhoulinux - Linux系统管理 - 2012-09-06 11:25:07 阅读(2346) 回复(1)

Looking for apr source in ../apr Creating include/private/apu_config.h ... Creating configure ... Generating 'make' outputs ... Invoking xml/expat/buildconf.sh ... Copying libtool helper files ... Incorporating /usr/local/share/aclocal/libtool15.m4 into aclocal.m4 ... Creating config.h.in ... autoheader259: WARNING: Using auxiliary files such as `acconfig.h', `config.h.bot' autoheader259: WARNING:...

by pczz - BSD - 2005-12-13 03:45:09 阅读(1095) 回复(0)

本帖最后由 weixinchao2012 于 2014-07-02 18:14 编辑 各位: 安装apr-util的时候出现这个错误如下所示:[code][root@dhcc apr-util-1.3.12]# make Making all in xml/expat make[1]: Entering directory `/home/app/apr-util-1.3.12/xml/expat' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/home/app/apr-util-1.3.12/xml/expat' make[1]: Entering directory `/home/app/apr-util-1.3.12' sed '...

by weixinchao2012 - Linux系统管理 - 2014-07-03 09:41:15 阅读(2081) 回复(4)

本帖最后由 jasonlyd 于 2013-09-19 21:50 编辑 大家好,当小弟启动Tomcat时,发现catalina log 里出现错误信息。能帮小弟看下吗?请问是什么原因? INFO: Loaded apr based Apache Tomcat Native library 1.1.27 using apr version 1.4.8. Sep 19, 2013 5:58:15 PM org.apache.catalina.core.aprLifecycleListener init INFO: apr capabilities: IPv6 [true], sendfile [true], accept filters [false], random [true]. Sep 19...

by jasonlyd - Linux新手园地 - 2013-09-26 16:17:53 阅读(4915) 回复(4)

一 apache默认已经带了apr包位置再 /httpd-2.2.11/srclib/apr # /httpd-2.2.11/srclib/apr/configure #make #make install 二 进到tomcat/bin 目录下 # tar zxvf tomcat-native.tar.gz # cd tomcat-native-1.1.14-src/jni/native # ./configure --wirh-apr=/usr/local/apr # make # make install 三 export CATALINA_OPTS=-Djava.library.path=/usr/local/apr/lib 四 重启tomcat 五 查看日志 ÐÅÏ...

by waynewu - Linux文档专区 - 2009-02-04 11:26:41 阅读(1010) 回复(0)