Re: Why won't leiningen install for me?

2011-01-25 Thread Larry Travis

Mark, John, Gaz:
Your responses are all suggestive but I don't know where to go from here 
so I am going to make one more cry for help -- and to this group rather 
than the leiningen-specific one suggested by Mark because my basic 
problem is really how-to-get-clojure/emacs-running-under-MacOsX.


Here is the situation, and my further questions:

-- I am running OsX 10.6 on a machine that has never had an earlier OsX 
version running on it so there should not be problems involving 10.5 to 
10.6 upgrade.


-- I have downloaded and installed Macports -- including a recent 
upgrade. If Macports' version of curl is indeed the culprit, how do I 
get it replaced with a version that could download leiningen?  Do I dare 
just simply uninstall Macports -- which I am not using right now in any 
case? (All I want to do right now is work with Clojure!)


-- Although it surprised me, when I checked to see to what kernel my 
iMac was defaulting, I was told i386. What else could the leiningen 
installation process be asking for? Surely it wouldn't be expecting x86_64.


-- In the webpage Mark pointed me to is the assertion: If only ppc and 
i386 are present, while you require x86_64, then the library cannot be 
loaded.  But also, from a different commentator: This issue was fixed 
in a later version of MacPorts with better 10.6 x86_64 compatibility. 
Is there some way to determine if the installation process is indeed 
expecting an x86_64 architecture?


Thanks again.
  --Larry

-- 

On 1/22/11 2:16 PM, gaz jones wrote:

are you sure you dont have curl installed by macports or something?
/usr/bin/curl on mac os x works fine with https for me... someone at
work had this problem and they had (unknowingly) installed curl
through macports...

On Sat, Jan 22, 2011 at 1:28 PM, Bizicsjohn.stuart.hun...@gmail.com  wrote:

Hi Larry,
I had problems installing too.
Turns out curl on mac os x does not support https as required by
github now.
I had to download and rebuild curl with the +ssl flag for https to be
supported and then things worked fine.
I could dig up my notes from when I did it if you need more
information.

Cheers,
John


On Jan 21, 4:49 pm, Larry Travistra...@cs.wisc.edu  wrote:

I get the following when I try to install Leiningen:

---
larrytravis$   lein-install.sh   self-install

Downloading Leiningen now...

dyld: Library not loaded: /opt/local/lib/libintl.8.dylib
Referenced from: /opt/local/bin/curl
Reason: no suitable image found.  Did find:
  /opt/local/lib/libintl.8.dylib: mach-o, but wrong architecture

/Users/larrytravis/bin/lein-install.sh: line 175:  2851 Trace/BPT
trap  $HTTP_CLIENT $LEIN_JAR $LEIN_URL

Failed to 
downloadhttps://github.com/downloads/technomancy/leiningen/leiningen-1.4.2-st...


Can anybody advise me as to what I am doing wrong?

/lein-install.sh/ is the script available at:

https://github.com/technomancy/leiningen/raw/stable/bin/lein

Also I can't download /leiningen-1.4.2-standalone.jar/ directly 
fromhttps://github.com/technomancy/leiningen/downloads, but I don't think I
would know what to do with it if I could! I am a Java tyro (who knows
some other lisps reasonably well) trying to use clojure under Mac Os X
and Emacs, but I am having a lot of problems getting clojure to run
conveniently in that environment.

Thanks for your help.
--Larry Travis

--
You received this message because you are subscribed to the Google
Groups Clojure group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en


--
You received this message because you are subscribed to the Google
Groups Clojure group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en


Re: Why won't leiningen install for me?

2011-01-25 Thread Sean Allen
I wiped my macports a while back, reinstalled everything I needed and
stopped having problems like this.

