Erlang R10B-5

Michael McDaniel erlang@REDACTED
Thu May 12 03:46:25 CEST 2005


	Thank you for the recent release!

	And, Ingela, the odbc is simple on SuSE Linux!
	Just "make and go"!

my build on SuSE release 9.1 and 9.2 ...

$ cd /opt/src/otp_src_R10B-5
$ cd lib/ssl/c_src
$ mkdir RCS
$ ci -l esock.c
$ emacs esock.c
FROM: #define RWBUFLEN       4096
TO:   #define RWBUFLEN       (32*1024)
$ cd -
$ ./configure  --with-odbc --x-includes=/usr/local/include --x-libraries=/usr/lib --with-ssl
$ make
# cd /usr/local/lib/
# mv erlang erlang-R10B-4
# cd -
# make install

I don't have applications dependent on the previous versions of libs (at least, not enough
that I can't manually change whatever needs it) so I just rename the old erlang directory.


	Thank you all.


~Michael 




More information about the erlang-questions mailing list