On Mar 25, 2004 at 12:07, Klaus Darilion klaus.mailinglists@pernau.at wrote:
compile ser by calling make: # make
compile ser modules by calling: # make modules
compile mysql ser modules by calling: # make modules modules=modules/mysql
or replace all of the above commands by: make all include_modules=mysql
install ser: # make install
install mysql module: # cp modules/mysql/mysql.so /usr/local/lib/ser/modules/
and these by:
make install include_modules=mysql
Andrei