Thanks. That was easy.
-----Original Message----- From: sip [mailto:sip@arcdiv.com] Sent: Saturday, November 12, 2005 5:03 PM To: Leo Papadopoulos; serusers@lists.iptel.org Subject: Re: [Serusers] Question Compiling acc.so
It's actually pretty easy to just recompile/install a module at a time. The recompilation part is in the docs (INSTALL file).
Basically, from the root directory of your source code...
make modules=modules/acc modules
That would recompile the acc module. My recommendation, however, is to go INTO the src/modules/acc directoy and do a make clean (it will whine about how you should run this from the root directory, but ignore that -- that's just a stock message and doesn't pertain to make cleans). THEN recompile the module from the root of the src tree to make sure any stale object files are no longer lying about mucking up your recompile.
Once it's been compiled, stop ser (important step), and just copy the resulting .so (which will be in the modules/acc directory) file into the /usr/local/lib/ser/modules directory and you're good to go.
Restart ser and watch for weird error messages in the log. :)
STOPPING ser is very important if you're replacing one of its modules, or it will panic, die, and leave a bunch of core files sitting in your / tree. Always messy.
N.
On Sat, 12 Nov 2005 10:26:34 -0500, Leo Papadopoulos wrote
Dear serusers,
I am running ser 0.9.3 I want to enable the accounting package to write to MySQL. I realize I need to recompile to do this.
Can I just compile ONLY the acc and somehow install this acc module? If so, how? Is it just easier or better to recompile all of SER?
Telecom CTO Leo Papadopoulos 10 Old Stone Court Ridgefield, CT 06877 Tel: 203-438-8117 Cell: 203-788-6364 E-mail: leo@telecomCTO.com Web site: www.telecomCTO.com
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers