search for: libmodule

Displaying 7 results from an estimated 7 matches for "libmodule".

Did you mean: libgmodule
2017 Mar 24
2
Virt-win-reg does not exist
Hello, I have compiled the latest version of libguestfs on Debian jessie with no flags specified and virt-win-reg does not exist as a tool. Do I need to specify any flag to have that available? Regards, Peter
2009 Mar 13
1
AGX Asterisk Addon - Can't find app_fax.c withspandsp-0.0.4
...# ------------------------------------------------------ # Target # we use "MODULE" cause it build a shared object module # ------------------------------------------------------ ADD_LIBRARY(app_fax???????????????????? MODULE app_fax.c) # # We remove the "lib" prefix from the libmodule.so filename # SET_TARGET_PROPERTIES(app_fax?????????? PROPERTIES PREFIX "") # # We add library dependencies to use those modules # TARGET_LINK_LIBRARIES(app_fax spandsp tiff) # # override default INSTALL rules # INSTALL(TARGETS app_fax DESTINATION lib/asterisk/modules) Could you help...
2016 May 02
2
Ubuntu 14 Warning
This morning, 2 of us noticed that running contrib/scripts/install_prereq on a fresh Ubuntu 14 system actually removed critical packages like network-manager, openssh-server, perl, git, and a bunch of others. It appears that the culprit is the libsnmp-dev package. It's default conflict resolution solution is to uninstall conflicting packages and the alternate solution is to correctly upgrade
2017 Mar 24
0
Re: Virt-win-reg does not exist
...g does not exist as a tool. > Do I need to specify any flag to have that available? virt-win-reg is one of the new tools still written in Perl, and thus it is installed only when few Perl modules are found at build time (since it requires the Perl bindings); in particular: - Module::Build (pkg: libmodule-build-perl) - Sys::Virt (pkg: libsys-virt-perl) - Win::Hivex (pkg: libwin-hivex-perl) - Pod::Usage (IIRC included in Perl) - libintl (pkg: libintl-perl) When you run configure, you should see two things at the end of the output: checking for perl... perl checking for Pod::Man... yes checkin...
2009 Mar 11
0
AGX Asterisk Addon - Can't find app_fax.c with spandsp-0.0.4
...# ------------------------------------------------------ # Target # we use "MODULE" cause it build a shared object module # ------------------------------------------------------ ADD_LIBRARY(app_fax MODULE app_fax.c) # # We remove the "lib" prefix from the libmodule.so filename # SET_TARGET_PROPERTIES(app_fax PROPERTIES PREFIX "") # # We add library dependencies to use those modules # TARGET_LINK_LIBRARIES(app_fax spandsp tiff) # # override default INSTALL rules # INSTALL(TARGETS app_fax DESTINATION lib/asterisk/modules) Could you help...
2009 Jun 04
1
problem install Asterisk-FastAGI
Hello all, I have a problem when I try to install FastAGI. I try to do #perl Makefile.PEL And it return : Can't locate inc/Module/Install.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.8.8 /usr/local/share/perl/5.8.8 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl .) at Makefile.PL line 1. BEGIN failed--compilation aborted
2013 Apr 29
1
cannot compile R on Cray XE6 HLRS HERMIT
...-L/opt/cray/xe-sysroot/4.1.40/lib64 -L/opt/cray/xe-sysroot/4.1.40/usr/lib/alps -L/usr/lib/alps -L/opt/gcc/4.4.4/snos/lib/gcc/x86_64-suse-linux/4.4.4 -L/opt/cray/cce/8.1.7/cray-binutils/x86_64-unknown-linux-gnu/lib -L//usr/lib64 -lpgas-dmapp -lu -ldl -lfi -lstdc++ /opt/cray/cce/8.1.7/craylibs/x86-64/libmodules.a /opt/cray/cce/8.1.7/craylibs/x86-64/libomp.a /opt/cray/cce/8.1.7/craylibs/x86-64/libopenacc.a -lf -lmodules -lcraymath -lgfortran -lquadmath -lcraymp -lcsup -lrt -ltcmalloc_minimal -lpthread -lm checking how to get verbose linking output from cc... -v checking for C libraries of cc... -lhuget...