On Mon, Jan 24, 2011 at 9:38 PM, Mark Rathwell mark.rathw...@gmail.comwrote:


 Seems pretty clear that your macports version of curl is the problem, it's
 up to you what you want to do about it.  I don't know if uninstalling it
 would leave you with the OS X version of curl or not.  Link to get you
 started:


 http://www.richarddooling.com/index.php/2009/09/12/macports-on-snow-leopard/

 http://www.richarddooling.com/index.php/2009/09/12/macports-on-snow-leopard/

 On Mon, Jan 24, 2011 at 7:29 PM, Larry Travis tra...@cs.wisc.edu wrote:

 Mark, John, Gaz:
 Your responses are all suggestive but I don't know where to go from here
 so I am going to make one more cry for help -- and to this group rather than
 the leiningen-specific one suggested by Mark because my basic problem is
 really how-to-get-clojure/emacs-running-under-MacOsX.

 Here is the situation, and my further questions:

 -- I am running OsX 10.6 on a machine that has never had an earlier OsX
 version running on it so there should not be problems involving 10.5 to 10.6
 upgrade.

 -- I have downloaded and installed Macports -- including a recent upgrade.
 If Macports' version of curl is indeed the culprit, how do I get it replaced
 with a version that could download leiningen?  Do I dare just simply
 uninstall Macports -- which I am not using right now in any case? (All I
 want to do right now is work with Clojure!)

 -- Although it surprised me, when I checked to see to what kernel my iMac
 was defaulting, I was told i386. What else could the leiningen installation
 process be asking for? Surely it wouldn't be expecting x86_64.

 -- In the webpage Mark pointed me to is the assertion: If only ppc and
 i386 are present, while you require x86_64, then the library cannot be
 loaded.  But also, from a different commentator: This issue was fixed in a
 later version of MacPorts with better 10.6 x86_64 compatibility. Is there
 some way to determine if the installation process is indeed expecting an
 x86_64 architecture?

 Thanks again.
  --Larry

 --
 


 On 1/22/11 2:16 PM, gaz jones wrote:

 are you sure you dont have curl installed by macports or something?
 /usr/bin/curl on mac os x works fine with https for me... someone at
 work had this problem and they had (unknowingly) installed curl
 through macports...

 On Sat, Jan 22, 2011 at 1:28 PM, Bizicsjohn.stuart.hun...@gmail.com
  wrote:

 Hi Larry,
 I had problems installing too.
 Turns out curl on mac os x does not support https as required by
 github now.
 I had to download and rebuild curl with the +ssl flag for https to be
 supported and then things worked fine.
 I could dig up my notes from when I did it if you need more
 information.

 Cheers,
 John


 On Jan 21, 4:49 pm, Larry Travistra...@cs.wisc.edu  wrote:

 I get the following when I try to install Leiningen:

 ---
 larrytravis$   lein-install.sh   self-install

 Downloading Leiningen now...

 dyld: Library not loaded: /opt/local/lib/libintl.8.dylib
Referenced from: /opt/local/bin/curl
Reason: no suitable image found.  Did find:
  /opt/local/lib/libintl.8.dylib: mach-o, but wrong architecture

 /Users/larrytravis/bin/lein-install.sh: line 175:  2851 Trace/BPT
 trap  $HTTP_CLIENT $LEIN_JAR $LEIN_URL

 Failed to downloadhttps://
 github.com/downloads/technomancy/leiningen/leiningen-1.4.2-st...

 
 Can anybody advise me as to what I am doing wrong?

 /lein-install.sh/ is the script available at:

 https://github.com/technomancy/leiningen/raw/stable/bin/lein

 Also I can't download /leiningen-1.4.2-standalone.jar/ directly
 fromhttps://github.com/technomancy/leiningen/downloads, but I don't
 think I
 would know what to do with it if I could! I am a Java tyro (who knows
 some other lisps reasonably well) trying to use clojure under Mac Os X
 and Emacs, but I am having a lot of problems getting clojure to run
 conveniently in that environment.

 Thanks for your help.
--Larry Travis

 --
 You received this message because you are subscribed to the Google
 Groups Clojure group.
 To post to this group, send email to clojure@googlegroups.com
 Note that posts from new members are moderated - please be patient with
 your first post.
 To unsubscribe from this group, send email to
 clojure+unsubscr...@googlegroups.comclojure%2bunsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/clojure?hl=en



  --
 You received this message because you are subscribed to the Google
 Groups Clojure group.
 To post to this group, send email to clojure@googlegroups.com
 Note that posts from new members are moderated - please be patient with
 your first post.
 To unsubscribe from this group, send email to
 clojure+unsubscr...@googlegroups.comclojure%2bunsubscr...@googlegroups.com
 For more options, visit 

Re: Why won't leiningen install for me? (NOW IT DOES!)

2011-01-25 Thread Larry Travis
You guys are great!  As my dad used to say when he had been greatly 
helped: Each of you is a scholar and a gentleman.


