[squeak-dev] CurlPlugin for OSX?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

[squeak-dev] CurlPlugin for OSX?

Simon Kirk-4
Hi all.

As the thread below "SSLSocket and basic http auth (api.del.icio.us or  
mail.google.com or ...)" talks about, SSL HTTP requests for Squeak  
appear to be broken.

As a workaround I'm trying to use the CurlPlugin, but it seems there  
isn't a working OSX version. Has anybody got it working with OSX, and  
if so how?

Cheers,
Simon


Consider your responsibility to the environment - think before you print!

******************************************************************************************************************************************
This email is from Pinesoft Limited. Its contents are confidential to the intended recipient(s) at the email address(es) to which it has been addressed. It may not be disclosed to or used by anyone other than the addressee(s), nor may it be copied in anyway. If received in error, please contact the sender, then delete it from your system. Although this email and attachments are believed to be free of virus, or any other defect which might affect any computer or IT system into which they are received and opened, it is the responsibility of the recipient to ensure that they are virus free and no responsibility is accepted by Pinesoft for any loss or damage arising in any way from receipt or use thereof. *******************************************************************************************************************************************


Pinesoft Limited are registered in England, Registered number: 2914825. Registered office: 266-268 High Street, Waltham Cross, Herts, EN8 7EA

Reply | Threaded
Open this post in threaded view
|

Re: [squeak-dev] CurlPlugin for OSX?

johnmci
Hi, you took the CurlPlugin.1.0.0.bundle.zip from my ftp site?
Doesn't work?  If so I could compile it again, but in looking I'm not  
sure why it shouldn't work...

On 20-Feb-09, at 8:29 AM, Simon Kirk wrote:

> Hi all.
>
> As the thread below "SSLSocket and basic http auth (api.del.icio.us  
> or mail.google.com or ...)" talks about, SSL HTTP requests for  
> Squeak appear to be broken.
>
> As a workaround I'm trying to use the CurlPlugin, but it seems there  
> isn't a working OSX version. Has anybody got it working with OSX,  
> and if so how?
>
> Cheers,
> Simon
>
>
> Consider your responsibility to the environment - think before you  
> print!
> ******************************************************************************************************************************************
> This email is from Pinesoft Limited. Its contents are confidential  
> to the intended recipient(s) at the email address(es) to which it  
> has been addressed. It may not be disclosed to or used by anyone  
> other than the addressee(s), nor may it be copied in anyway. If  
> received in error, please contact the sender, then delete it from  
> your system. Although this email and attachments are believed to be  
> free of virus, or any other defect which might affect any computer  
> or IT system into which they are received and opened, it is the  
> responsibility of the recipient to ensure that they are virus free  
> and no responsibility is accepted by Pinesoft for any loss or damage  
> arising in any way from receipt or use thereof.  
> *******************************************************************************************************************************************
>
>
> Pinesoft Limited are registered in England, Registered number:  
> 2914825. Registered office: 266-268 High Street, Waltham Cross,  
> Herts, EN8 7EA
>

--
=
=
=
========================================================================
John M. McIntosh <[hidden email]>
Corporate Smalltalk Consulting Ltd.  http://www.smalltalkconsulting.com
=
=
=
========================================================================




Reply | Threaded
Open this post in threaded view
|

Re: [squeak-dev] CurlPlugin for OSX?

Steven W Riggins
I've used the curl plugin from john's site in Sophie and it works  
fairly well, although there were some post bugs I had to hack around.  
It wasn't clearing the contents of the buffer after a post, so you'd  
get both the post and the results back.


On Feb 20, 2009, at 9:56 AM, John M McIntosh wrote:

