Hi everybody<br><br>I have a problem and want to know if anyone has already seen it before :<br>I try to use web-meetme.3.1.0 and follow these instructions <a href="http://sourceforge.net/docman/display_doc.php?docid=48924&amp;group_id=164788">http://sourceforge.net/docman/display_doc.php?docid=48924&amp;group_id=164788</a><br>
<br>1) when i do &quot;make&quot; command in cbmysql folder, errors happened<br>*********************<br>cc -pipe -I/usr/include/mysql -L/usr/lib/mysql -fPIC -I/usr/src/asterisk -D_GNU_SOURCE  -I/usr/include/mysql   -c -o app_cbmysql.o app_cbmysql.c<br>
app_cbmysql.c:584: attention : initialization from incompatible pointer type<br>app_cbmysql.c:585: attention : initialization from incompatible pointer type<br>app_cbmysql.c:585: attention : initialization makes integer from pointer without a cast<br>
app_cbmysql.c:594:38: erreur: macro « ast_config_load » requiert 2 arguments, mais seulement 1 ont été passés<br>app_cbmysql.c: In function ‘load_config’:<br>app_cbmysql.c:594: erreur: ‘ast_config_load’ undeclared (first use in this function)<br>
app_cbmysql.c:594: erreur: (Each undeclared identifier is reported only once<br>app_cbmysql.c:594: erreur: for each function it appears in.)<br>make: *** [app_cbmysql.o] Erreur 1<br>*********************<br><br>when I try to go on the web page I have these messages<br>
*********************<br>Notice: Undefined variable: s in /var/www/html/web-meetme-v3.1.0/meetme_control.php on line 9<br>Notice: Undefined variable: logoff_section in /var/www/html/web-meetme-v3.1.0/meetme_control.php on line 12<br>
Notice: Undefined variable: logoff_section in /var/www/html/web-meetme-v3.1.0/meetme_control.php on line 19<br>Notice: Undefined index: auth in /var/www/html/web-meetme-v3.1.0/meetme_control.php on line 29<br>Notice: Undefined variable: AUTH_USER in /var/www/html/web-meetme-v3.1.0/meetme_control.php on line 39<br>
Notice: Undefined index: auth in /var/www/html/web-meetme-v3.1.0/meetme_control.php on line 45<br>Notice: Undefined index: privilege in /var/www/html/web-meetme-v3.1.0/lib/header.inc on line 8<br>Notice: Undefined index: auth in /var/www/html/web-meetme-v3.1.0/lib/header.inc on line 28<br>
Notice: Undefined variable: logoff_sel in /var/www/html/web-meetme-v3.1.0/lib/header.inc on line 35<br>*********************<br>note that I want to use sqldb.conf for users authentication and not ldap.<br><br>Regards<br><br>
Harry<br><br>