I admire your expertise. You each had knowledgeable and quite helpful 
suggestions. I ended up using Alex's ideas for getting the Leiningen 
installation process to avoid Macports' version of /curl/ and go back to 
the Mac OsX's original version, and from there on everything has worked 
well. Later I will install a version of Macports specifically adapted to 
Snow Leopard, /a la/ the link from Mark -- or replace Macports with 
Homebrew, as recommended by Gaz -- but right now I don't need either, 
and I want to spend my time digging more deeply into how Clojure enables 
one to utilize multi-core processors.


And the Clojure IDE I've got running to support that digging is just 
beautiful: Snow Leopard + Aquamacs + Slime.


Thanks again.
  --Larry






On 1/24/11 8:44 PM, Alex Osborne wrote:

Hi Larry,

As a quick temporary workaround you could just set your PATH environment
variable so that it picks up the curl executable from /usr/bin instead
of the broken MacPorts one from /opt/local/bin.

$ which curl
/opt/local/bin/curl
$ export PATH=/usr/bin:$PATH
$ which curl
/usr/bin/curl

You'll need to do that each time you install/upgrade Leiningen though.

Since you're not using MacPorts, personally I'd opt to just rename the
entire MacPorts directory (/opt/local) out of the way:

$ sudo mv /opt/local /opt/local.broken

You could then delete it or reinstall it at a later time, whatever you
prefer.

Cheers,

Alex


Mark Rathwellmark.rathw...@gmail.com  writes:



 Seems pretty clear that your macports version of curl is the problem, it's up 
to you what you want to do about it.  I don't know if uninstalling it would 
leave you with the OS X version of
 curl or not.  Link to get you started:

 http://www.richarddooling.com/index.php/2009/09/12/macports-on-snow-leopard/




--
You received this message because you are subscribed to the Google
Groups Clojure group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Re: Why won't leiningen install for me?

2011-01-24 Thread Mark Rathwell
Seems pretty clear that your macports version of curl is the problem, it's
up to you what you want to do about it.  I don't know if uninstalling it
would leave you with the OS X version of curl or not.  Link to get you
started:

http://www.richarddooling.com/index.php/2009/09/12/macports-on-snow-leopard/
http://www.richarddooling.com/index.php/2009/09/12/macports-on-snow-leopard/

On Mon, Jan 24, 2011 at 7:29 PM, Larry Travis tra...@cs.wisc.edu wrote:

 Mark, John, Gaz:
 Your responses are all suggestive but I don't know where to go from here so
 I am going to make one more cry for help -- and to this group rather than
 the leiningen-specific one suggested by Mark because my basic problem is
 really how-to-get-clojure/emacs-running-under-MacOsX.

 Here is the situation, and my further questions:

 -- I am running OsX 10.6 on a machine that has never had an earlier OsX
 version running on it so there should not be problems involving 10.5 to 10.6
 upgrade.

 -- I have downloaded and installed Macports -- including a recent upgrade.
 If Macports' version of curl is indeed the culprit, how do I get it replaced
 with a version that could download leiningen?  Do I dare just simply
 uninstall Macports -- which I am not using right now in any case? (All I
 want to do right now is work with Clojure!)

 -- Although it surprised me, when I checked to see to what kernel my iMac
 was defaulting, I was told i386. What else could the leiningen installation
 process be asking for? Surely it wouldn't be expecting x86_64.

 -- In the webpage Mark pointed me to is the assertion: If only ppc and
 i386 are present, while you require x86_64, then the library cannot be
 loaded.  But also, from a different commentator: This issue was fixed in a
 later version of MacPorts with better 10.6 x86_64 compatibility. Is there
 some way to determine if the installation process is indeed expecting an
 x86_64 architecture?

 Thanks again.
  --Larry

 -- 


 On 1/22/11 2:16 PM, gaz jones wrote:

 are you sure you dont have curl installed by macports or something?
 /usr/bin/curl on mac os x works fine with https for me... someone at
 work had this problem and they had (unknowingly) installed curl
 through macports...

 On Sat, Jan 22, 2011 at 1:28 PM, Bizicsjohn.stuart.hun...@gmail.com
  wrote:

 Hi Larry,
 I had problems installing too.
 Turns out curl on mac os x does not support https as required by
 github now.
 I had to download and rebuild curl with the +ssl flag for https to be
 supported and then things worked fine.
 I could dig up my notes from when I did it if you need more
 information.

 Cheers,
 John


 On Jan 21, 4:49 pm, Larry Travistra...@cs.wisc.edu  wrote:

 I get the following when I try to install Leiningen:

 ---
 larrytravis$   lein-install.sh   self-install

 Downloading Leiningen now...

 dyld: Library not loaded: /opt/local/lib/libintl.8.dylib
