v12 error while loading shared libraries: libGLEW.so.1.5

 

/opt/bricsys/bricscad/v12> ./bricscad.sh

/opt/bricsys/bricscad/v12/bricscad: error while loading shared libraries: libGLEW.so.1.5: cannot open shared object file: No such file or directory

 

I install libGLEW1_5 package (was no pakage dependancy in downloaded rpm )

than make link to library

ln -s /usr/lib64/libGLEW.so.1.5.8 /usr/lib/libGLEW.so.1.5

/opt/bricsys/bricscad/v12> ./bricscad.sh
/opt/bricsys/bricscad/v12/bricscad: error while loading shared libraries: libGLEW.so.1.5: wrong ELF class: ELFCLASS64
/opt/bricsys/bricscad/v12> uname -i
x86_64
no workaround yet

Comments

  • libGLEW was added as a dependency of our deb installer.  Unfortunately our rpm installer does not automatically install all dependencies.  We intend to improve our rpm creation process in the future.

     

    You installed the 64 bit version of libGLEW.  You will need the 32 bit version instead.

    You can try searching for libGLEW1.5 on http://rpm.pbone.net/

    Using advanced search you can narrow down the search for your own system.

    Then pick a 32 bit (i386, i686) version of libGLEW for download, for instance:

    http://rpm.pbone.net/index.php3/stat/4/idpl/15416120/dir/fedora_13/com/glew-1.5.2-2.fc13.i686.rpm.html

     

    I hope this helps...

  • If you happen to run 64-bit deb-based system, then probably the easiest way is to extract these 32-bit libGLEW library files directly into /opt/bricsys/bricscad/v12 directory. If there is a better directory, chip in.

    If you are on Ubuntu, you can find the 32-bit (i386) package for download from http://packages.ubuntu.com/oneiric/i386/libglew1.5/download

    Download the package. Open it with archive manager, extract files libGLEW.so.1.5 and libGLEW.so.1.5.2, move these to /opt/bricsys/bricscad/v12 as root or with sudo.

This discussion has been closed.

Howdy, Stranger!

It looks like you're new here. Click one of the buttons on the top bar to get involved!