search for: mpack

Displaying 10 results from an estimated 10 matches for "mpack".

Did you mean: pack
2015 Jul 01
0
pdf-printer
...perl # pdfmaker-mailscript, to be used bij postfix (developed by drmaert at drmaert.com) # returns a pdf of your sent attachement # can be connected via /etc/aliases # example entry in /etc/aliases: # makepdf: |/etc/postfix/bin/makepdf.pl # dependecies: munpack (to extract the email) #????????????? mpack (to package returning mail) #????????????? pdftk (to create pdf) # also needed /home/msg/message.msg (messagetext for retrning email) # further dependencies will be mentioned later on ? # first store mail message in tmpdir (/tmp) # prepare to store the mail $RANDOM = int(rand(65535)); open(MAIL,&q...
2000 Dec 19
1
packages installation failed on Linux
...The compiler is gcc 2.95.3, if that helps. Andy ================================================ Installing source package `logspline' ... libs gcc -I/usr/local/lib/R/include -I/usr/local/include -mieee-fp -D__NO_MATH_INLINES -fPIC -g -O2 -c logsplin.c -o logsplin.o g77 -fPIC -g -O2 -c mpack.f -o mpack.o ld: warning: cannot find entry symbol _start; defaulting to 08048080 logsplin.o: In function `logcensor': /tmp/R.INSTALL.14651/logspline/src/logsplin.c:101: undefined reference to `printf' /tmp/R.INSTALL.14651/logspline/src/logsplin.c:117: undefined reference to `pow' [ Lo...
2016 Nov 08
2
proplems installing R 2.5 on Ubuntu 14.04
Hi, i'd like to install R 2.5 on an Ubuntu 14.04. I have a special software requiring this old version. While ./configure, i get the following error: checking for mbstate_t... yes checking for X... no configure: error: --with-x=yes (default) and X11 headers/libs are not available The problem is that i don't know which headers or libraries are missing, and when i search with aptitude in
2002 Aug 28
0
FreeBSD Security Notice FreeBSD-SN-02:05
...mm Affected: versions < mm-1.2.0 Status: Fixed May allow the local Apache user to gain privileges via temporary files. <URL:http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2002-0658> +------------------------------------------------------------------------+ Port name: mpack Affected: versions < mpack-1.5_2 Status: Fixed Buffer overflow which might be triggered when mpack is used to process data from a remote source (email, news, and so on). <URL:http://www.linuxsecurity.com/advisories/debian_advisory-2241.html> +---------------------------------...
2000 Dec 18
0
R 1.2.0 : logspline does not install from install.packages(). Missing #include | library ? (PR#775)
...] 20:39:05 (31.57 KB/s) - `/tmp/RinstdirR2ef9S66334873/logspline_1.0-2.tar.gz' saved [41280/41280] Installing source package `logspline' ... libs gcc -I/usr/lib/R/include -I/usr/local/include -mieee-fp -D__NO_MATH_INLINES -fPIC -g -O2 -c logsplin.c -o logsplin.o g77 -fPIC -g -O2 -c mpack.f -o mpack.o ld: warning: cannot find entry symbol _start; defaulting to 08048080 logsplin.o: In function `logcensor': /tmp/R.INSTALL.12079/logspline/src/logsplin.c:101: undefined reference to `printf' /tmp/R.INSTALL.12079/logspline/src/logsplin.c:117: undefined reference to `pow' /tmp/...
2016 Nov 08
0
proplems installing R 2.5 on Ubuntu 14.04
...iff5-dev, xvfb, xauth, xfonts-base, texlive-base, texlive-latex-base, texlive-generic-recommended, texlive-fonts-recommended, texlive-fonts-extra, texlive-extra-utils, texlive-latex-recommended, texlive-latex-extra, default-jdk [!arm !hppa !kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], mpack, bash-completion but some of these things are moving targets as packages are renamed or reorganised. Start from there. | Or this there a repository for that old version for Ubuntu ? Google? http://packages.ubuntu.com/search?keywords=r-base This is 2.14.1 for Ubuntu 12.04. Dirk -- http://di...
2007 Feb 09
7
Dialplan checkup
Hi All Curious will this work Std. PSTN line ---x------ X100p | ------ Fax Machine Using a standard "home phone" pstn line with a splitter connecting a fax machine and X100 Asterisk Box Incoming Line: Can I have in the dial Plan [incoming] exten => s,1,Wait(1) exten => s,2,IfFax continue to ring, so that the Fax Machine gets it exten
2004 Aug 06
0
I-D ACTION:draft-herlein-avt-rtp-speex-00.txt (fwd)
...et-Drafts can also be obtained by e-mail. Send a message to: mailserv@ietf.org. In the body type: "FILE /internet-drafts/draft-herlein-avt-rtp-speex-00.txt". NOTE: The mail server at ietf.org can return the document in MIME-encoded form by using the "mpack" utility. To use this feature, insert the command "ENCODING mime" before the "FILE" command. To decode the response(s), you will need "munpack" or a MIME-compliant mail reader. Different MIME-compliant mail readers exhibit differ...
2015 Oct 14
0
gcc ubsan alignement test --minimal gcc version?
...ted) apt-get install bash-completion bison debhelper default-jdk g++ gcc gfortran groff-base libblas-dev libbz2-dev libcairo2-dev libcurl4-openssl-dev libjpeg-dev liblapack-dev liblzma-dev libncurses5-dev libpango1.0-dev libpcre3-dev libpng-dev libreadline-dev libtiff5-dev libx11-dev libxt-dev mpack subversion tcl8.5-dev texinfo texlive-base texlive-extra-utils texlive-fonts-extra texlive-fonts-recommended texlive-generic-recommended texlive-latex-base texlive-latex-extra texlive-latex-recommended tk8.5-dev valgrind x11proto-core-dev xauth xdg-utils xfonts-base xvfb zlib1g-dev cd /tmp svn...
2015 Oct 13
2
gcc ubsan alignement test --minimal gcc version?
Dear All, I'm trying to implement the section of the manual pertaining to the gcc-ubsan test carried by CRAN on my local computer (ubuntu 14.04): http://www.stats.ox.ac.uk/pub/bdr/memtests/gcc-UBSAN/README.txt I was wondering whether someone could tell what the minimal version of the gcc tool chain needed to run the gcc-ASAN and gcc-UBSAN alignment tests on ones local