2008-06-07 01:06:21 到處看看

Solaris10 + PHP5 + IMAP

bash#make gso
bash#cp -a c-client  /usr/local/.
bash#ln -s /usr/local/c-client /usr/include/c-client
bash#ln -s /usr/local/c-client /usr/lib/c-client
bash#cd /usr/local/c-client
bash#mkdir tmp
bash#cd tmp
bash#cp ../c-client.a .
bash#ar xv c-client.a
bash#gcc -shared -mimpure-text -o c-client.so *.o
bash#cp c-client.so ../.
bash#cd ..
bash#ln -s c-client.so libc-client.so
bash#rm -rf tmp

bash#cd xxx/xxx/php-xxx/
bash#./configure --with-apxs2=/usr/local/apache/bin/apxs --with-iconv --enable-mbstring --with-imap --with-mysql=/usr/sfw
bash#make
bash#make install