| Author |
Message |
reallarry
Joined: 02 Feb 2009 Posts: 8
|
Posted: Sat 06 Feb 2010, 16:16 Post subject:
erlang on puppy (2.17) Subject description: how to install erlang (compiler/vm/OTP) onto a puppy (2.17) system |
|
Hi,
for so long time i am trying to install the actual erlang package (with the OTP) onto my puppy (2.17) system, without success.
Did anyone tried that too? And had success install erlang? If yes, which puppy version did you use and what did you do to get it to work??
I am always getting Errors on compiling and then Segemntation Errors when trying to use it.
@admins: Sorry i probably put this post to the wrong topic. But i don't know how to move the post. can anyone of the admins move it to the correct place? Thanks!
|
|
Back to top
|
|
 |
puppyiso

Joined: 12 Jan 2009 Posts: 588
|
Posted: Tue 09 Feb 2010, 08:49 Post subject:
|
|
erlang got to do with wings 3d.
I hope you continue your search and make it successful.
John
|
|
Back to top
|
|
 |
ttuuxxx

Joined: 05 May 2007 Posts: 10720 Location: Ontario Canada,Sydney Australia
|
Posted: Tue 09 Feb 2010, 15:47 Post subject:
Re: erlang on puppy (2.17) Subject description: how to install erlang (compiler/vm/OTP) onto a puppy (2.17) system |
|
| reallarry wrote: | Hi,
for so long time i am trying to install the actual erlang package (with the OTP) onto my puppy (2.17) system, without success.
Did anyone tried that too? And had success install erlang? If yes, which puppy version did you use and what did you do to get it to work??
I am always getting Errors on compiling and then Segemntation Errors when trying to use it.
@admins: Sorry i probably put this post to the wrong topic. But i don't know how to move the post. can anyone of the admins move it to the correct place? Thanks! |
Which version are you trying to compile the latest 56MB really large sources or the smaller 10MB older sources? I'll try the 10MB sources on 2.14X.
50MB would take hours to compile and probably around 1GB+ ram working directory while it compiles.
ttuuxxx
_________________ http://audio.online-convert.com/ <-- excellent site
http://samples.mplayerhq.hu/A-codecs/ <-- Codec Test Files
http://html5games.com/ <-- excellent HTML5 games

|
|
Back to top
|
|
 |
ttuuxxx

Joined: 05 May 2007 Posts: 10720 Location: Ontario Canada,Sydney Australia
|
Posted: Tue 09 Feb 2010, 17:23 Post subject:
|
|
I have it working on 2.14X.
image below, I'll post a package soon. The only option I wasn't able to include was the java compiler, puppy doesn't compile gcc with java compiler parts. It would really increase the devx size if it was included.
ttuuxxx
| Description |
|
| Filesize |
38.03 KB |
| Viewed |
1258 Time(s) |

|
_________________ http://audio.online-convert.com/ <-- excellent site
http://samples.mplayerhq.hu/A-codecs/ <-- Codec Test Files
http://html5games.com/ <-- excellent HTML5 games

Last edited by ttuuxxx on Tue 09 Feb 2010, 18:16; edited 1 time in total
|
|
Back to top
|
|
 |
amigo
Joined: 02 Apr 2007 Posts: 1776
|
Posted: Tue 09 Feb 2010, 17:30 Post subject:
|
|
"glibc with java compiler" don't you mean "gcc with java compiler"?
|
|
Back to top
|
|
 |
ttuuxxx

Joined: 05 May 2007 Posts: 10720 Location: Ontario Canada,Sydney Australia
|
Posted: Tue 09 Feb 2010, 18:01 Post subject:
|
|
| amigo wrote: | | "glibc with java compiler" don't you mean "gcc with java compiler"? |
yes amigo, your right, lol man its like a guy can't be tired around here, lol been up since 3am. Had a crap sleep, thank god for coffee
ttuuxxx
_________________ http://audio.online-convert.com/ <-- excellent site
http://samples.mplayerhq.hu/A-codecs/ <-- Codec Test Files
http://html5games.com/ <-- excellent HTML5 games

|
|
Back to top
|
|
 |
ttuuxxx

Joined: 05 May 2007 Posts: 10720 Location: Ontario Canada,Sydney Australia
|
Posted: Tue 09 Feb 2010, 19:02 Post subject:
|
|
first I compiled the latest odbc http://www.unixodbc.org/
http://www.unixodbc.org/unixODBC-2.2.14.tar.gz <--- sources
then I compiled erlang with
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --build=i386-pc-linux-gnu --enable-shared --enable-strip --with-ssl=/usr/ssl --enable-smp-support
but really SQL should be compiled first for odbc to properly work.
First install
http://puppylinux.ca/tpp/ttuuxxx/2.14series/QT/erlang/unixODBC-2.2.14-i386.pet
then install
http://puppylinux.ca/tpp/ttuuxxx/2.14series/QT/erlang/otp_src_R11B-0-i386.pet
and see how you go, this was compiled with 2.14X and I included the QT mt file which was needed.
Also once that's installed there's a alternative odbc from redhat also, but you need both previous packages installed plus SQL and then this can go overtop
http://puppylinux.ca/tpp/ttuuxxx/2.14series/QT/erlang/unixODBC-kde-2.2.11-7.1.i386.pet
username:puppy
password:linux
ttuuxxx
_________________ http://audio.online-convert.com/ <-- excellent site
http://samples.mplayerhq.hu/A-codecs/ <-- Codec Test Files
http://html5games.com/ <-- excellent HTML5 games

|
|
Back to top
|
|
 |
|