Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - blp042

#1
I am a Linux noob.

I have just tried configuring an Ubuntu development environment for ML.
I compiled for 6D.116 no errors.
I compiled cr2hdr, no errors, and then tried running it.
I get this error:
cr2hdr: error while loading shared libraries: libm.so.6: cannot stat shared object: Error 38

I found libm.so.6:


blp@localhost:/$ ls -l /libx32/libm*
-rw-r--r--. 1 root root 1648376 Apr 16  2018 /libx32/libm-2.27.so
lrwxrwxrwx. 1 blp  blp       12 Apr 16  2018 /libx32/libm.so.6 -> libm-2.27.so

blp@localhost:/$ ls -l /lib32/libm*
-rw-r--r--. 1 root root 824864 Apr 16  2018 /lib32/libm-2.27.so
lrwxrwxrwx. 1 blp  blp      12 Apr 16  2018 /lib32/libm.so.6 -> libm-2.27.so


I don't know why I get the shared library error.
Does anyone have any help for me?
#2
Quote from: nanomad on March 20, 2013, 04:24:36 PM
http://nanomad.magiclantern.fm/Development%20Box/
;)

I am *sooooo* excited.  That VM is working just great! Compiling away right now.  Can't wait to experiment.  THANKS LOADS.

BTW, I tried running "sudo apt-get install flex" and get prompted for a password for magiclantern.  I probably don't need to install "flex" but probably do need the password for magiclantern. 
Have I missed it somewhere? Can you provide it?