木曜日, 7 月 22nd, 2010 | Author: djodjo

備忘録
aprは/usr/local/aprにインストール済み
gcc -I/usr/local/apr/include/apr-1/ -lapr-1 -L/usr/local/apr/lib/ sample.c -o sample

apache2.2がインストール済みなら
gcc -I/usr/local/apache/include/ -lapr-1 -L/usr/local/apache/lib/ sample.c -o sample
でもOK

Category: 未分類
You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.
Leave a Reply