Lars,<br><br>May I suggest this process:<br><br>make clean && svn up && ./bootstrap.sh && ./configure && make install<br><br>It's one step less intensive than starting with a fresh checkout. I just did that on four systems last night that all had a buggy build with cluechoo and file_string and now all four are humming along nicely.<br>
<br>-MC<br><br><div class="gmail_quote">On Fri, May 8, 2009 at 6:54 AM, Lars Zeb <span dir="ltr"><<a href="mailto:larclap@yahoo.com">larclap@yahoo.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
In launching freeswitch, I noticed the errors below, plus many more I did<br>
not copy here. Also the mod directory had only two modules in it, so I<br>
rebuilt from the tarball again. Same results.<br>
<br>
I did ./configure, make and make install. What have I done wrong?<br>
<br>
Thanks, Lars<br>
<br>
2009-05-08 05:52:32 [CRIT] switch_loadable_module.c:871<br>
switch_loadable_module_load_file() Error Loading module<br>
/usr/local/freeswitch/mod/mod_console.so<br>
**/usr/local/freeswitch/mod/mod_console.so: cannot open shared object file:<br>
No such file or directory**<br>
2009-05-08 05:52:32 [CRIT] switch_loadable_module.c:871<br>
switch_loadable_module_load_file() Error Loading module<br>
/usr/local/freeswitch/mod/mod_logfile.so<br>
**/usr/local/freeswitch/mod/mod_logfile.so: cannot open shared object file:<br>
No such file or directory**<br>
2009-05-08 05:52:32 [CRIT] switch_loadable_module.c:871<br>
switch_loadable_module_load_file() Error Loading module<br>
/usr/local/freeswitch/mod/mod_enum.so<br>
**/usr/local/freeswitch/mod/mod_enum.so: cannot open shared object file: No<br>
such file or directory**<br>
2009-05-08 05:52:32 [DEBUG] mod_cdr_csv.c:314 load_config() Adding default<br>
template.<br>
2009-05-08 05:52:32 [DEBUG] mod_cdr_csv.c:359 load_config() Adding template<br>
sql.<br>
2009-05-08 05:52:32 [DEBUG] mod_cdr_csv.c:359 load_config() Adding template<br>
example.<br>
2009-05-08 05:52:32 [DEBUG] mod_cdr_csv.c:359 load_config() Adding template<br>
snom.<br>
2009-05-08 05:52:32 [DEBUG] mod_cdr_csv.c:359 load_config() Adding template<br>
linksys.<br>
2009-05-08 05:52:32 [DEBUG] mod_cdr_csv.c:359 load_config() Adding template<br>
asterisk.<br>
2009-05-08 05:52:32 [CONSOLE] switch_loadable_module.c:889<br>
switch_loadable_module_load_file() Successfully Loaded [mod_cdr_csv]<br>
2009-05-08 05:52:32 [CRIT] switch_loadable_module.c:871<br>
switch_loadable_module_load_file() Error Loading module<br>
/usr/local/freeswitch/mod/mod_event_socket.so<br>
**/usr/local/freeswitch/mod/mod_event_socket.so: cannot open shared object<br>
file: No such file or directory**<br>
2009-05-08 05:52:32 [CRIT] switch_loadable_module.c:871<br>
switch_loadable_module_load_file() Error Loading module<br>
/usr/local/freeswitch/mod/mod_sofia.so<br>
**/usr/local/freeswitch/mod/mod_sofia.so: cannot open shared object file: No<br>
such file or directory**<br>
2009-05-08 05:52:32 [CRIT] switch_loadable_module.c:871<br>
switch_loadable_module_load_file() Error Loading module<br>
/usr/local/freeswitch/mod/mod_loopback.so<br>
**/usr/local/freeswitch/mod/mod_loopback.so: cannot open shared object file:<br>
No such file or directory**<br>
2009-05-08 05:52:32 [CRIT] switch_loadable_module.c:871<br>
switch_loadable_module_load_file() Error Loading module<br>
/usr/local/freeswitch/mod/mod_commands.so<br>
**/usr/local/freeswitch/mod/mod_commands.so: cannot open shared object file:<br>
No such file or directory**<br>
...<br>
<div class="im">FreeSWITCH Version 1.0.4pre7 (13238M) Started.<br>
Crash Protection [Disabled]<br>
Max Sessions[1000]<br>
Session Rate[30]<br>
SQL [Enabled]<br>
<br>
</div>fs:/usr/local/freeswitch/mod # l<br>
total 104<br>
drwxr-xr-x 2 root root 4096 2009-05-08 06:23 ./<br>
drwxr-xr-x 13 root root 4096 2009-05-08 06:23 ../<br>
-rwxr-xr-x 1 root root 37098 2009-05-08 06:23 mod_amr.so*<br>
-rwxr-xr-x 1 root root 52950 2009-05-08 06:23 mod_cdr_csv.so*<br>
<br>
<br>
make[5]: *** [mod_cluechoo.lo] Error 1<br>
make[4]: *** [all] Error 1<br>
make[3]: *** [mod_cluechoo-all] Error 1<br>
make[2]: *** [all-recursive] Error 1<br>
Making all in build<br>
+-------- FreeSWITCH Build Complete -----------+<br>
+ FreeSWITCH has been successfully built. +<br>
+ Install by running: +<br>
+ +<br>
+ make install +<br>
+----------------------------------------------+<br>
make[1]: *** [all-recursive] Error 1<br>
make: *** [all] Error 2<br>
<br>
Making install in build<br>
+-------- FreeSWITCH install Complete ----------+<br>
+ FreeSWITCH has been successfully installed. +<br>
+ +<br>
...<br>
+ +<br>
+-----------------------------------------------+<br>
make[1]: *** [install-recursive] Error 1<br>
make: *** [install] Error 2<br>
<div class="im"><br>
<br>
-----Original Message-----<br>
From: <a href="mailto:freeswitch-users-bounces@lists.freeswitch.org">freeswitch-users-bounces@lists.freeswitch.org</a><br>
</div><div class="im">[mailto:<a href="mailto:freeswitch-users-bounces@lists.freeswitch.org">freeswitch-users-bounces@lists.freeswitch.org</a>] On Behalf Of Jason<br>
White<br>
Sent: Thursday, May 07, 2009 6:25 PM<br>
To: <a href="mailto:freeswitch-users@lists.freeswitch.org">freeswitch-users@lists.freeswitch.org</a><br>
Subject: Re: [Freeswitch-users] Total noob question<br>
<br>
</div><div><div></div><div class="h5">Lars Zeb <<a href="mailto:larclap@yahoo.com">larclap@yahoo.com</a>> wrote:<br>
> I have installed from the 1.0.4pre7 tarball on a openSuse 11.1.<br>
><br>
> Why is it that after I launch freeswitch and type in either 'show' or<br>
> 'status' at the console, it responds with 'Unknown command', but it does<br>
> accept 'shutdown'?<br>
<br>
Maybe the mod_commands module wasn't loaded. Check your logs, and try<br>
"load mod_commands" from the FreeSWITCH console.<br>
<br>
That module should have been loaded unless there is something seriously<br>
wrong<br>
with the build or installation process.<br>
<br>
<br>
_______________________________________________<br>
Freeswitch-users mailing list<br>
<a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br>
<br>
_______________________________________________<br>
Freeswitch-users mailing list<br>
<a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
</div></div></blockquote></div><br>