SiegeLord / DAllegro5

D binding to the Allegro5 game development library
Other
42 stars 15 forks source link

Executing example Ubuntu 12.04 #8

Closed joelcnz closed 11 years ago

joelcnz commented 11 years ago

I've installed Allegro 5.0.7 for C, (eg the examples there work). But when I try to run the example for DAllegro5 I get this:

./example: error while loading shared libraries: liballegro.so.5.0: cannot open shared object file: No such file or directory

I don't know if it's because I'm running Ubuntu in a virtual machine in OSX.

joelcnz commented 11 years ago

Oh, never mind, I entered as follows:

sudo ldconfig

SiegeLord commented 11 years ago

Glad you figured it out.