Referenced from: /opt/local/bin/curl
Reason: no suitable image found.  Did find:
  /opt/local/lib/libintl.8.dylib: mach-o, but wrong architecture

 /Users/larrytravis/bin/lein-install.sh: line 175:  2851 Trace/BPT
 trap  $HTTP_CLIENT $LEIN_JAR $LEIN_URL

 Failed to downloadhttps://
 github.com/downloads/technomancy/leiningen/leiningen-1.4.2-st...

 
 Can anybody advise me as to what I am doing wrong?

 /lein-install.sh/ is the script available at:

 https://github.com/technomancy/leiningen/raw/stable/bin/lein

 Also I can't download /leiningen-1.4.2-standalone.jar/ directly
 fromhttps://github.com/technomancy/leiningen/downloads, but I don't
 think I
 would know what to do with it if I could! I am a Java tyro (who knows
 some other lisps reasonably well) trying to use clojure under Mac Os X
 and Emacs, but I am having a lot of problems getting clojure to run
 conveniently in that environment.

 Thanks for your help.
--Larry Travis

 --
 You received this message because you are subscribed to the Google
 Groups Clojure group.
 To post to this group, send email to clojure@googlegroups.com
 Note that posts from new members are moderated - please be patient with
 your first post.
 To unsubscribe from this group, send email to
 clojure+unsubscr...@googlegroups.comclojure%2bunsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/clojure?hl=en




-- 
You received this message because you are subscribed to the Google
Groups Clojure group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Re: Why won't leiningen install for me?

2011-01-24 Thread Alex Osborne
Hi Larry,

As a quick temporary workaround you could just set your PATH environment
variable so that it picks up the curl executable from /usr/bin instead
of the broken MacPorts one from /opt/local/bin.

$ which curl
/opt/local/bin/curl
$ export PATH=/usr/bin:$PATH
$ which curl
/usr/bin/curl

You'll need to do that each time you install/upgrade Leiningen though.

Since you're not using MacPorts, personally I'd opt to just rename the
entire MacPorts directory (/opt/local) out of the way:

$ sudo mv /opt/local /opt/local.broken

You could then delete it or reinstall it at a later time, whatever you
prefer.

Cheers,

Alex


Mark Rathwell mark.rathw...@gmail.com writes:

 Seems pretty clear that your macports version of curl is the problem, it's up 
 to you what you want to do about it.  I don't know if uninstalling it would 
 leave you with the OS X version of
 curl or not.  Link to get you started:

 http://www.richarddooling.com/index.php/2009/09/12/macports-on-snow-leopard/

 On Mon, Jan 24, 2011 at 7:29 PM, Larry Travis tra...@cs.wisc.edu wrote:

 Mark, John, Gaz:
 Your responses are all suggestive but I don't know where to go from here 
 so I am going to make one more cry for help -- and to this group rather than 
 the leiningen-specific one
 suggested by Mark because my basic problem is really 
 how-to-get-clojure/emacs-running-under-MacOsX.

 Here is the situation, and my further questions:


 ---
 larrytravis$   lein-install.sh   self-install

 Downloading Leiningen now...

 dyld: Library not loaded: /opt/local/lib/libintl.8.dylib
    Referenced from: /opt/local/bin/curl
    Reason: no suitable image found.  Did find:
      /opt/local/lib/libintl.8.dylib: mach-o, but wrong 
 architecture

 /Users/larrytravis/bin/lein-install.sh: line 175:  2851 
 Trace/BPT
 trap          $HTTP_CLIENT $LEIN_JAR $LEIN_URL

 Failed to 
 downloadhttps://github.com/downloads/technomancy/leiningen/leiningen-1.4.2-st...


-- 
You received this message because you are subscribed to the Google
Groups Clojure group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en


Re: Why won't leiningen install for me?

