public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* cygwin1.dll replica's?
@ 2008-04-12  2:32 Affan Ahmed
  2008-04-12  8:26 ` Larry Hall (Cygwin)
  2008-04-12 16:10 ` Michael Kairys
  0 siblings, 2 replies; 3+ messages in thread
From: Affan Ahmed @ 2008-04-12  2:32 UTC (permalink / raw)
  To: cygwin

So here is the deal, I am trying to run cygwin through poderosa, and I
always get the error saying that "procedure entry point _fopen64 could
not be located in the dll cygwin1.dll"

So being a good guy, I google for this problem, figure out its an
issue of cygwin1.dll replica's and set out to find one. None of my
windows search or google desktop search showed me two replicas.
Frustrated, I uninstalled cygwin by removing it directory and deleting
the registry entries. I then fresh installed it and was still running
into the same issue.

So this time a do a find -name thing at the top of the cygwin tree.
Here it returned me two places where cygwin1.dll was... /bin and
/usr/bin. However, it seems /usr/bin is just a hard (symbolic?) link
to /bin and I cant actually delete anything in there since it is
pointing to the only copy of cygwin in /bin.


So I am still at the same point.... I get this problem everytime I
start a cygwin shell through Poderosa and I cant get rid of the error?
Any help?

Thank you.

Affan.

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: cygwin1.dll replica's?
  2008-04-12  2:32 cygwin1.dll replica's? Affan Ahmed
@ 2008-04-12  8:26 ` Larry Hall (Cygwin)
  2008-04-12 16:10 ` Michael Kairys
  1 sibling, 0 replies; 3+ messages in thread
From: Larry Hall (Cygwin) @ 2008-04-12  8:26 UTC (permalink / raw)
  To: cygwin

Affan Ahmed wrote:
> So here is the deal, I am trying to run cygwin through poderosa, and I
> always get the error saying that "procedure entry point _fopen64 could
> not be located in the dll cygwin1.dll"

This suggests you have a *really* old version of cygwin1.dll loaded in
memory.  If true, sounds to me like you're the victim of a 3PP
<http://cygwin.com/acronyms/#3PP>.

> So being a good guy, I google for this problem, figure out its an
> issue of cygwin1.dll replica's and set out to find one. None of my
> windows search or google desktop search showed me two replicas.
> Frustrated, I uninstalled cygwin by removing it directory and deleting
> the registry entries. I then fresh installed it and was still running
> into the same issue.

Not surprising since the problem isn't coming from your Cygwin installation.

> So this time a do a find -name thing at the top of the cygwin tree.
> Here it returned me two places where cygwin1.dll was... /bin and
> /usr/bin. However, it seems /usr/bin is just a hard (symbolic?) link
> to /bin and I cant actually delete anything in there since it is
> pointing to the only copy of cygwin in /bin.

Why are you looking inside your Cygwin installation for the rogue
cygwin1.dll?  Do you think that the Cygwin installer is going to
install two incompatible versions on your system?  Look for cygwin1.dll
in *other* locations on your disk.  When you find one outside of the
Cygwin install tree, remove it.

If you're still having problems after doing the above, then
<http://cygwin.com/problems.html>

-- 
Larry Hall                              http://www.rfk.com
RFK Partners, Inc.                      (508) 893-9779 - RFK Office
216 Dalton Rd.                          (508) 893-9889 - FAX
Holliston, MA 01746

_____________________________________________________________________

A: Yes.
 > Q: Are you sure?
 >> A: Because it reverses the logical flow of conversation.
 >>> Q: Why is top posting annoying in email?

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: cygwin1.dll replica's?
  2008-04-12  2:32 cygwin1.dll replica's? Affan Ahmed
  2008-04-12  8:26 ` Larry Hall (Cygwin)
@ 2008-04-12 16:10 ` Michael Kairys
  1 sibling, 0 replies; 3+ messages in thread
From: Michael Kairys @ 2008-04-12 16:10 UTC (permalink / raw)
  To: cygwin

I have it happen to me that something puts a cygwin dll in my system dir and 
sets it hidden and/or system. Go to your windows dir in a command prompt and 
say "attrib cygwin1.dll /s"

"Affan Ahmed" <affanahmed@gmail.com> wrote in message 
news:cd0969680804111850o7694e8ex10e6b38af97cc1cf@mail.gmail.com...
> So here is the deal, I am trying to run cygwin through poderosa, and I
> always get the error saying that "procedure entry point _fopen64 could
> not be located in the dll cygwin1.dll"
>
> So being a good guy, I google for this problem, figure out its an
> issue of cygwin1.dll replica's and set out to find one. None of my
> windows search or google desktop search showed me two replicas.
> Frustrated, I uninstalled cygwin by removing it directory and deleting
> the registry entries. I then fresh installed it and was still running
> into the same issue.
>
> So this time a do a find -name thing at the top of the cygwin tree.
> Here it returned me two places where cygwin1.dll was... /bin and
> /usr/bin. However, it seems /usr/bin is just a hard (symbolic?) link
> to /bin and I cant actually delete anything in there since it is
> pointing to the only copy of cygwin in /bin.
>
>
> So I am still at the same point.... I get this problem everytime I
> start a cygwin shell through Poderosa and I cant get rid of the error?
> Any help?
>
> Thank you.
>
> Affan.
> 



--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-04-12 12:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-04-12  2:32 cygwin1.dll replica's? Affan Ahmed
2008-04-12  8:26 ` Larry Hall (Cygwin)
2008-04-12 16:10 ` Michael Kairys

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).