Re: [Fink-users] Using fink with password-protected proxies

2002-01-23 Thread Stuart Lamble
> Hi, > try : > %sudo mv /sw/bin/curl /sw/bin/curl.not > %sudo mv /usr/bin/curl /usr/bin/curl.not > > Fink should then use wget. That worked. Thanks. ___ Fink-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-users

Re: [Fink-users] Using fink with password-protected proxies

2002-01-23 Thread Peter O'Gorman
Hi, try : %sudo mv /sw/bin/curl /sw/bin/curl.not %sudo mv /usr/bin/curl /usr/bin/curl.not Fink should then use wget. Peter ___ Fink-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-users

[Fink-users] Using fink with password-protected proxies

2002-01-23 Thread Stuart Lamble
First off, a couple of (slightly off-topic) observations: - The archives at geocrawler don't have any search facility. It's a bit harsh to expect somebody to wade through nearly 6,000 messages in an attempt to find relevant information... - I tried to submit a bug report, but sourcefor

Re: [Fink-users] fink install: curl vs. wget

2002-01-23 Thread J. H. Palmieri
Max Horn <[EMAIL PROTECTED]> writes: > Run "fink configure" and enable passive FTP mode (this is the default > actually). Okay, this works, and I'm not sure why I had configured it otherwise. Whenever I ran "fink configure" before, when I saw this question Use passive mode FTP transfers (to

Re: [Fink-users] Desperate for help - display interlock issue

2002-01-23 Thread Justin Hallett
it would be nice to figure it out...and rebuilding cvs after a selfupdate might work, since you used dpkg --purge you nukes all config files that had to do with fink installed version of cvs and rebuilding it would go back to default. If you try it like us know if it still fails. Anyhow enjoy fi

Re: [Fink-users] Desperate for help - display interlock issue

2002-01-23 Thread John Kenneth Fisher
On Wednesday, January 23, 2002, at 11:30 AM, Justin Hallett wrote: > > then dpkg --purge cvs, and use osx cvs till you get things running again > It absolutely terrifies me that I hadn;t thought of that until now. That does indeed work, and I thank you for it but I must say there is a gr

Re: [Fink-users] fink install: curl vs. wget

2002-01-23 Thread Max Horn
Run "fink configure" and enable passive FTP mode (this is the default actually). Cheers, Max -- --- Max Horn Software Developer email: phone: (+49) 6151-494890 ___ Fink-users m

[Fink-users] fink install: curl vs. wget

2002-01-23 Thread J. H. Palmieri
OS: Mac OS X 10.1.2 fink --version: Package manager version: 0.9.7 Distribution version: 0.3.2a.cvs I hope these are not frequently asked questions; I couldn't figure out a good way to search the mailing-list archives... I am having a problem using "fink install"; namely, curl doesn't

Re: [Fink-users] su [username] -c question...

2002-01-23 Thread Justin Hallett
looks like an older version of fink maybe. what do you get from fink --version [EMAIL PROTECTED] writes: >justin, > >where did you exactly find that code? > >what I did was to check the SelfUpdate.pm in: >/sw/lib/perl5/Fink/SelfUpdate.pm > >I found the following: > > if ($sb[4] != 0 and $> != $

Re: [Fink-users] XFree86-4.2.0

2002-01-23 Thread Jeff Whitaker
This may be a problem with lesstif and not xfree86 4.2. I'm compiling a newer version of lesstif right now to see if that fixes it .. -Jeff On Wed, 23 Jan 2002 [EMAIL PROTECTED] wrote: > ddd creashes ... > replacing libXt.6.0.dylib with the version from 4.1.0 makes it run ... > > there seems

[Fink-users] XFree86-4.2.0

2002-01-23 Thread skyko
ddd creashes ... replacing libXt.6.0.dylib with the version from 4.1.0 makes it run ... there seems to be a problem not only with grace ... ;-) ++dk ___ Fink-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-users

[Fink-users] su [username] -c question

2002-01-23 Thread Alexander Meier
it seems to work, if I stop using strict, and then type in the $username directly... but of course thats _NOT_ good coding, and not how it's supposed to be... if ($sb[4] != 0 and $> != $sb[4]) { ($username) = getpwuid($sb[4]); $cmd = "su $username -c '$cmd'"; if ($sb[4] != 0 and $> !=

[Fink-users] Problems with DDD bus error crash (MacOSX.1.2/XFree86-4.2.0)

2002-01-23 Thread skyko
Hi! I'm trying to run DDD using the following: Mac OS X 10.1.2 (powerpc-apple-darwin5.2) XFree86 4.2.0 It crashes! (see attachments) The whole setup worked when I was using XFree86 4.1.0. Of course I re-compiled against the new version ;-) ... can't tell whether compiling against 4.1 and run

[Fink-users] Problems with DDD bus error crash (MacOSX.1.2/XFree86-4.2.0)

2002-01-23 Thread skyko
Hi! I'm trying to run DDD using the following: Mac OS X 10.1.2 (powerpc-apple-darwin5.2) XFree86 4.2.0 It crashes! (see attachments) The whole setup worked when I was using XFree86 4.1.0. Of course I re-compiled against the new version ;-) ... can't tell whether compiling against 4.1 and run

Re: [Fink-users] su [username] -c question...

2002-01-23 Thread Alexander Meier
justin, where did you exactly find that code? what I did was to check the SelfUpdate.pm in: /sw/lib/perl5/Fink/SelfUpdate.pm I found the following: if ($sb[4] != 0 and $> != $sb[4]) { ($username) = getpwuid($sb[4]); $cmd = "su $username -c '$cmd'"; $msg .= "The 'su' command wi