search for: pm_perl

Displaying 8 results from an estimated 8 matches for "pm_perl".

Did you mean: plperl
2004 Aug 06
2
Error compiling ices-0.3
...x and I receive the following error: : the use of `tmpnam_r' is dangerous, better use `mkstemp' /usr/lib/python2.2/config/libpython2.2.a(posixmodule.o)(.text+0x385e): In function `posix_tempnam': : the use of `tempnam' is dangerous, better use `mkstemp' playlist/libplaylist.a(pm_perl.o)(.text+0x515): In function `pl_perl_eval': /usr/src/ices-0.3/src/playlist/pm_perl.c:253: undefined reference to `PL_thr_key' playlist/libplaylist.a(pm_perl.o)(.text+0x65d):/usr/src/ices-0.3/src/pla ylist/pm_perl.c:238: undefined reference to `PL_thr_key' collect2: ld returned 1 exit...
2004 Aug 06
0
Error compiling ices-0.3
...error: > > : the use of `tmpnam_r' is dangerous, better use `mkstemp' > /usr/lib/python2.2/config/libpython2.2.a(posixmodule.o)(.text+0x385e): > In function `posix_tempnam': > : the use of `tempnam' is dangerous, better use `mkstemp' > playlist/libplaylist.a(pm_perl.o)(.text+0x515): In function > `pl_perl_eval': > /usr/src/ices-0.3/src/playlist/pm_perl.c:253: undefined reference to > `PL_thr_key' > playlist/libplaylist.a(pm_perl.o)(.text+0x65d):/usr/src/ices-0.3/src/pla > ylist/pm_perl.c:238: > undefined reference to `PL_thr_key'...
2004 Aug 06
1
ices 0.3 on FreeBSD
I have successfully compiled Ices 0.3 on FreeBSD (4.7 and 4.9). You need to make sure that ALL the dependicies are installed (some depend on others) and when compiling them, that they compile with no problems. <p>Include some output of what errors you are getting and I #should# be able to help you on your way. <p>>From: "dave" <dmehler26@woh.rr.com>
2004 Aug 06
0
Ices0.3 and Perl 5.8.3
...y; consider using mkstemp() /usr/lib/libc_r.so: warning: this program uses f_prealloc(), which is not recommended. /usr/lib/libc_r.so: WARNING! des_cipher(3) not present in the system! /usr/lib/libc_r.so: warning: tempnam() possibly used unsafely; consider using mkstemp() playlist/libplaylist.a(pm_perl.o): In function `pl_perl_eval': /usr/home/herbal/UNIX/ices-0.3/src/playlist/pm_perl.c(.text+0x3d3): undefined reference to `Perl_call_pv' /usr/home/herbal/UNIX/ices-0.3/src/playlist/pm_perl.c(.text+0x4a5): undefined reference to `Perl_sv_2pv_flags' /usr/home/herbal/UNIX/ices-0.3/src/p...
2004 Aug 06
0
Problems with Ices0.3
...y; consider using mkstemp() /usr/lib/libc_r.so: warning: this program uses f_prealloc(), which is not recommended. /usr/lib/libc_r.so: WARNING! des_cipher(3) not present in the system! /usr/lib/libc_r.so: warning: tempnam() possibly used unsafely; consider using mkstemp() playlist/libplaylist.a(pm_perl.o): In function `pl_perl_eval': /usr/home/herbal/ices-0.3/src/playlist/pm_perl.c(.text+0x3d3): undefined reference to `Perl_call_pv' /usr/home/herbal/ices-0.3/src/playlist/pm_perl.c(.text+0x4a5): undefined reference to `Perl_sv_2pv_flags' /usr/home/herbal/ices-0.3/src/playlist/pm_perl...
2004 Aug 06
0
Problems with Ices0.3 and Icecast
...mp() >/usr/lib/libc_r.so: warning: this program uses f_prealloc(), which is not >recommended. >/usr/lib/libc_r.so: WARNING! des_cipher(3) not present in the system! >/usr/lib/libc_r.so: warning: tempnam() possibly used unsafely; consider >using mkstemp() >playlist/libplaylist.a(pm_perl.o): In function `pl_perl_eval': >/usr/home/herbal/ices-0.3/src/playlist/pm_perl.c(.text+0x3d3): undefined >reference to `Perl_call_pv' >/usr/home/herbal/ices-0.3/src/playlist/pm_perl.c(.text+0x4a5): undefined >reference to `Perl_sv_2pv_flags' >/usr/home/herbal/ices-0.3/...
2004 Aug 06
2
Trouble compiling ices
...ux/CORE -I/usr/include/gnome-xml -g -O2 -Wall -c rand.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DICES_MODULEDIR=\"/usr/local/icecast/etc/modules\" -I../../src -fno-strict-aliasing -I/usr/local/include -I/usr/lib/perl5/5.6.0/i386-linux/CORE -I/usr/include/gnome-xml -g -O2 -Wall -c pm_perl.c pm_perl.c: In function `pl_perl_eval': pm_perl.c:206: warning: unused variable `Perl___notused' rm -f libplaylist.a ar cru libplaylist.a playlist.o pm_builtin.o rand.o pm_perl.o ranlib libplaylist.a make[3]: Leaving directory `/tmp/mp3/ices-0.2.2/src/playlist' make[3]: Entering direct...
2004 Aug 06
0
IceS with Perl segfault
...that can be loaded with a use statement from a test script and it works fine. But, as soon as I place it in production IceS segfaults when it hits the 'use DBI;' statement in ices.pm. Comment out 'use DBI;' and it loads fine. The segfault is happening on the perl_parse() call in pm_perl.c. So, the question is, since I'm not that familiar with embedded perl, do I need to do anything unusual to load a module in ices.pm? Shouldn't 'use DBI;' work the same here as it would in a normal Perl module/script? Any thoughts on the matter are greatly appreciated! Have a gr...