Sponsor: VoiceMeUp - Corporate & Wholesale VoIP Services

VoIP Mailing List Archives
Mailing list archives for the VoIP community
 SearchSearch 

[Freeswitch-users] mod_perl won't load


 
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> freeSWITCH Users
View previous topic :: View next topic  
Author Message
nic at foneshow.com
Guest





PostPosted: Tue Sep 02, 2008 12:27 pm    Post subject: [Freeswitch-users] mod_perl won't load Reply with quote

I'm new to Freeswitch and trying to start a clean install (no flags or
options) with a stock modules.conf except mod_perl is enabled (on an
EC2 Fedora instance if that matters!) and getting this error on startup:

2008-09-02 13:02:27 [CRIT] switch_loadable_module.c:756
switch_loadable_module_load_file() Error Loading module /usr/local/
freeswitch/mod/mod_perl.so
**/usr/local/freeswitch/mod/mod_perl.so: undefined symbol:
Perl_Tstack_base_ptr**

Has anyone else seen this? Is anyone else running Freeswitch with
mod_perl in EC2? Or, generally, what should I do next? Thanks -

Nic

_______________________________________________
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
brian at freeswitch.org
Guest





PostPosted: Tue Sep 02, 2008 12:30 pm    Post subject: [Freeswitch-users] mod_perl won't load Reply with quote

What does perl -V say?

/b


On Sep 2, 2008, at 12:09 PM, Nic Wolff wrote:

Quote:
Perl_Tstack_base_ptr

Brian West
sip:brian@freeswitch.org







_______________________________________________
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
nic at foneshow.com
Guest





PostPosted: Tue Sep 02, 2008 12:48 pm    Post subject: [Freeswitch-users] mod_perl won't load Reply with quote

This is a perl 5.8.8 I just built to fix the bless/overload bug (http://blog.vipul.net/2008/08/24/redhat-perl-what-a-tragedy/
) - should I rebuild it threaded, or with multiplicity? Thanks for the
speedy reply! -

ip-10-250-6-213:~ # perl -V
Summary of my perl5 (revision 5 version 8 subversion Cool configuration:
Platform:
osname=linux, osvers=2.6.16-xenu, archname=i686-linux
uname='linux ip-10-251-71-80 2.6.16-xenu #1 smp mon may 28
03:41:49 sast 2007 i686 athlon i386 gnulinux '
config_args=''
hint=recommended, useposix=true, d_sigaction=define
usethreads=undef use5005threads=undef useithreads=undef
usemultiplicity=undef
useperlio=define d_sfio=undef uselargefiles=define usesocks=undef
use64bitint=undef use64bitall=undef uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='cc', ccflags ='-fno-strict-aliasing -pipe -Wdeclaration-after-
statement -I/usr/local/include -D_LARGEFILE_SOURCE -
D_FILE_OFFSET_BITS=64',
optimize='-O2',
cppflags='-fno-strict-aliasing -pipe -Wdeclaration-after-
statement -I/usr/local/include'
ccversion='', gccversion='4.1.2 20070626 (Red Hat 4.1.2-13)',
gccosandvers=''
intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12
ivtype='long', ivsize=4, nvtype='double', nvsize=8,
Off_t='off_t', lseeksize=8
alignbytes=4, prototype=define
Linker and Libraries:
ld='cc', ldflags =' -L/usr/local/lib'
libpth=/usr/local/lib /lib /usr/lib
libs=-lnsl -ldl -lm -lcrypt -lutil -lc
perllibs=-lnsl -ldl -lm -lcrypt -lutil -lc
libc=/lib/libc-2.5.so, so=so, useshrplib=false, libperl=libperl.a
gnulibc_version='2.5'
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E'
cccdlflags='-fpic', lddlflags='-shared -L/usr/local/lib'


Characteristics of this binary (from libperl):
Compile-time options: PERL_MALLOC_WRAP USE_LARGE_FILES USE_PERLIO
Built under linux
Compiled at Aug 28 2008 17:15:46
@INC:
/usr/lib/perl5/5.8.8/i686-linux
/usr/lib/perl5/5.8.8
/usr/lib/perl5/site_perl/5.8.8/i686-linux
/usr/lib/perl5/site_perl/5.8.8
/usr/lib/perl5/site_perl/5.8.7
/usr/lib/perl5/site_perl/5.8.6
/usr/lib/perl5/site_perl/5.8.5
/usr/lib/perl5/site_perl
.

On Sep 2, 2008, at 1:29 PM, Brian West wrote:

Quote:
What does perl -V say?

/b


On Sep 2, 2008, at 12:09 PM, Nic Wolff wrote:

Quote:
Perl_Tstack_base_ptr

Brian West
sip:brian@freeswitch.org







_______________________________________________
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


_______________________________________________
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
brian at freeswitch.org
Guest





PostPosted: Tue Sep 02, 2008 12:52 pm    Post subject: [Freeswitch-users] mod_perl won't load Reply with quote

both.

/b

On Sep 2, 2008, at 12:46 PM, Nic Wolff wrote:

Quote:
should I rebuild it threaded, or with multiplicity?

Brian West
sip:brian@freeswitch.org







_______________________________________________
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
nic at foneshow.com
Guest





PostPosted: Tue Sep 02, 2008 7:21 pm    Post subject: [Freeswitch-users] mod_perl won't load Reply with quote

Thanks! That did it.

On Sep 2, 2008, at 1:49 PM, Brian West wrote:

Quote:
both.

/b

On Sep 2, 2008, at 12:46 PM, Nic Wolff wrote:

Quote:
should I rebuild it threaded, or with multiplicity?

Brian West
sip:brian@freeswitch.org







_______________________________________________
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


_______________________________________________
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
Display posts from previous:   
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> freeSWITCH Users All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
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

VoiceMeUp - Corporate & Wholesale VoIP Services