Dean,

Please keep your replies on-list.

On Fri, Jul 22, 2005 at 08:14:03AM -0700, Dean N. Williams wrote:
> Is there anyway for me to get back to an older version of Cygwin?

What do you mean by the above?  An older Cygwin?  An older Cygwin
Python?  An older rebase?

> In my Python2.4 log file, I tracked it down to the file
> Python2.4/Modules/socketmodule.c file: 3350  INET_ADDSTRLEN, which
> says "INET_ADDSTRLEN" is undeclared. I know this has something to do
> with the _ssl extension.

Is the above from building Python or CDAT?

> Also in my Python2.4 log file, I see DB_LSTAT_ERR is undeclared. Has
> something to do with the building of the gdbm extension.

Ditto.

> Also when I tryed "rebaseall" it no longer worked. When I went to
> "Start/run..." and tried to run "ash", I got the error stating it
> didn't know what "ash" was. Any help on this is appreciated.

If Cygwin's bin is not in your Windows PATH, then give the full path to
ash.  For example:

    C:\Cygwin\bin\ash.exe

Then start rebaseall is follows:

    $ PATH=/bin rebaseall

Jason

-- 
PGP/GPG Key: http://www.tishler.net/jason/pubkey.asc or key servers
Fingerprint: 7A73 1405 7F2B E669 C19D  8784 1AFD E4CC ECF4 8EF6
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to