Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4124916
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T23:48:05+00:00 2026-05-20T23:48:05+00:00

I just downloaded Erlang using apt-get onto Ubuntu 10.10 . How do I run

  • 0

I just downloaded Erlang using apt-get onto Ubuntu 10.10. How do I run the examples that come with Erlang (the examples you can get through apt-get install erlang-examples). I tried going to the directory where they were stored and compiling ball.erl, but I got this error:

ball.bea#: error writing file
error
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-20T23:48:06+00:00Added an answer on May 20, 2026 at 11:48 pm

    The directory where those examples are stored isn’t writeable by normal users. To compile a .erl file, the compiler needs to be able to write out the compiled .beam file.

    One way around this is to copy the files to a directory you can write to and compile them there:

    $ mkdir erlex
    $ cd erlex
    $ cp /usr/lib/erlang/lib/gs-1.5.11/examples/src/* .
    $ erlc *.erl
    

    You need the erlang-dev package installed for that to work.

    You can run the ball example like so:

    $ erl -s ball
    

    ball here is the module name, and the Erlang emulator defaults to calling the start/0 function in that module, which is correct in this case.

    You don’t actually have to compile these examples, however. The Ubuntu erlang-examples package ships with them already compiled:

    $ cd /usr/lib/erlang/lib/gs-1.5.11/examples/ebin
    $ erl -s ball
    

    After closing the GUI window in each, say q(). to get out of the emulator. This may seem weird to you until you realize that everything about Erlang is designed with long uptimes in mind. The mere fact that the last process the emulator was running has stopped isn’t enough reason for the BEAM emulator to shut itself down. Something else might be started in that same emulator later, after all.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Just downloaded the Visual Studio 2010 Premium and realized that can't compile the project,
I just downloaded the developer edition of SQL Anywhere. How can I get a
I just downloaded the ASP.NET MVC beta and wanted to walk through the quickstarts
I just downloaded MVC and I am going through a tutorial. Everything goes fine
I'm new to Apex and have just downloaded Eclipse to get to work Eclipse
Or just any library, in general? I downloaded the bin.zip file, but I can't
I've done numerous searches and I realize that I can just download this file
I've just downloaded the Facebook iOS SDK and I noticed that in the sample
First thing when I try to run the application (I just downloaded it from
Just downloaded libcurl and built it on Windows, using VC2008. It came with a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.