VoIP Mailing List Archives
Mailing list archives for the VoIP community |
|
View previous topic :: View next topic |
Author |
Message |
gcd at i.ph Guest
|
Posted: Sun Sep 13, 2009 9:34 am Post subject: [Freeswitch-users] FS 1.0.4 erl configure error |
|
|
hi,
i want to enable odbc support which is required in mod_lcr feature. however, i encounter ./configure problem after installing Erlang R13B01. this is the portion of the error messages:
.......
checking for erl... /usr/local/bin/erl
checking erlang version... 5.7.2
checking erlang libdir... /usr/local/lib/erlang/lib/erl_interface-3.6.2/lib
checking erlang incdir... /usr/local/lib/erlang/lib/erl_interface-3.6.2/include
checking ei.h usability... yes
checking ei.h presence... no
configure: WARNING: ei.h: accepted by the compiler, rejected by the preprocessor!
configure: WARNING: ei.h: proceeding with the compiler's result
checking for ei.h... yes
checking for ei_encode_version in -lei... yes
checking for ei_link_unlink in -lei... no
configure: Your erlang seems OK, do not forget to enable mod_erlang_event in modules.conf
configure: creating ./config.status
config.status: creating src/include/switch_version.h.in
.infig.status: error: cannot find input file: Makefile
-------- END --------
i set ERL_TOP environment variable to the source directory. has anyone encountered this problem? can anyone give me a hint what's wrong. i'm compiling FS 1.0.4.
thank you,
/nandy |
|
Back to top |
|
|
tayeb.meftah at gmail.com Guest
|
Posted: Sun Sep 13, 2009 10:02 am Post subject: [Freeswitch-users] FS 1.0.4 erl configure error |
|
|
hello,
i think you enabled mod_erlang_event in the modules.conf
install unixodbc if is not installed
thanks
Nandy Dagondon a écrit : Quote: | hi,
i want to enable odbc support which is required in mod_lcr feature. however, i encounter ./configure problem after installing Erlang R13B01. this is the portion of the error messages:
.......
checking for erl... /usr/local/bin/erl
checking erlang version... 5.7.2
checking erlang libdir... /usr/local/lib/erlang/lib/erl_interface-3.6.2/lib
checking erlang incdir... /usr/local/lib/erlang/lib/erl_interface-3.6.2/include
checking ei.h usability... yes
checking ei.h presence... no
configure: WARNING: ei.h: accepted by the compiler, rejected by the preprocessor!
configure: WARNING: ei.h: proceeding with the compiler's result
checking for ei.h... yes
checking for ei_encode_version in -lei... yes
checking for ei_link_unlink in -lei... no
configure: Your erlang seems OK, do not forget to enable mod_erlang_event in modules.conf
configure: creating ./config.status
config.status: creating src/include/switch_version.h.in
.infig.status: error: cannot find input file: Makefile
-------- END --------
i set ERL_TOP environment variable to the source directory. has anyone encountered this problem? can anyone give me a hint what's wrong. i'm compiling FS 1.0.4.
thank you,
/nandy
|
__________ Information from ESET NOD32 Antivirus, version of virus signature database 4421 (20090913) __________ The message was checked by ESET NOD32 Antivirus. http://www.eset.com |
|
Back to top |
|
|
nandy1925 at gmail.com Guest
|
Posted: Mon Sep 14, 2009 1:28 am Post subject: [Freeswitch-users] FS 1.0.4 erl configure error |
|
|
meftah,
i disabled mod_erlang_event in modules.conf. unixodbc is installed already. still ... the same error message. tks for your input.
/nandy
On Sun, Sep 13, 2009 at 11:56 PM, Meftah Tayeb <tayeb.meftah@gmail.com (tayeb.meftah@gmail.com)> wrote:
Quote: | hello,
i think you enabled mod_erlang_event in the modules.conf
install unixodbc if is not installed
thanks
Nandy Dagondon a écrit : Quote: |
hi,
i want to enable odbc support which is required in mod_lcr feature. however, i encounter ./configure problem after installing Erlang R13B01. this is the portion of the error messages:
.......
checking for erl... /usr/local/bin/erl
checking erlang version... 5.7.2
checking erlang libdir... /usr/local/lib/erlang/lib/erl_interface-3.6.2/lib
checking erlang incdir... /usr/local/lib/erlang/lib/erl_interface-3.6.2/include
checking ei.h usability... yes
checking ei.h presence... no
configure: WARNING: ei.h: accepted by the compiler, rejected by the preprocessor!
configure: WARNING: ei.h: proceeding with the compiler's result
checking for ei.h... yes
checking for ei_encode_version in -lei... yes
checking for ei_link_unlink in -lei... no
configure: Your erlang seems OK, do not forget to enable mod_erlang_event in modules.conf
configure: creating ./config.status
config.status: creating src/include/switch_version.h.in
.infig.status: error: cannot find input file: Makefile
-------- END --------
i set ERL_TOP environment variable to the source directory. has anyone encountered this problem? can anyone give me a hint what's wrong. i'm compiling FS 1.0.4.
thank you,
/nandy
|
__________ Information from ESET NOD32 Antivirus, version of virus signature database 4421 (20090913) __________
The message was checked by ESET NOD32 Antivirus.
http://www.eset.com
_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org (FreeSWITCH-users@lists.freeswitch.org)
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
|
|
|
Back to top |
|
|
nandy1925 at gmail.com Guest
|
Posted: Tue Sep 15, 2009 9:17 pm Post subject: [Freeswitch-users] FS 1.0.4 erl configure error |
|
|
hi folks, anyone encountered this problem? tks.
/nandy
On Mon, Sep 14, 2009 at 2:20 PM, Nandy Dagondon <nandy1925@gmail.com (nandy1925@gmail.com)> wrote:
Quote: | meftah,
i disabled mod_erlang_event in modules.conf. unixodbc is installed already. still ... the same error message. tks for your input.
/nandy
On Sun, Sep 13, 2009 at 11:56 PM, Meftah Tayeb <tayeb.meftah@gmail.com (tayeb.meftah@gmail.com)> wrote:
Quote: | hello,
i think you enabled mod_erlang_event in the modules.conf
install unixodbc if is not installed
thanks
Nandy Dagondon a écrit : Quote: |
hi,
i want to enable odbc support which is required in mod_lcr feature. however, i encounter ./configure problem after installing Erlang R13B01. this is the portion of the error messages:
.......
checking for erl... /usr/local/bin/erl
checking erlang version... 5.7.2
checking erlang libdir... /usr/local/lib/erlang/lib/erl_interface-3.6.2/lib
checking erlang incdir... /usr/local/lib/erlang/lib/erl_interface-3.6.2/include
checking ei.h usability... yes
checking ei.h presence... no
configure: WARNING: ei.h: accepted by the compiler, rejected by the preprocessor!
configure: WARNING: ei.h: proceeding with the compiler's result
checking for ei.h... yes
checking for ei_encode_version in -lei... yes
checking for ei_link_unlink in -lei... no
configure: Your erlang seems OK, do not forget to enable mod_erlang_event in modules.conf
configure: creating ./config.status
config.status: creating src/include/switch_version.h.in
.infig.status: error: cannot find input file: Makefile
-------- END --------
i set ERL_TOP environment variable to the source directory. has anyone encountered this problem? can anyone give me a hint what's wrong. i'm compiling FS 1.0.4.
thank you,
/nandy
|
__________ Information from ESET NOD32 Antivirus, version of virus signature database 4421 (20090913) __________
The message was checked by ESET NOD32 Antivirus.
http://www.eset.com
_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org (FreeSWITCH-users@lists.freeswitch.org)
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
|
|
|
|
Back to top |
|
|
andrew at hijacked.us Guest
|
Posted: Tue Sep 15, 2009 9:59 pm Post subject: [Freeswitch-users] FS 1.0.4 erl configure error |
|
|
On Wed, Sep 16, 2009 at 10:04:14AM +0800, Nandy Dagondon wrote:
Quote: | hi folks, anyone encountered this problem? tks.
|
I don't think this has anything to do with erlang or the freeswitch
erlang module, it's simply that that module's config checks are run
shortly before the real failure occurs.
Andrew
_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org |
|
Back to top |
|
|
nandy1925 at gmail.com Guest
|
Posted: Tue Sep 15, 2009 10:35 pm Post subject: [Freeswitch-users] FS 1.0.4 erl configure error |
|
|
the ./configure script aborts after the last error message. any hint where to look for the problem? tks.
/nandy
On Wed, Sep 16, 2009 at 10:53 AM, Andrew Thompson <andrew@hijacked.us (andrew@hijacked.us)> wrote:
|
|
Back to top |
|
|
nandy1925 at gmail.com Guest
|
Posted: Tue Sep 15, 2009 10:36 pm Post subject: [Freeswitch-users] FS 1.0.4 erl configure error |
|
|
is the Erlang source needed in the FS source directory?
/nandy
On Wed, Sep 16, 2009 at 11:21 AM, Nandy Dagondon <nandy1925@gmail.com (nandy1925@gmail.com)> wrote:
Quote: | the ./configure script aborts after the last error message. any hint where to look for the problem? tks.
/nandy
On Wed, Sep 16, 2009 at 10:53 AM, Andrew Thompson <andrew@hijacked.us (andrew@hijacked.us)> wrote:
|
|
|
Back to top |
|
|
nandy1925 at gmail.com Guest
|
Posted: Tue Sep 15, 2009 10:52 pm Post subject: [Freeswitch-users] FS 1.0.4 erl configure error |
|
|
it's working now. the problem? it's the configure script itself. some ^M characters somehow crept into the line containing ac_config_files. tks for the tip Andrew!
/nandy
On Wed, Sep 16, 2009 at 11:26 AM, Nandy Dagondon <nandy1925@gmail.com (nandy1925@gmail.com)> wrote:
Quote: | is the Erlang source needed in the FS source directory?
/nandy
On Wed, Sep 16, 2009 at 11:21 AM, Nandy Dagondon <nandy1925@gmail.com (nandy1925@gmail.com)> wrote:
Quote: | the ./configure script aborts after the last error message. any hint where to look for the problem? tks.
/nandy
On Wed, Sep 16, 2009 at 10:53 AM, Andrew Thompson <andrew@hijacked.us (andrew@hijacked.us)> wrote:
|
|
|
|
Back to top |
|
|
mike at jerris.com Guest
|
Posted: Tue Sep 15, 2009 10:57 pm Post subject: [Freeswitch-users] FS 1.0.4 erl configure error |
|
|
something is messed up in your build environment, it has nothing to do with erlang. Is this with a fresh svn checkout or tarball?
Mike
On Sep 13, 2009, at 10:27 AM, Nandy Dagondon wrote:
Quote: | hi,
i want to enable odbc support which is required in mod_lcr feature. however, i encounter ./configure problem after installing Erlang R13B01. this is the portion of the error messages:
.......
checking for erl... /usr/local/bin/erl
checking erlang version... 5.7.2
checking erlang libdir... /usr/local/lib/erlang/lib/erl_interface-3.6.2/lib
checking erlang incdir... /usr/local/lib/erlang/lib/erl_interface-3.6.2/include
checking ei.h usability... yes
checking ei.h presence... no
configure: WARNING: ei.h: accepted by the compiler, rejected by the preprocessor!
configure: WARNING: ei.h: proceeding with the compiler's result
checking for ei.h... yes
checking for ei_encode_version in -lei... yes
checking for ei_link_unlink in -lei... no
configure: Your erlang seems OK, do not forget to enable mod_erlang_event in modules.conf
configure: creating ./config.status
config.status: creating src/include/switch_version.h.in
.infig.status: error: cannot find input file: Makefile
-------- END --------
i set ERL_TOP environment variable to the source directory. has anyone encountered this problem? can anyone give me a hint what's wrong. i'm compiling FS 1.0.4.
thank you,
/nandy
_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org (FreeSWITCH-users@lists.freeswitch.org)
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
|
|
|
Back to top |
|
|
nandy1925 at gmail.com Guest
|
Posted: Tue Sep 15, 2009 11:00 pm Post subject: [Freeswitch-users] FS 1.0.4 erl configure error |
|
|
mike, got it from tarball. - nandy
On Wed, Sep 16, 2009 at 11:51 AM, Michael Jerris <mike@jerris.com (mike@jerris.com)> wrote:
|
|
Back to top |
|
|
mike at jerris.com Guest
|
Posted: Wed Sep 16, 2009 3:09 am Post subject: [Freeswitch-users] FS 1.0.4 erl configure error |
|
|
Are those in the Tarball?
On Sep 15, 2009, at 11:47 PM, Nandy Dagondon <nandy1925@gmail.com (nandy1925@gmail.com)> wrote:
Quote: | it's working now. the problem? it's the configure script itself. some ^M characters somehow crept into the line containing ac_config_files. tks for the tip Andrew!
/nandy
On Wed, Sep 16, 2009 at 11:26 AM, Nandy Dagondon <[url=mailto:nandy1925@gmail.com]nandy1925@gmail.com (nandy1925@gmail.com)[/url]> wrote:
Quote: | is the Erlang source needed in the FS source directory?
/nandy
On Wed, Sep 16, 2009 at 11:21 AM, Nandy Dagondon <[url=mailto:nandy1925@gmail.com]nandy1925@gmail.com (nandy1925@gmail.com)[/url]> wrote:
Quote: | the ./configure script aborts after the last error message. any hint where to look for the problem? tks.
/nandy
On Wed, Sep 16, 2009 at 10:53 AM, Andrew Thompson <[url=mailto:andrew@hijacked.us]andrew@hijacked.us (andrew@hijacked.us)[/url]> wrote:
|
|
_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org (FreeSWITCH-users@lists.freeswitch.org)
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
|
|
|
Back to top |
|
|
nandy1925 at gmail.com Guest
|
Posted: Wed Sep 16, 2009 3:55 am Post subject: [Freeswitch-users] FS 1.0.4 erl configure error |
|
|
hi mike, i download the tarball file to check the configure script. it's clean. so, there must be an error during my first download or build. - nandy
On Wed, Sep 16, 2009 at 3:54 PM, Michael Jerris <mike@jerris.com (mike@jerris.com)> wrote:
|
|
Back to top |
|
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|