> Hi, you took the CurlPlugin.1.0.0.bundle.zip from my ftp site?
> Doesn't work?  If so I could compile it again, but in looking I'm  
> not sure why it shouldn't work...
>
> On 20-Feb-09, at 8:29 AM, Simon Kirk wrote:
>
>> Hi all.
>>
>> As the thread below "SSLSocket and basic http auth (api.del.icio.us  
>> or mail.google.com or ...)" talks about, SSL HTTP requests for  
>> Squeak appear to be broken.
>>
>> As a workaround I'm trying to use the CurlPlugin, but it seems  
>> there isn't a working OSX version. Has anybody got it working with  
>> OSX, and if so how?
>>
>> Cheers,
>> Simon
>>
>>
>> Consider your responsibility to the environment - think before you  
>> print!
>> ******************************************************************************************************************************************
>> This email is from Pinesoft Limited. Its contents are confidential  
>> to the intended recipient(s) at the email address(es) to which it  
>> has been addressed. It may not be disclosed to or used by anyone  
>> other than the addressee(s), nor may it be copied in anyway. If  
>> received in error, please contact the sender, then delete it from  
>> your system. Although this email and attachments are believed to be  
>> free of virus, or any other defect which might affect any computer  
>> or IT system into which they are received and opened, it is the  
>> responsibility of the recipient to ensure that they are virus free  
>> and no responsibility is accepted by Pinesoft for any loss or  
>> damage arising in any way from receipt or use thereof.  
>> *******************************************************************************************************************************************
>>
>>
>> Pinesoft Limited are registered in England, Registered number:  
>> 2914825. Registered office: 266-268 High Street, Waltham Cross,  
>> Herts, EN8 7EA
>>
>
> --
> =
> =
> =
> =
> =
> ======================================================================
> John M. McIntosh <[hidden email]>
> Corporate Smalltalk Consulting Ltd.  http://
> www.smalltalkconsulting.com
> =
> =
> =
> =
> =
> ======================================================================
>
>
>
>


Reply | Threaded
Open this post in threaded view
|

RE: [squeak-dev] CurlPlugin for OSX?

Simon Kirk-4
In reply to this post by johnmci
Hi John - apologies, that should have been the first place I looked. Seems I was having a Friday Brain Moment.

Cheers,
Simon


-----Original Message-----
From: [hidden email] on behalf of John M McIntosh
Sent: Fri 2/20/2009 17:56
To: The general-purpose Squeak developers list
Subject: Re: [squeak-dev] CurlPlugin for OSX?
 
Hi, you took the CurlPlugin.1.0.0.bundle.zip from my ftp site?
Doesn't work?  If so I could compile it again, but in looking I'm not  
sure why it shouldn't work...

On 20-Feb-09, at 8:29 AM, Simon Kirk wrote:

> Hi all.
>
> As the thread below "SSLSocket and basic http auth (api.del.icio.us  
> or mail.google.com or ...)" talks about, SSL HTTP requests for  
> Squeak appear to be broken.
>
> As a workaround I'm trying to use the CurlPlugin, but it seems there  
> isn't a working OSX version. Has anybody got it working with OSX,  
> and if so how?
>
> Cheers,
> Simon
>
>
> Consider your responsibility to the environment - think before you  
> print!
> ******************************************************************************************************************************************
> This email is from Pinesoft Limited. Its contents are confidential  
> to the intended recipient(s) at the email address(es) to which it  
> has been addressed. It may not be disclosed to or used by anyone  
> other than the addressee(s), nor may it be copied in anyway. If  
> received in error, please contact the sender, then delete it from  
> your system. Although this email and attachments are believed to be  
> free of virus, or any other defect which might affect any computer  
> or IT system into which they are received and opened, it is the  
> responsibility of the recipient to ensure that they are virus free  
> and no responsibility is accepted by Pinesoft for any loss or damage  
> arising in any way from receipt or use thereof.  
> *******************************************************************************************************************************************
>
>
> Pinesoft Limited are registered in England, Registered number:  
> 2914825. Registered office: 266-268 High Street, Waltham Cross,  
> Herts, EN8 7EA
>
--
=
=
=
========================================================================
John M. McIntosh <[hidden email]>
Corporate Smalltalk Consulting Ltd.  http://www.smalltalkconsulting.com
=
=
=
========================================================================








winmail.dat (5K) Download Attachment