Hi all, I installed ser adding some external modules but looking at /usr/local/lib/ser I couldn't find them (mysql jabber cpl-c auth_radius group_radius uri_radius avp_radius postgres pa)
make make all include_modules="mysql jabber cpl-c auth_radius group_radius uri_radius avp_radius postgres pa" make install
thanks Giuseppe
It is quite strange I got..
locate auth_radius.so /lib/ser/modules/auth_radius.so
but I cancelled all modules files from previous ser installation and actually they don't exist anymore! I also tried make proper before new installation... what do I have to do????
thanks Giuseppe
----- Original Message ----- From: Giuseppe Parlato To: serusers@iptel.org Sent: Thursday, July 20, 2006 11:20 AM Subject: [Serusers] problem installing external modules
Hi all, I installed ser adding some external modules but looking at /usr/local/lib/ser I couldn't find them (mysql jabber cpl-c auth_radius group_radius uri_radius avp_radius postgres pa)
make make all include_modules="mysql jabber cpl-c auth_radius group_radius uri_radius avp_radius postgres pa" make install
thanks Giuseppe
------------------------------------------------------------------------------
_______________________________________________ Serusers mailing list Serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
------------------------------------------------------------------------------
No virus found in this incoming message. Checked by AVG Free Edition. Version: 7.1.394 / Virus Database: 268.10.2/393 - Release Date: 19/07/2006
I think you have to use the same parameteres for the compilation and for the installation phase: make include_modules="mysql jabber cpl-c ..." all make include_modules="mysql jabber cpl-c ..." install
If this does not work, check the compilation phase to check if there's an error. If an error occurs probably there's an error with a missing library/include directory. Take a look to check wether the modules have effectively compiled (look in each module directory to see if the .so is there). For instance, check if under ./modules/mysql there's a file called mysql.so.
Remember to execute the <make blablaba install> with a user with enough permissions to write on the prefix directory, which looks like you've got /lib/ser/. Check if the install phase gives any permission problems.
Hope it helps, Samuel.
2006/7/20, Giuseppe Parlato gparlato@tnet.it:
It is quite strange I got..
locate auth_radius.so /lib/ser/modules/auth_radius.so
but I cancelled all modules files from previous ser installation and actually they don't exist anymore! I also tried make proper before new installation... what do I have to do????
thanks Giuseppe ----- Original Message ----- *From:* Giuseppe Parlato gparlato@tnet.it *To:* serusers@iptel.org *Sent:* Thursday, July 20, 2006 11:20 AM *Subject:* [Serusers] problem installing external modules
Hi all, I installed ser adding some external modules but looking at /usr/local/lib/ser I couldn't find them (mysql jabber cpl-c auth_radius group_radius uri_radius avp_radius postgres pa)
make make all include_modules="mysql jabber cpl-c auth_radius group_radius uri_radius avp_radius postgres pa" make install
thanks Giuseppe
Serusers mailing list Serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
No virus found in this incoming message. Checked by AVG Free Edition. Version: 7.1.394 / Virus Database: 268.10.2/393 - Release Date: 19/07/2006
Serusers mailing list Serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
ok thanks now modules are installed however I still get acc.so module error when I try to start ser,
ser: ERROR: load_module: could not open module </usr/local/lib/ser/modules/acc.so>: libradiusclient-ng.so.2: cannot open shared object file: No such file or directory
Giuseppe
----- Original Message ----- From: samuel To: Giuseppe Parlato Cc: serusers@iptel.org Sent: Thursday, July 20, 2006 1:10 PM Subject: Re: [Serusers] problem installing external modules
I think you have to use the same parameteres for the compilation and for the installation phase: make include_modules="mysql jabber cpl-c ..." all make include_modules="mysql jabber cpl-c ..." install
If this does not work, check the compilation phase to check if there's an error. If an error occurs probably there's an error with a missing library/include directory. Take a look to check wether the modules have effectively compiled (look in each module directory to see if the .so is there). For instance, check if under ./modules/mysql there's a file called mysql.so.
Remember to execute the <make blablaba install> with a user with enough permissions to write on the prefix directory, which looks like you've got /lib/ser/. Check if the install phase gives any permission problems.
Hope it helps, Samuel.
2006/7/20, Giuseppe Parlato <gparlato@tnet.it >: It is quite strange I got..
locate auth_radius.so /lib/ser/modules/auth_radius.so
but I cancelled all modules files from previous ser installation and actually they don't exist anymore! I also tried make proper before new installation... what do I have to do????
thanks Giuseppe
----- Original Message ----- From: Giuseppe Parlato To: serusers@iptel.org Sent: Thursday, July 20, 2006 11:20 AM Subject: [Serusers] problem installing external modules
Hi all, I installed ser adding some external modules but looking at /usr/local/lib/ser I couldn't find them (mysql jabber cpl-c auth_radius group_radius uri_radius avp_radius postgres pa)
make make all include_modules="mysql jabber cpl-c auth_radius group_radius uri_radius avp_radius postgres pa" make install
thanks Giuseppe
---------------------------------------------------------------------------- _______________________________________________ Serusers mailing list Serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
---------------------------------------------------------------------------- No virus found in this incoming message. Checked by AVG Free Edition. Version: 7.1.394 / Virus Database: 268.10.2/393 - Release Date: 19/07/2006
_______________________________________________ Serusers mailing list Serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
------------------------------------------------------------------------------
No virus found in this incoming message. Checked by AVG Free Edition. Version: 7.1.394 / Virus Database: 268.10.2/393 - Release Date: 19/07/2006
you should add the directory where libradiusclient-ng.so.2 to the LD_LIBRARY_PATH env. variable:
#export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:directory_where_radius_library_is Samuel.
2006/7/20, Giuseppe Parlato gparlato@tnet.it:
ok thanks now modules are installed however I still get acc.so module error when I try to start ser,
ser: ERROR: load_module: could not open module </usr/local/lib/ser/modules/acc.so>: libradiusclient-ng.so.2: cannot open shared object file: No such file or directory
Giuseppe
----- Original Message ----- *From:* samuel samu60@gmail.com *To:* Giuseppe Parlato gparlato@tnet.it *Cc:* serusers@iptel.org *Sent:* Thursday, July 20, 2006 1:10 PM *Subject:* Re: [Serusers] problem installing external modules
I think you have to use the same parameteres for the compilation and for the installation phase: make include_modules="mysql jabber cpl-c ..." all make include_modules="mysql jabber cpl-c ..." install
If this does not work, check the compilation phase to check if there's an error. If an error occurs probably there's an error with a missing library/include directory. Take a look to check wether the modules have effectively compiled (look in each module directory to see if the .so is there). For instance, check if under ./modules/mysql there's a file called mysql.so.
Remember to execute the <make blablaba install> with a user with enough permissions to write on the prefix directory, which looks like you've got /lib/ser/. Check if the install phase gives any permission problems.
Hope it helps, Samuel.
2006/7/20, Giuseppe Parlato <gparlato@tnet.it >:
It is quite strange I got..
locate auth_radius.so /lib/ser/modules/auth_radius.so
but I cancelled all modules files from previous ser installation and actually they don't exist anymore! I also tried make proper before new installation... what do I have to do????
thanks Giuseppe ----- Original Message ----- *From:* Giuseppe Parlato gparlato@tnet.it *To:* serusers@iptel.org *Sent:* Thursday, July 20, 2006 11:20 AM *Subject:* [Serusers] problem installing external modules
Hi all, I installed ser adding some external modules but looking at /usr/local/lib/ser I couldn't find them (mysql jabber cpl-c auth_radius group_radius uri_radius avp_radius postgres pa)
make make all include_modules="mysql jabber cpl-c auth_radius group_radius uri_radius avp_radius postgres pa" make install thanks Giuseppe
Serusers mailing list Serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
No virus found in this incoming message. Checked by AVG Free Edition. Version: 7.1.394 / Virus Database: 268.10.2/393 - Release Date: 19/07/2006
Serusers mailing list Serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
No virus found in this incoming message. Checked by AVG Free Edition. Version: 7.1.394 / Virus Database: 268.10.2/393 - Release Date: 19/07/2006
yessss, now I get 2 errors starting ser (configuration file is from ser 0.8.14 but now I'm using 0.9.6),
} else if ((method=="INVITE") & !check_from()) {
thanks Giuseppe
----- Original Message ----- From: samuel To: Giuseppe Parlato Cc: serusers@iptel.org Sent: Thursday, July 20, 2006 4:05 PM Subject: Re: [Serusers] problem installing external modules
you should add the directory where libradiusclient-ng.so.2 to the LD_LIBRARY_PATH env. variable:
#export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:directory_where_radius_library_is Samuel.
2006/7/20, Giuseppe Parlato gparlato@tnet.it: ok thanks now modules are installed however I still get acc.so module error when I try to start ser,
ser: ERROR: load_module: could not open module </usr/local/lib/ser/modules/acc.so>: libradiusclient-ng.so.2: cannot open shared object file: No such file or directory
Giuseppe
----- Original Message ----- From: samuel To: Giuseppe Parlato Cc: serusers@iptel.org Sent: Thursday, July 20, 2006 1:10 PM Subject: Re: [Serusers] problem installing external modules
I think you have to use the same parameteres for the compilation and for the installation phase: make include_modules="mysql jabber cpl-c ..." all make include_modules="mysql jabber cpl-c ..." install
If this does not work, check the compilation phase to check if there's an error. If an error occurs probably there's an error with a missing library/include directory. Take a look to check wether the modules have effectively compiled (look in each module directory to see if the .so is there). For instance, check if under ./modules/mysql there's a file called mysql.so.
Remember to execute the <make blablaba install> with a user with enough permissions to write on the prefix directory, which looks like you've got /lib/ser/. Check if the install phase gives any permission problems.
Hope it helps, Samuel.
2006/7/20, Giuseppe Parlato <gparlato@tnet.it >: It is quite strange I got..
locate auth_radius.so /lib/ser/modules/auth_radius.so
but I cancelled all modules files from previous ser installation and actually they don't exist anymore! I also tried make proper before new installation... what do I have to do????
thanks Giuseppe
----- Original Message ----- From: Giuseppe Parlato To: serusers@iptel.org Sent: Thursday, July 20, 2006 11:20 AM Subject: [Serusers] problem installing external modules
Hi all, I installed ser adding some external modules but looking at /usr/local/lib/ser I couldn't find them (mysql jabber cpl-c auth_radius group_radius uri_radius avp_radius postgres pa)
make make all include_modules="mysql jabber cpl-c auth_radius group_radius uri_radius avp_radius postgres pa" make install thanks Giuseppe
_______________________________________________ Serusers mailing list Serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
No virus found in this incoming message. Checked by AVG Free Edition. Version: 7.1.394 / Virus Database: 268.10.2/393 - Release Date: 19/07/2006
_______________________________________________ Serusers mailing list Serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
No virus found in this incoming message. Checked by AVG Free Edition. Version: 7.1.394 / Virus Database: 268.10.2/393 - Release Date: 19/07/2006
No virus found in this incoming message. Checked by AVG Free Edition. Version: 7.1.394 / Virus Database: 268.10.2/393 - Release Date: 19/07/2006
thanks Samuel,
two errors,
1. parse error (70,20-21): Can't set module parameter: modparam("auth_db|domain|group|uri|usrloc", "db_url", "sql://serro:xxxx@xxx.xxx.xxx.xxx/ser") ..but here I think I should send you all the configuration file.
2. parse error (329,55-56): unknown command, missing loadmodule?: } else if ((method=="INVITE") & !check_from()) {
Giuseppe
----- Original Message ----- From: "Giuseppe Parlato" gparlato@tnet.it To: "samuel" samu60@gmail.com Cc: serusers@iptel.org Sent: Thursday, July 20, 2006 4:39 PM Subject: Re: [Serusers] problem installing external modules
yessss, now I get 2 errors starting ser (configuration file is from ser 0.8.14 but now I'm using 0.9.6),
} else if ((method=="INVITE") & !check_from()) {
thanks Giuseppe
----- Original Message ----- From: samuel To: Giuseppe Parlato Cc: serusers@iptel.org Sent: Thursday, July 20, 2006 4:05 PM Subject: Re: [Serusers] problem installing external modules
you should add the directory where libradiusclient-ng.so.2 to the LD_LIBRARY_PATH env. variable:
#export
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:directory_where_radius_library_is Samuel.
2006/7/20, Giuseppe Parlato gparlato@tnet.it: ok thanks now modules are installed however I still get acc.so module error when I try to start ser,
ser: ERROR: load_module: could not open module </usr/local/lib/ser/modules/acc.so>: libradiusclient-ng.so.2: cannot open shared object file: No such file or directory
Giuseppe
----- Original Message ----- From: samuel To: Giuseppe Parlato Cc: serusers@iptel.org Sent: Thursday, July 20, 2006 1:10 PM Subject: Re: [Serusers] problem installing external modules
I think you have to use the same parameteres for the compilation and for the installation phase: make include_modules="mysql jabber cpl-c ..." all make include_modules="mysql jabber cpl-c ..." install
If this does not work, check the compilation phase to check if there's an error. If an error occurs probably there's an error with a missing library/include directory. Take a look to check wether the modules have effectively compiled (look in each module directory to see if the .so is there). For instance, check if under ./modules/mysql there's a file called mysql.so.
Remember to execute the <make blablaba install> with a user with enough permissions to write on the prefix directory, which looks like you've got /lib/ser/. Check if the install phase gives any permission problems.
Hope it helps, Samuel.
2006/7/20, Giuseppe Parlato <gparlato@tnet.it >: It is quite strange I got..
locate auth_radius.so /lib/ser/modules/auth_radius.so
but I cancelled all modules files from previous ser installation and actually they don't exist anymore! I also tried make proper before new installation... what do I have to do????
thanks Giuseppe
----- Original Message ----- From: Giuseppe Parlato To: serusers@iptel.org Sent: Thursday, July 20, 2006 11:20 AM Subject: [Serusers] problem installing external modules
Hi all, I installed ser adding some external modules but looking at /usr/local/lib/ser I couldn't find them (mysql jabber cpl-c auth_radius group_radius uri_radius avp_radius postgres pa)
make make all include_modules="mysql jabber cpl-c auth_radius group_radius uri_radius avp_radius postgres pa" make install thanks Giuseppe
Serusers mailing list Serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
No virus found in this incoming message. Checked by AVG Free Edition. Version: 7.1.394 / Virus Database: 268.10.2/393 - Release Date: 19/07/2006
Serusers mailing list Serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
No virus found in this incoming message. Checked by AVG Free Edition. Version: 7.1.394 / Virus Database: 268.10.2/393 - Release Date: 19/07/2006
No virus found in this incoming message. Checked by AVG Free Edition. Version: 7.1.394 / Virus Database: 268.10.2/393 - Release Date: 19/07/2006 _______________________________________________ Serusers mailing list Serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
-- No virus found in this incoming message. Checked by AVG Free Edition. Version: 7.1.394 / Virus Database: 268.10.2/393 - Release Date: 19/07/2006
as concerns the first error in url module README file -0.8.14- I found 1.3. Exported Parameters 1.3.1. db_url (string) URL of the database to be used. Default value is "sql://serro:47serro11@localhost/ser". Example 1-1. Set db_url parameter ... modparam("module", "db_url", "sql://username:password@localhost/ser") ...
..but in url module README file -0.9.6- I found
1.3. Exported Parameters None.
so it means it is not necessary ..?
thanks Giuseppe
----- Original Message ----- From: "Giuseppe Parlato" gparlato@tnet.it To: "samuel" samu60@gmail.com Cc: serusers@iptel.org Sent: Thursday, July 20, 2006 5:12 PM Subject: Re: [Serusers] problem installing external modules
thanks Samuel,
two errors,
parse error (70,20-21): Can't set module parameter: modparam("auth_db|domain|group|uri|usrloc", "db_url", "sql://serro:xxxx@xxx.xxx.xxx.xxx/ser") ..but here I think I should send you all the configuration file.
parse error (329,55-56): unknown command, missing loadmodule?: } else if ((method=="INVITE") & !check_from()) {
Giuseppe
----- Original Message ----- From: "Giuseppe Parlato" gparlato@tnet.it To: "samuel" samu60@gmail.com Cc: serusers@iptel.org Sent: Thursday, July 20, 2006 4:39 PM Subject: Re: [Serusers] problem installing external modules
yessss, now I get 2 errors starting ser (configuration file is from ser 0.8.14 but now I'm using 0.9.6),
} else if ((method=="INVITE") & !check_from()) {
thanks Giuseppe
----- Original Message ----- From: samuel To: Giuseppe Parlato Cc: serusers@iptel.org Sent: Thursday, July 20, 2006 4:05 PM Subject: Re: [Serusers] problem installing external modules
you should add the directory where libradiusclient-ng.so.2 to the LD_LIBRARY_PATH env. variable:
#export
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:directory_where_radius_library_is Samuel.
2006/7/20, Giuseppe Parlato gparlato@tnet.it: ok thanks now modules are installed however I still get acc.so module error when I try to start ser,
ser: ERROR: load_module: could not open module </usr/local/lib/ser/modules/acc.so>: libradiusclient-ng.so.2: cannot open shared object file: No such file or directory
Giuseppe
----- Original Message ----- From: samuel To: Giuseppe Parlato Cc: serusers@iptel.org Sent: Thursday, July 20, 2006 1:10 PM Subject: Re: [Serusers] problem installing external modules
I think you have to use the same parameteres for the compilation and for the installation phase: make include_modules="mysql jabber cpl-c ..." all make include_modules="mysql jabber cpl-c ..." install
If this does not work, check the compilation phase to check if there's an error. If an error occurs probably there's an error with a missing library/include directory. Take a look to check wether the modules have effectively compiled (look in each module directory to see if the .so is there). For instance, check if under ./modules/mysql there's a file called mysql.so.
Remember to execute the <make blablaba install> with a user with enough permissions to write on the prefix directory, which looks like you've got /lib/ser/. Check if the install phase gives any permission problems.
Hope it helps, Samuel.
2006/7/20, Giuseppe Parlato <gparlato@tnet.it >: It is quite strange I got..
locate auth_radius.so /lib/ser/modules/auth_radius.so
but I cancelled all modules files from previous ser installation and actually they don't exist anymore! I also tried make proper before new installation... what do I have to do????
thanks Giuseppe
----- Original Message ----- From: Giuseppe Parlato To: serusers@iptel.org Sent: Thursday, July 20, 2006 11:20 AM Subject: [Serusers] problem installing external modules
Hi all, I installed ser adding some external modules but looking at /usr/local/lib/ser I couldn't find them (mysql jabber cpl-c auth_radius group_radius uri_radius avp_radius postgres pa)
make make all include_modules="mysql jabber cpl-c auth_radius group_radius uri_radius avp_radius postgres pa" make install thanks Giuseppe
Serusers mailing list Serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
No virus found in this incoming message. Checked by AVG Free Edition. Version: 7.1.394 / Virus Database: 268.10.2/393 - Release Date: 19/07/2006
Serusers mailing list Serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
No virus found in this incoming message. Checked by AVG Free Edition. Version: 7.1.394 / Virus Database: 268.10.2/393 - Release Date: 19/07/2006
No virus found in this incoming message. Checked by AVG Free Edition. Version: 7.1.394 / Virus Database: 268.10.2/393 - Release Date: 19/07/2006 _______________________________________________ Serusers mailing list Serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
-- No virus found in this incoming message. Checked by AVG Free Edition. Version: 7.1.394 / Virus Database: 268.10.2/393 - Release Date: 19/07/2006
Serusers mailing list Serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
-- No virus found in this incoming message. Checked by AVG Free Edition. Version: 7.1.394 / Virus Database: 268.10.2/393 - Release Date: 19/07/2006