Page 1 of 1

erlang on puppy (2.17)

Posted: Sat 06 Feb 2010, 20:16
by reallarry
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!

Posted: Tue 09 Feb 2010, 12:49
by puppyiso
erlang got to do with wings 3d.

I hope you continue your search and make it successful.

John

Re: erlang on puppy (2.17)

Posted: Tue 09 Feb 2010, 19:47
by ttuuxxx
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

Posted: Tue 09 Feb 2010, 21:23
by ttuuxxx
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

Posted: Tue 09 Feb 2010, 21:30
by amigo
"glibc with java compiler" don't you mean "gcc with java compiler"?

Posted: Tue 09 Feb 2010, 22:01
by ttuuxxx
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

Posted: Tue 09 Feb 2010, 23:02
by ttuuxxx
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.14se ... 4-i386.pet
then install
http://puppylinux.ca/tpp/ttuuxxx/2.14se ... 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.14se ... 1.i386.pet

username:puppy
password:linux

ttuuxxx