unable to run on debian squeeze - BricscadClassic-V11.1.16-1-cs_CZ

i got this message : /opt/bricsys/bricscad/v11/bricscad: error while loading shared libraries: libz.so.1: cannot open shared object file: No such file or directory

but the libary is installed

~$ ls /usr/lib/libz*
/usr/lib/libz.so.1  /usr/lib/libz.so.1.2.3.4

 

Comments

  • Do you use a 64bit system?  In that case, you need to install the "ia32-libs" package.

     

    If that does not help, you can use "ldd" to see where the library loader looks for the shared libraries.

     

     

    cd /opt/bricsys/bricscad/v11/

    LD_LIBRARY_PATH=. ldd -r bricscad
  • Yes I have 64bit system and Im missing the "ia32-libs" package. So this is probably the problem, but I do not realy want to mess the system with 32 libs only because of trying briscad ...

    Is there any chnce thet the 64bit version is realised?

     

    Thank you

  • You shouldn't consider it being a mess, since package manager handles it for you, and no cruft will be left over, when you decide to remove the package.

  • I installed the ia32-libs package and now it complains about : bricscad
    /opt/bricsys/bricscad/v11/bricscad: error while loading shared libraries: libexpat.so.1: cannot open shared object file: No such file or directory

     

This discussion has been closed.