search for: perlmod

Displaying 13 results from an estimated 13 matches for "perlmod".

Did you mean: perlmods
2005 Oct 17
2
libxenstat python bindings
...$(DESTDIR)$(libdir)/libxenstat.so.$(MAJOR) $(MAKE_LINK) libxenstat.so.$(MAJOR) \ $(DESTDIR)$(libdir)/libxenstat.so -$(LDCONFIG) PYLIB=bindings/swig/python/_xenstat.so PYMOD=bindings/swig/python/xenstat.py PYSRC=bindings/swig/python/_xenstat.c PERLLIB=bindings/swig/perl/xenstat.so PERLMOD=bindings/swig/perl/xenstat.pm PERLSRC=bindings/swig/perl/xenstat.c BINDINGS=$(PYLIB) $(PYMOD) $(PERLLIB) $(PERLMOD) BINDINGSRC=$(PYSRC) $(PERLSRC) # The all-bindings target builds all the language bindings all-bindings: perl-bindings python-bindings # The install-bindings target installs all the...
2017 Jul 10
3
using samba with bind dlz
...2.1-6.fc26 rawhide dnssec-system-tray.x86_64 2.1-6.fc26 rawhide dnssec-tools.x86_64 2.2-3.fc25 rawhide dnssec-tools-libs.x86_64 2.2-3.fc25 rawhide dnssec-tools-libs-devel.x86_64 2.2-3.fc25 rawhide dnssec-tools-perlmods.x86_64 2.2-3.fc25 rawhide dnssec-trigger.x86_64 0.13-3.fc27 rawhide dnssec-trigger-panel.x86_64 0.13-3.fc27 rawhide dnssec4j.noarch 0.1.6-3.fc26 rawhide dnssec4j-javadoc.noarch 0.1.6-3.fc26 rawhide dn...
2017 Jul 10
2
using samba with bind dlz
...2.1-6.fc26 >> rawhide >> dnssec-tools.x86_64 2.2-3.fc25 >> rawhide >> dnssec-tools-libs.x86_64 2.2-3.fc25 >> rawhide >> dnssec-tools-libs-devel.x86_64 2.2-3.fc25 >> rawhide >> dnssec-tools-perlmods.x86_64 2.2-3.fc25 >> rawhide >> dnssec-trigger.x86_64 0.13-3.fc27 >> rawhide >> dnssec-trigger-panel.x86_64 0.13-3.fc27 >> rawhide >> dnssec4j.noarch 0.1.6-3.fc26 >> rawhide &gt...
2017 Jul 10
2
using samba with bind dlz
...nssec-tools.x86_64 2.2-3.fc25 >>>> rawhide >>>> dnssec-tools-libs.x86_64 2.2-3.fc25 >>>> rawhide >>>> dnssec-tools-libs-devel.x86_64 2.2-3.fc25 >>>> rawhide >>>> dnssec-tools-perlmods.x86_64 2.2-3.fc25 >>>> rawhide >>>> dnssec-trigger.x86_64 0.13-3.fc27 >>>> rawhide >>>> dnssec-trigger-panel.x86_64 0.13-3.fc27 >>>> rawhide >>>> dnssec4j.noarch...
2017 Jul 10
0
using samba with bind dlz
...nssec-system-tray.x86_64 2.1-6.fc26 > rawhide > dnssec-tools.x86_64 2.2-3.fc25 > rawhide > dnssec-tools-libs.x86_64 2.2-3.fc25 > rawhide > dnssec-tools-libs-devel.x86_64 2.2-3.fc25 > rawhide > dnssec-tools-perlmods.x86_64 2.2-3.fc25 > rawhide > dnssec-trigger.x86_64 0.13-3.fc27 > rawhide > dnssec-trigger-panel.x86_64 0.13-3.fc27 > rawhide > dnssec4j.noarch 0.1.6-3.fc26 > rawhide > dnssec4j-javadoc.noarch...
2017 Jul 10
0
using samba with bind dlz
...; rawhide >>> dnssec-tools.x86_64 2.2-3.fc25 >>> rawhide >>> dnssec-tools-libs.x86_64 2.2-3.fc25 >>> rawhide >>> dnssec-tools-libs-devel.x86_64 2.2-3.fc25 >>> rawhide >>> dnssec-tools-perlmods.x86_64 2.2-3.fc25 >>> rawhide >>> dnssec-trigger.x86_64 0.13-3.fc27 >>> rawhide >>> dnssec-trigger-panel.x86_64 0.13-3.fc27 >>> rawhide >>> dnssec4j.noarch 0.1.6-3.f...
2017 Jul 10
0
using samba with bind dlz
...2.2-3.fc25 >>>>> rawhide >>>>> dnssec-tools-libs.x86_64 2.2-3.fc25 >>>>> rawhide >>>>> dnssec-tools-libs-devel.x86_64 2.2-3.fc25 >>>>> rawhide >>>>> dnssec-tools-perlmods.x86_64 2.2-3.fc25 >>>>> rawhide >>>>> dnssec-trigger.x86_64 0.13-3.fc27 >>>>> rawhide >>>>> dnssec-trigger-panel.x86_64 0.13-3.fc27 >>>>> rawhide >>>>> dn...
2019 Sep 20
4
Load issues using AGI
Hi all, we have just upgraded from Asterisk 11 to Asterisk 16. After porting all the config to 16 we figured out some major load problems. the majority running of our Asterisk instances is still having Asterisk 11 so we can compare load handling on both versions. On the same hardware configuration we see load differences that Asterisk 16 takes four times the load as Asterisk 11 (on 11 we see
2017 Jul 10
3
using samba with bind dlz
Bind-9.11 is installed. How do you configure it? Does it need anything special in the config for samba to build the ...samba.../named.conf file that I should be able to include in my /etc/named.conf afterwards? My guess is that some directory is missing. But if I start fresh and configure samba with the internal dns it gets all the way through it's configuration with no errors. I've
2006 Oct 17
0
[PATCH] Fixes for linking on Solaris
...t;$$C swig -perl $(SWIG_FLAGS) -outdir $(@D) -o $(PERLSRC) $< $(PERLLIB): $(PERLSRC) - $(CC) $(CFLAGS) $(LDFLAGS) $(PERL_FLAGS) -shared -lxenstat -o $@ $< + $(CC) $(CFLAGS) $(LDFLAGS) $(PERL_FLAGS) $(SHLIB_FLAGS) -lxenstat -o $@ $< .PHONY: perl-bindings perl-bindings: $(PERLLIB) $(PERLMOD) diff --git a/tools/xenstat/xentop/Makefile b/tools/xenstat/xentop/Makefile --- a/tools/xenstat/xentop/Makefile +++ b/tools/xenstat/xentop/Makefile @@ -25,7 +25,7 @@ sbindir=$(prefix)/sbin CFLAGS += -DGCC_PRINTF -Wall -Werror -I$(XEN_LIBXENSTAT) LDFLAGS += -L$(XEN_LIBXENSTAT) -LDLIBS += -lxenst...
2019 Sep 20
2
Load issues using AGI
...which will not interfere with your system Perl. You > can also compile and install the newest Perl from source completely > separate from your system Perl. That’s what I do. I have a couple of > scripts to automate that process. If you first get a list of your installed > modules using ‘perlmod’, you can clean up the output a bit and pipe that to > cpanm to make sure that you have all the modules you need. > > > > If you are using PHP, then I’m sure that the above still applies, but PHP > is not my area of expertise. > > > > Regards; > > John V. > &g...
2011 Nov 03
3
[PATCH 0 of 2 RESEND] tools: add two new compile flags and perform checks on user defined folders.
Added two new sets of compile flags, and pass them to the check scripts, so libraries and includes are searched there also. Resend this patches because they suffered some modifications and where scattered along the mailing list. Please review, thanks Roger. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2010 Jun 12
1
CentOS 5 Update error
...hare/man/man1/perlmacosx.1.gz from install of perl-5.8.8-32.el5_5.1.x86_64 conflicts with file from package perl-5.8.8-27.el5.i386 file /usr/share/man/man1/perlmint.1.gz from install of perl-5.8.8-32.el5_5.1.x86_64 conflicts with file from package perl-5.8.8-27.el5.i386 file /usr/share/man/man1/perlmod.1.gz from install of perl-5.8.8-32.el5_5.1.x86_64 conflicts with file from package perl-5.8.8-27.el5.i386 file /usr/share/man/man1/perlmodinstall.1.gz from install of perl-5.8.8-32.el5_5.1.x86_64 conflicts with file from package perl-5.8.8-27.el5.i386 file /usr/share/man/man1/perlmodlib.1.gz fr...