2011-01-24 Thread gaz jones
i would totally recommend uninstalling macports, and moving over to
homebrew which is far better (https://github.com/mxcl/homebrew).


On Mon, Jan 24, 2011 at 8:44 PM, Alex Osborne a...@meshy.org wrote:
 Hi Larry,

 As a quick temporary workaround you could just set your PATH environment
 variable so that it picks up the curl executable from /usr/bin instead
 of the broken MacPorts one from /opt/local/bin.

 $ which curl
 /opt/local/bin/curl
 $ export PATH=/usr/bin:$PATH
 $ which curl
 /usr/bin/curl

 You'll need to do that each time you install/upgrade Leiningen though.

 Since you're not using MacPorts, personally I'd opt to just rename the
 entire MacPorts directory (/opt/local) out of the way:

 $ sudo mv /opt/local /opt/local.broken

 You could then delete it or reinstall it at a later time, whatever you
 prefer.

 Cheers,

 Alex


 Mark Rathwell mark.rathw...@gmail.com writes:

 Seems pretty clear that your macports version of curl is the problem, it's 
 up to you what you want to do about it.  I don't know if uninstalling it 
 would leave you with the OS X version of
 curl or not.  Link to get you started:

 http://www.richarddooling.com/index.php/2009/09/12/macports-on-snow-leopard/

 On Mon, Jan 24, 2011 at 7:29 PM, Larry Travis tra...@cs.wisc.edu wrote:

     Mark, John, Gaz:
     Your responses are all suggestive but I don't know where to go from here 
 so I am going to make one more cry for help -- and to this group rather than 
 the leiningen-specific one
     suggested by Mark because my basic problem is really 
 how-to-get-clojure/emacs-running-under-MacOsX.

     Here is the situation, and my further questions:


                 ---
                 larrytravis$   lein-install.sh   self-install

                 Downloading Leiningen now...

                 dyld: Library not loaded: /opt/local/lib/libintl.8.dylib
                    Referenced from: /opt/local/bin/curl
                    Reason: no suitable image found.  Did find:
                      /opt/local/lib/libintl.8.dylib: mach-o, but wrong 
 architecture

                 /Users/larrytravis/bin/lein-install.sh: line 175:  2851 
 Trace/BPT
                 trap          $HTTP_CLIENT $LEIN_JAR $LEIN_URL

                 Failed to 
 downloadhttps://github.com/downloads/technomancy/leiningen/leiningen-1.4.2-st...


 --
 You received this message because you are subscribed to the Google
 Groups Clojure group.
 To post to this group, send email to clojure@googlegroups.com
 Note that posts from new members are moderated - please be patient with your 
 first post.
 To unsubscribe from this group, send email to
 clojure+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/clojure?hl=en

-- 
You received this message because you are subscribed to the Google
Groups Clojure group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en


Why won't leiningen install for me?

2011-01-22 Thread Larry Travis

I get the following when I try to install Leiningen:

---
larrytravis$   lein-install.sh   self-install

Downloading Leiningen now...

dyld: Library not loaded: /opt/local/lib/libintl.8.dylib
  Referenced from: /opt/local/bin/curl
  Reason: no suitable image found.  Did find:
/opt/local/lib/libintl.8.dylib: mach-o, but wrong architecture

/Users/larrytravis/bin/lein-install.sh: line 175:  2851 Trace/BPT 
trap  $HTTP_CLIENT $LEIN_JAR $LEIN_URL


Failed to download 
https://github.com/downloads/technomancy/leiningen/leiningen-1.4.2-standalone.jar



Can anybody advise me as to what I am doing wrong?

/lein-install.sh/ is the script available at:

https://github.com/technomancy/leiningen/raw/stable/bin/lein

Also I can't download /leiningen-1.4.2-standalone.jar/ directly from 
https://github.com/technomancy/leiningen/downloads, but I don't think I 
would know what to do with it if I could! I am a Java tyro (who knows 
some other lisps reasonably well) trying to use clojure under Mac Os X 
and Emacs, but I am having a lot of problems getting clojure to run 
conveniently in that environment.


Thanks for your help.
  --Larry Travis

--
You received this message because you are subscribed to the Google
Groups Clojure group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Re: Why won't leiningen install for me?

2011-01-22 Thread Mark Rathwell
Are you using a MacPorts version of wget or curl?  If so, see:

http://stackoverflow.com/questions/2065904/macports-on-snow-leopard-rsync-library-not-loaded-libintl

(note the comment regarding upgrading from Leopard to Snow Leopard)

Also, for consistency, you will probably want to name your lein script just
'lein' instead of 'lein-install.sh'.

 - Mark

On Fri, Jan 21, 2011 at 7:49 PM, Larry Travis tra...@cs.wisc.edu wrote:

  I get the following when I try to install Leiningen:

 ---
 larrytravis$   lein-install.sh   self-install

 Downloading Leiningen now...

 dyld: Library not loaded: /opt/local/lib/libintl.8.dylib
   Referenced from: /opt/local/bin/curl
   Reason: no suitable image found.  Did find:
 /opt/local/lib/libintl.8.dylib: mach-o, but wrong architecture

 /Users/larrytravis/bin/lein-install.sh: line 175:  2851 Trace/BPT
 trap  $HTTP_CLIENT $LEIN_JAR $LEIN_URL

 Failed to download
 https://github.com/downloads/technomancy/leiningen/leiningen-1.4.2-standalone.jar

 
 Can anybody advise me as to what I am doing wrong?

 *lein-install.sh* is the script available at:

 https://github.com/technomancy/leiningen/raw/stable/bin/lein

 Also I can't download *leiningen-1.4.2-standalone.jar* directly from
 https://github.com/technomancy/leiningen/downloads, but I don't think I
 would know what to do with it if I could! I am a Java tyro (who knows some
 other lisps reasonably well) trying to use clojure under Mac Os X and Emacs,
 but I am having a lot of problems getting clojure to run conveniently in
 that environment.

 Thanks for your help.
   --Larry Travis

 --
 You received this message because you are subscribed to the Google
 Groups Clojure group.
 To post to this group, send email to clojure@googlegroups.com
 Note that posts from new members are moderated - please be patient with
 your first post.
 To unsubscribe from this group, send email to
 clojure+unsubscr...@googlegroups.comclojure%2bunsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/clojure?hl=en

-- 
You received this message because you are subscribed to the Google
Groups Clojure group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Re: Why won't leiningen install for me?

2011-01-22 Thread Mark Rathwell
Probably also should have mentioned, there is a leiningen specific group
that is fairly active, probably a better place to post these types of
questions:

http://groups.google.com/group/leiningen


On Sat, Jan 22, 2011 at 10:28 AM, Mark Rathwell mark.rathw...@gmail.comwrote:


 Are you using a MacPorts version of wget or curl?  If so, see:


 http://stackoverflow.com/questions/2065904/macports-on-snow-leopard-rsync-library-not-loaded-libintl

 (note the comment regarding upgrading from Leopard to Snow Leopard)

 Also, for consistency, you will probably want to name your lein script just
 'lein' instead of 'lein-install.sh'.

  - Mark


 On Fri, Jan 21, 2011 at 7:49 PM, Larry Travis tra...@cs.wisc.edu wrote:

  I get the following when I try to install Leiningen:

 ---
 larrytravis$   lein-install.sh   self-install

 Downloading Leiningen now...

 dyld: Library not loaded: /opt/local/lib/libintl.8.dylib
   Referenced from: /opt/local/bin/curl
   Reason: no suitable image found.  Did find:
 /opt/local/lib/libintl.8.dylib: mach-o, but wrong architecture

 /Users/larrytravis/bin/lein-install.sh: line 175:  2851 Trace/BPT
 trap  $HTTP_CLIENT $LEIN_JAR $LEIN_URL

 Failed to download
 https://github.com/downloads/technomancy/leiningen/leiningen-1.4.2-standalone.jar

 
 Can anybody advise me as to what I am doing wrong?

 *lein-install.sh* is the script available at:

 https://github.com/technomancy/leiningen/raw/stable/bin/lein

 Also I can't download *leiningen-1.4.2-standalone.jar* directly from
 https://github.com/technomancy/leiningen/downloads, but I don't think I
 would know what to do with it if I could! I am a Java tyro (who knows some
 other lisps reasonably well) trying to use clojure under Mac Os X and Emacs,
 but I am having a lot of problems getting clojure to run conveniently in
 that environment.

 Thanks for your help.
   --Larry Travis

 --
 You received this message because you are subscribed to the Google
 Groups Clojure group.
 To post to this group, send email to clojure@googlegroups.com
 Note that posts from new members are moderated - please be patient with
 your first post.
 To unsubscribe from this group, send email to
 clojure+unsubscr...@googlegroups.comclojure%2bunsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/clojure?hl=en




-- 
You received this message because you are subscribed to the Google
Groups Clojure group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Re: Why won't leiningen install for me?

2011-01-22 Thread Bizics
Hi Larry,
I had problems installing too.
Turns out curl on mac os x does not support https as required by
github now.
I had to download and rebuild curl with the +ssl flag for https to be
supported and then things worked fine.
I could dig up my notes from when I did it if you need more
information.

Cheers,
John


On Jan 21, 4:49 pm, Larry Travis tra...@cs.wisc.edu wrote:
 I get the following when I try to install Leiningen:

 ---
 larrytravis$   lein-install.sh   self-install

 Downloading Leiningen now...

 dyld: Library not loaded: /opt/local/lib/libintl.8.dylib
    Referenced from: /opt/local/bin/curl
    Reason: no suitable image found.  Did find:
      /opt/local/lib/libintl.8.dylib: mach-o, but wrong architecture

 /Users/larrytravis/bin/lein-install.sh: line 175:  2851 Trace/BPT
 trap          $HTTP_CLIENT $LEIN_JAR $LEIN_URL

 Failed to 
 downloadhttps://github.com/downloads/technomancy/leiningen/leiningen-1.4.2-st...

 
 Can anybody advise me as to what I am doing wrong?

 /lein-install.sh/ is the script available at:

 https://github.com/technomancy/leiningen/raw/stable/bin/lein

 Also I can't download /leiningen-1.4.2-standalone.jar/ directly 
 fromhttps://github.com/technomancy/leiningen/downloads, but I don't think I
 would know what to do with it if I could! I am a Java tyro (who knows
 some other lisps reasonably well) trying to use clojure under Mac Os X
 and Emacs, but I am having a lot of problems getting clojure to run
 conveniently in that environment.

 Thanks for your help.
    --Larry Travis

-- 
You received this message because you are subscribed to the Google
Groups Clojure group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en


Re: Why won't leiningen install for me?

2011-01-22 Thread gaz jones
are you sure you dont have curl installed by macports or something?
/usr/bin/curl on mac os x works fine with https for me... someone at
work had this problem and they had (unknowingly) installed curl
through macports...

On Sat, Jan 22, 2011 at 1:28 PM, Bizics john.stuart.hun...@gmail.com wrote:
 Hi Larry,
 I had problems installing too.
 Turns out curl on mac os x does not support https as required by
 github now.
 I had to download and rebuild curl with the +ssl flag for https to be
 supported and then things worked fine.
 I could dig up my notes from when I did it if you need more
 information.

 Cheers,
 John


 On Jan 21, 4:49 pm, Larry Travis tra...@cs.wisc.edu wrote:
 I get the following when I try to install Leiningen:

 ---
 larrytravis$   lein-install.sh   self-install

 Downloading Leiningen now...

 dyld: Library not loaded: /opt/local/lib/libintl.8.dylib
    Referenced from: /opt/local/bin/curl
    Reason: no suitable image found.  Did find:
      /opt/local/lib/libintl.8.dylib: mach-o, but wrong architecture

 /Users/larrytravis/bin/lein-install.sh: line 175:  2851 Trace/BPT
 trap          $HTTP_CLIENT $LEIN_JAR $LEIN_URL

 Failed to 
 downloadhttps://github.com/downloads/technomancy/leiningen/leiningen-1.4.2-st...

 
 Can anybody advise me as to what I am doing wrong?

 /lein-install.sh/ is the script available at:

 https://github.com/technomancy/leiningen/raw/stable/bin/lein

 Also I can't download /leiningen-1.4.2-standalone.jar/ directly 
 fromhttps://github.com/technomancy/leiningen/downloads, but I don't think I
 would know what to do with it if I could! I am a Java tyro (who knows
 some other lisps reasonably well) trying to use clojure under Mac Os X
 and Emacs, but I am having a lot of problems getting clojure to run
 conveniently in that environment.

 Thanks for your help.
    --Larry Travis

 --
 You received this message because you are subscribed to the Google
 Groups Clojure group.
 To post to this group, send email to clojure@googlegroups.com
 Note that posts from new members are moderated - please be patient with your 
 first post.
 To unsubscribe from this group, send email to
 clojure+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/clojure?hl=en

-- 
You received this message because you are subscribed to the Google
Groups Clojure group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en