Duece:safe tim$ rm -rf ~/.sinan
Duece:safe tim$ sinan shell
starting run
[check_depends] start
[depends] Pulling eunit-2.0 from repository if non-local
[depends] Pulling crypto-1.5.2 from repository if non-local
[depends] Pulling sasl-2.1.5.3 from repository if non-local
[depends] Pulling inets-5.0.9 from repository if non-local
[depends] Pulling ssl-3.9 from repository if non-local
[depends] Pulling kernel-2.12.3 from repository if non-local
[depends] Pulling stdlib-1.15.3 from repository if non-local
[check_depends] stop
[build] start
.......snip.......
[build] stop
starting shell ...
Erlang (BEAM) emulator version 5.6.3 [source] [smp:2] [async-threads:
0] [kernel-poll:false]
Eshell V5.6.3 (abort with ^G)
1> ssl:start().
ok
2> inets:start().
ok
3> http:request(get, {"https://mail.google.com", []}, [], []).
sh: /Users/tim/.sinan/repo/ssl-3.9/priv/bin/ssl_esock: Permission
denied
sh: line 0: exec: /Users/tim/.sinan/repo/ssl-3.9/priv/bin/ssl_esock:
cannot execute: Unknown error: 0
BREAK: (a)bort (c)ontinue (p)roc info (i)nfo (l)oaded
(v)ersion (k)ill (D)b-tables (d)istribution
^CDuece:safe tim$ ls -la /Users/tim/.sinan/repo/ssl-3.9/priv/bin/
ssl_esock
-rw-r--r-- 1 tim tim 1298517 Jun 15 17:48 /Users/tim/.sinan/repo/
ssl-3.9/priv/bin/ssl_esock
Duece:safe tim$ whoami
tim
%% WTF ? here's the same thing in straight erlang 5.6.5
3> http:request(get, {"https://mail.google.com", []}, [], []).
{ok,{{"HTTP/1.1",200,"OK"},
[{"cache-control","public, max-age=604800"},
{"date","Sat, 29 Nov 2008 17:13:44 GMT"},
{"server","GFE/1.3"},
{"content-length","234"},
{"content-type","text/html; charset=ISO-8859-1"},
{"expires","Sat, 06 Dec 2008 17:13:44 GMT"},
{"refresh","0;URL=https://mail.google.com/mail/"},
{"x-content-type-options","nosniff"}],
"<html><head><meta http-equiv=\"Refresh\" content=\"0;URL=https://
mail.google.com/mail/\" /></head><body><script type=\"text/javascript
\" language=\"javascript\"><!--\nlocation.replace(\"https://
mail.google.com/mail/\")\n--></script></body></html>"}}
4>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"erlware-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/erlware-dev?hl=en
-~----------~----~----~----~------~----~------~--~---