Displaying 11 results from an estimated 11 matches for "gzseek".
2010 Jan 20
1
Plugin
...w to implement this in a plugin, because i dont know what is
the hook to change the maildir_open_mail functions. (this is the function
with the modification above) .
Another question is: There is a seek function, in dovecot, and in zlib
plugin, it is rewrite by another function, that use the "gzseek" to do the
seek. My splited body will be encrypted, and the crypto no have seek,
because the message will be encrypted. (if i open the message, decrypt and
seek to some position, maybe work).
The seek function is really necessary to IMAP and maildir ?
2002 Apr 18
1
trouble compiling R on Irix
Dear R-help,
I'm trying to compile R-1.4.1 on Irix, and run into the following error when
making R.bin:
The linker (ld32) complained that "gzeof", "gzgetc", "gztell", and "gzseek"
are unresolved symbols in connection.o. Are these supposed to be in libz.a?
My suspicion is that maybe the libz.a on this system is outdated. Any
hints?
TIA!
Andy
------------------------------------------------------------------------------
Notice: This e-mail message, together with an...
2006 Jan 17
0
1.0 beta1 plugin-loading
...dovecot: imap 21360 : dirsize quota limit = 512000kB
dovecot: imap 21360 : Module loaded: /usr/local/lib/dovecot/imap/lib02_imap_quota_plugin.so
dovecot: imap 21360 : dlopen(/usr/local/lib/dovecot/imap/lib01_zlib_plugin.so) failed: /usr/local/lib/dovecot/imap/lib01_zlib_plugin.so: undefined symbol: gzseek
Removing those files with
rm -f lib01_zlib_plugin.* lib02_trash_plugin.so
solves the problem.
Platform Centos 4.2 , Linux 2.6.9-22.0.1.ELsmp
Regards,
-JP
2002 Jan 30
1
Patch: update zlib/* to 1.1.3
.../ChangeLog 30 Jan 2002 01:12:41 -0000
@@ -1,6 +1,54 @@
ChangeLog file for zlib
+Changes in 1.1.3 (9 July 1998)
+- fix "an inflate input buffer bug that shows up on rare but persistent
+ occasions" (Mark)
+- fix gzread and gztell for concatenated .gz files (Didier Le Botlan)
+- fix gzseek(..., SEEK_SET) in write mode
+- fix crc check after a gzeek (Frank Faubert)
+- fix miniunzip when the last entry in a zip file is itself a zip file
+ (J Lillge)
+- add contrib/asm586 and contrib/asm686 (Brian Raiter)
+ See http://www.muppetlabs.com/~breadbox/software/assembly.html
+- add support...
2007 Jan 30
1
Solaris 10 compilation issue
...on.o
wilcox_free registration.o
fdhess optimize.o
R_ShowFiles platform.o
gzgetc connections.o
gzopen connections.o
gzread connections.o
gzseek connections.o
gztell connections.o
BZ2_bzReadOpen connections.o
R_zeroin optimize.o
ptr_R_savehistory ../unix/libunix.a(stubs.o)
loglin registrati...
2007 Jan 30
1
Difficulty with compiling R-2.4.1 on solaris 10
...on.o
wilcox_free registration.o
fdhess optimize.o
R_ShowFiles platform.o
gzgetc connections.o
gzopen connections.o
gzread connections.o
gzseek connections.o
gztell connections.o
BZ2_bzReadOpen connections.o
R_zeroin optimize.o
ptr_R_savehistory ../unix/libunix.a(stubs.o)
loglin registrati...
2007 Jan 30
0
R Compiling issue
...dposl_ registration.o
dqrdc_ registration.o
dqrls_ registration.o
dqrsl_ registration.o
dsvdc_ registration.o
dtrco_ registration.o
dtrsl_ registration.o
wilcox_free registration.o
fdhess optimize.o
R_ShowFiles platform.o
gzgetc connections.o
gzopen connections.o
gzread connections.o
gzseek connections.o
gztell connections.o
BZ2_bzReadOpen connections.o
R_zeroin optimize.o
ptr_R_savehistory ../unix/libunix.a(stubs.o)
loglin registration.o
lowess registration.o
machar platform.o
ptr_R_loadhistory ../unix/libunix.a(stubs.o)
Rf_pnchisq arithmetic.o
Rf_pnbinom arithmetic.o
opti...
2007 Jan 30
0
Issue with compiling R on solaris 10
...on.o
wilcox_free registration.o
fdhess optimize.o
R_ShowFiles platform.o
gzgetc connections.o
gzopen connections.o
gzread connections.o
gzseek connections.o
gztell connections.o
BZ2_bzReadOpen connections.o
R_zeroin optimize.o
ptr_R_savehistory ../unix/libunix.a(stubs.o)
loglin registrati...
2005 Jun 15
6
Compressed maildir
Greetings,
I noticed a while back someone posted a patch/plugin that allowed Dovecot to
use compressed mbox files. I'm now wondering how far that would put us from
having compressed maildir? I have a server with more CPU than disk space, and
while I can buy more HDD space, my backup solution doesn't make that practical.
It seems to me that when looking for a message file, if it
2011 Oct 31
0
R 2.14.0 is released
...DESCRIPTION field LazyLoad is
deprecated.
INSTALLATION:
o The base and recommended packages are now byte-compiled
(equivalent to make bytecode in R 2.13.x).
o Configure option --with-system-zlib now only makes use of the
basic interface of zlib and not the C function gzseek which has
shown erroneous behaviour in zlib 1.2.4 and 1.2.5.
o The zlib in the R sources is now version 1.2.5. (This is safe
even on 32-bit Linux systems because only the basic interface is
now used.)
o The .afm files in package grDevices are now installed as
comp...
2011 Oct 31
0
R 2.14.0 is released
...DESCRIPTION field LazyLoad is
deprecated.
INSTALLATION:
o The base and recommended packages are now byte-compiled
(equivalent to make bytecode in R 2.13.x).
o Configure option --with-system-zlib now only makes use of the
basic interface of zlib and not the C function gzseek which has
shown erroneous behaviour in zlib 1.2.4 and 1.2.5.
o The zlib in the R sources is now version 1.2.5. (This is safe
even on 32-bit Linux systems because only the basic interface is
now used.)
o The .afm files in package grDevices are now installed as
comp...