search for: perl_parse

Displaying 9 results from an estimated 9 matches for "perl_parse".

Did you mean: perfparse
2013 Oct 07
3
Unresolved references in libnetsnmpagent.so
...loaded the correct package as a dependency: Could someone point me to the correct library? Thank you. /usr/lib/gcc/i386-redhat-linux/4.1.2/../../../libnetsnmpagent.so: undefined reference to `perl_free' /usr/lib/gcc/i386-redhat-linux/4.1.2/../../../libnetsnmpagent.so: undefined reference to `perl_parse' /usr/lib/gcc/i386-redhat-linux/4.1.2/../../../libnetsnmpagent.so: undefined reference to `Perl_eval_pv' /usr/lib/gcc/i386-redhat-linux/4.1.2/../../../libnetsnmpagent.so: undefined reference to `perl_run' /usr/lib/gcc/i386-redhat-linux/4.1.2/../../../libnetsnmpagent.so: undefined refere...
2018 Sep 05
2
AddressSanitizer on SPECCPU2006
...65 in S_open_script /home/jmh/Downloads/spec2006_v1.2/benchspec/CPU2006/400.perlbench/build/build_base_elf-64bit.0000/perl.c:3348:12 #10 0x65f01d in S_parse_body /home/jmh/Downloads/spec2006_v1.2/benchspec/CPU2006/400.perlbench/build/build_base_elf-64bit.0000/perl.c:1718:5 #11 0x65b5b9 in perl_parse /home/jmh/Downloads/spec2006_v1.2/benchspec/CPU2006/400.perlbench/build/build_base_elf-64bit.0000/perl.c:1312:2 #12 0x696dd2 in main /home/jmh/Downloads/spec2006_v1.2/benchspec/CPU2006/400.perlbench/build/build_base_elf-64bit.0000/perlmain.c:96:18 #13 0x7f169601082f in __libc_start_main /...
2018 Sep 05
2
AddressSanitizer on SPECCPU2006
...c2006_v1.2/benchspec/CPU2006/400.perlbench/build/build_base_elf-64bit.0000/perl.c:3348:12 > > > > #10 0x65f01d in S_parse_body > /home/jmh/Downloads/spec2006_v1.2/benchspec/CPU2006/400.perlbench/build/build_base_elf-64bit.0000/perl.c:1718:5 > > > > #11 0x65b5b9 in perl_parse > /home/jmh/Downloads/spec2006_v1.2/benchspec/CPU2006/400.perlbench/build/build_base_elf-64bit.0000/perl.c:1312:2 > > > > #12 0x696dd2 in main > /home/jmh/Downloads/spec2006_v1.2/benchspec/CPU2006/400.perlbench/build/build_base_elf-64bit.0000/perlmain.c:96:18 > > > &g...
2004 Aug 06
0
IceS with Perl segfault
...made an ices.pm file 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 appre...
2004 Aug 06
0
Parse error in ices.pm
We have installed IceCast2 and Ices0.3 and it works very well - with builtin playlist! When I write my own playlist handler - similar to the preconfigured ices.pm.dist - I get a perl_parse() error while starting ices. So ices exits. --- Code: --- # At least ices_get_next must be defined. And, like all perl modules, it # must return 1 at the end. # Function called to get the next filename to stream. # Should return a string. ub ices_get_next { print "Perl subsystem q...
2006 Sep 19
0
OT: Openwebmail and speedcgi suidperl
Hi, I use Centos 4.4, latest rpm for OWM. OWM runs fine but i want to enable speedy, so after I enable it I get the error: Not a perl script at /dev/fd/9 line 1., referer: http://mywebserver/ speedy_backend[3633]: perl_parse error, referer: http://mywebserver/ speedy[3631]: Cannot spawn backend process, referer: http://mywebserver/ my speedy is installed from RPM. perl-CGI-SpeedyCGI-2.22-1.2.el4.rf openwebmail-2.52-1 perl, v5.8.5 built for i386-linux-thread-multi Server version: Apache/2.0.52 Linux Centos 2.6.9-42.EL...
2002 Jul 01
0
Cannot compile wine fully
...this function) winetest.c:158: (Each undeclared identifier is reported only once winetest.c:158: for each function it appears in.) winetest.c:158: warning: passing arg 3 of `Perl_newXS' from incompatible pointer type winetest.c: In function `main': winetest.c:178: warning: passing arg 2 of `perl_parse' from incompatible pointer type Normally I'm able to identify missing packages and to reinstall them, but I really don't have any idea where to get my_perl function. With regards, Pavel Troller
2018 Sep 05
2
AddressSanitizer on SPECCPU2006
...lbench/build/build_base_elf-64bit.0000/perl.c:3348:12 > >> > > >> > #10 0x65f01d in S_parse_body > /home/jmh/Downloads/spec2006_v1.2/benchspec/CPU2006/400.perlbench/build/build_base_elf-64bit.0000/perl.c:1718:5 > >> > > >> > #11 0x65b5b9 in perl_parse > /home/jmh/Downloads/spec2006_v1.2/benchspec/CPU2006/400.perlbench/build/build_base_elf-64bit.0000/perl.c:1312:2 > >> > > >> > #12 0x696dd2 in main > /home/jmh/Downloads/spec2006_v1.2/benchspec/CPU2006/400.perlbench/build/build_base_elf-64bit.0000/perlmain.c:96:18...
2017 Jan 31
4
[nbdkit PATCH v3 0/3] bind .zero to Perl
Requires patch 1 and 2 of the python series: https://www.redhat.com/archives/libguestfs/2017-January/msg00126.html This is the perl implementation along the same lines. We still haven't decided if patch 1 of the python series should change OCaml to report errno as reliable or not, but perhaps we can commit that patch as-is now and then touch things up further when we actually get set_error