ChinaUnix.net
相关文章推荐:

daqstatic library

1、如何得知系統安裝了哪些 library ?! 2、如何得知所安裝的 library 的路徑?! 3、 [/etc]# find / -name ld.so.conf find: cannot open /: Stale NFS file handle 這是什麼問題?!

by cmc - Solaris - 2003-03-14 09:12:43 阅读(907) 回复(3)

相关讨论

1、如何得知系統安裝了哪些 library ?! 2、如何得知所安裝的 library 的路徑?! 3、 [/etc]# find / -name ld.so.conf find: cannot open /: Stale NFS file handle 這是什麼問題?!

by cmc - Solaris - 2003-03-14 09:12:43 阅读(2517) 回复(1)

Hi, All 我在用SOIL(Simple OpenGL Image library)库为OpenGL程序加载图片时,编译时链接总是有问题,但库已经在/usr/lib 而且我也已经ldconfig了。但为什么就是链接不上,是动态库和静态库同时链接的原因吗?

by ln2718 - Linux环境编程 - 2013-11-27 07:52:47 阅读(994) 回复(3)

想在nokia 770 (gnome + gdk) 上编个小程序,怎么才能最简单的发个http request?只看到了socket.h, 有方便的http library可以用么?多谢。

by yuestar - GUI编程 - 2008-10-01 04:41:23 阅读(2556) 回复(3)

#include stdio.h> #include dlfcn.h> #define null 0 ///* declarations used for dynamic linking support routines */ //extern void *dlopen (const char *, int); //extern void *dlsym (void *, const char *); //extern int dlclose (void *); //extern char *dlerror (void); int main(int argc, char **argv) { printf("load so demo... \n"); // open the library printf("opening libhello.so.1.0...\n")...

by ivykiki - Linux文档专区 - 2008-05-16 16:11:51 阅读(799) 回复(0)

一、概述
一个实例中的library cache

by zr_baobao - Oracle - 2011-12-19 13:56:45 阅读(682) 回复(0)

/*
Author : Nico Wang
Date   : 2007-04-04
Purpose: 深刻理解library cache lock与library cache pin

*/

需要用到的几个脚本:
1. ShowBlocking.sql
/*
ShowBlocking.sql
找出会话之间的阻塞关系
*/
set linesize 200
col blocking_status format a15
col blocking_session format a15
col p1text format a15
col p1raw format a20
col p2text format a15

by itpub.com.cn - Oracle - 2011-12-19 13:56:43 阅读(619) 回复(0)

大家好,我想做一个library call hook. 是glibc提供的库函数(strcpy, strlen),而不是系统调用。 有两种办法,一种是LD_PRELOAD,第二种是ptrace。我编译了Injectso源码,发现出错,无法找到符号表中的_dl_open Injectso 2002年出现的,是不是Linux内核的linker和动态链接原理发生了变化,导致Injectso无法工作。(参考网页:http://blog.chinaunix.net/space.php?uid=20361370&do=blog&id=1962528) 附: 下面是在一个进程影像找...

by spockzfl - C/C++ - 2011-11-05 06:32:22 阅读(1735) 回复(0)

下载了一个vim的.tar.bz2文件 到了./configure这一步时出现 “ no terminal library found checking for tgetent()... configure: error: NOT FOUND! You need to install a terminal library; for example ncurses. Or specify the name of the library with --with-tlib. ” 问题一:什么是terminal library? 问题二:怎么装 问题三:我先前在终端安装过vim,但是为什么在应用程序 里找不到vim

by namelixiu - Linux新手园地 - 2011-07-13 08:57:36 阅读(6960) 回复(2)

谁有《The Standard C library》?能发一下吗?

by teclimber - C/C++ - 2011-06-24 08:59:11 阅读(2426) 回复(1)