rdiff-backup-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [rdiff-backup-users] win32 error 126


From: Greg Freemyer
Subject: Re: [rdiff-backup-users] win32 error 126
Date: Mon, 10 Nov 2003 18:18:38 -0500

Dave,

I did a fair bit of experimenting with rdiff-backup, cygwin, and win32
in march of this year.  Since then, cygwin.dll version 1.5.x has been
released, so the 2 GB issue i posted about then should be resolved if
you want to run rdiff-backup with the cygwin.dll.

That only leaves 1 problem that I know of for running with the
cygwin.dll:
  - The ACL mapping is partial, so a true backup with ACLs is not
currently possible.
  
Is that why you are trying to seperate rdiff-backup from cygwin?

Regardless:  
I never did figure out how to do much troubleshooting, but I did get
everything compiled and linked without the cygwin dll(if that
terminology makes sense).

I used the command "python setup.py build --compiler=mingw32".

In the above, python is the Win32 command line python. 

I was executing the above from inside a cygwin bash shell, so it
automatically invoked gcc.  The mingw32 argument said to use a version
of gcc that does not link in the cygwin.dll, but to use standard win32
dlls instead.

HTH
Greg
-- 
Greg Freemyer



On Mon, 2003-11-10 at 08:04, David Kempe wrote:
> Gday,
> I have got rdiff-backup to work inside cygwin, no i am begining the
> (painful) process of seperating them so rdiff-backup can run by itself.
> I have hit a snag - could someone please tell me what libarary I am missing
> and where rdiff-backup expects it.
> 
> -----
> C:\rdiff-backup\xfer>python2.3.exe rdiff-backup -V
> Traceback (most recent call last):
>   File "rdiff-backup", line 20, in ?
>     import rdiff_backup.Main
>   File "/usr/lib/python2.3/site-packages/rdiff_backup/Main.py", line 25, in
> ?
>     import Globals, Time, SetConnections, selection, robust, rpath, \
>   File "/usr/lib/python2.3/site-packages/rdiff_backup/SetConnections.py",
> line 3
> 0, in ?
>     import Globals, FilenameMapping, connection, rpath
>   File "/usr/lib/python2.3/site-packages/rdiff_backup/FilenameMapping.py",
> line
> 33, in ?
>     import Globals, log, rpath
>   File "/usr/lib/python2.3/site-packages/rdiff_backup/rpath.py", line 38, in
> ?
>     import os, stat, re, sys, shutil, gzip, socket, time
>   File "/usr/lib/python2.3/gzip.py", line 9, in ?
>     import zlib
> ImportError: dlopen: Win32 error 126
> 
> C:\rdiff-backup\xfer>
> 
> 
> Once I figure it all out I hope to package it up and release it as a mostly
> working version.
> Probably lots of headaches to go before then.
> 
> thanks
> 
> dave
> 
> 
> 
> _______________________________________________
> rdiff-backup-users mailing list at address@hidden
> http://mail.nongnu.org/mailman/listinfo/rdiff-backup-users
> Wiki URL: http://rdiff-backup.solutionsfirst.com.au/index.php/RdiffBackupWiki





reply via email to

[Prev in Thread] Current Thread [Next in Thread]