2008年4月23日 星期三

How to build openssl shared library?

How to build openssl shared library? Just follow the commands below
# ./configure --prefix=/usr/share/openssl shared
# ./Configure shared linux-generic32
# make
# make test
# make install

You can reference the INSTALL file for the details.

沒有留言: