摘要:错误信息如下
/tmp/ccKeKpX9.o(.text+0x37): In function `main':
: undefined reference to `sqlite3_open'
/tmp/ccKeKpX9.o(.text+0x51): In function `main':
: undefined reference to `sqlite3_errmsg'
/tmp/ccKeKpX9.o(.text+0x73): In function `main':
: undefined reference to `sqlite3_close'
/tmp/ccKeKpX9.o(.text+0x9b): In function `main':
: undefined reference to `sqlite3_close'
collect2: ld returned 1 exit status
解决方法
gcc -o hello -L /usr/local/lib -I/usr/local/include -static hello.c -lsqlite3
阅读全文
08 2008 档案
摘要:好久没有做ASP.NET相关的程序了。今天用的时候发现IIS竟然启动不了。打开服务看看,发现Word Wide Web服务没有启动。但是手动启动时有报错。仔细查看了服务列表,发现Event Log服务被我给停掉了。启动这个服务,再启动Word Wide Web服务和IIS就就好了。Event Log服务不是WWW服务所依赖的,却是不可少的。
阅读全文

浙公网安备 33010602011771号