If it’s the modified file from me … Ignore and install
Hi
Done that got to the end and tryed to run briscad form the terminal and got this
mark@mark-Aspire-5755G:~$ bricscadv11
/opt/bricsys/bricscad/v11/bricscad: error while loading shared libraries: libGL.so.1: cannot open shared object file: No such file or directory
mark@mark-Aspire-5755G:~$
Did you run these 3 commands:
sudo dpkg --add-architecture i386
then
sudo apt-get update
then
sudo apt-get install libc6:i386 libncurses5:i386 libstdc++6:i386 libcups2:i386 libglu1-mesa:i386 libgtk2.0-0:i386
?
Yes, I have done them again and still get the same.
what’s the output from:
uname -a
?
then run:
sudo updatedb
then post the output from:
locate libGL.so.1
If you’re still on Ubuntu 14.04, run these 2 commands in sequence:
wget https://dl.dropboxusercontent.com/u/11876059/mesa-libs-32bit-trusty.tar.gz
then
sudo tar -xvf mesa-libs-32bit-trusty.tar.gz --directory /opt/bricsys/bricscad/v11/
now try running BricsCAD v11
Do you still get the same error ?
mark@mark-Aspire-5755G:~$ uname -a
Linux mark-Aspire-5755G 3.16.0-41-generic #55~14.04.1-Ubuntu SMP Sun Jun 14 18:43:36 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
mark@mark-Aspire-5755G:~$
Runing the next bit put my password in but dose not seem to be doing anything. will wait and see.
Well that took its time.
uotput is
mark@mark-Aspire-5755G:~$ locate libGL.so.1
/usr/lib/i386-linux-gnu/mesa/libGL.so.1
/usr/lib/i386-linux-gnu/mesa/libGL.so.1.2.0
/usr/lib/nvidia-304/libGL.so.1
/usr/lib/nvidia-304-updates/libGL.so.1
/usr/lib/x86_64-linux-gnu/mesa/libGL.so.1
/usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2.0
/usr/lib32/nvidia-304/libGL.so.1
/usr/lib32/nvidia-304-updates/libGL.so.1
mark@mark-Aspire-5755G:~$
Done the second bit now and hay presto it working. How ever some of the saved drawings make it close some of them work ok. Will live with that.
Thank you
Is it possible to uninstall Briscad v15 only and how? Just thinking ahead may need to remove it.
Thanks
Mark
What’s the output from:
dpkg -l | grep briscs
?
output is
mark@mark-Aspire-5755G:~$ dpkg -l | grep briscs
mark@mark-Aspire-5755G:~$
sorry typo
dpkg -l | grep brics
Hi Sorry for the delay, I am back working in Germany. At least I have internet this time even if it is as slow as dail up.
output is
mark@mark-Aspire-5755G:~$ dpkg -l | grep brics
ii bricscadv11 11.3.16 all Bricscad is the number one DWG CAD alternative offering a complete and recognizable feature set to professional users. Bricscad reads and writes the DWG format and offers high compatibility with AutoCAD® 2010
ii bricscadv15 15.1.21 amd64 BricsCAD is the number one DWG CAD alternative offering a complete and recognizable feature set to professional users. BricsCAD reads and writes the DWG format and offers high compatibility with AutoCAD
mark@mark-Aspire-5755G:~$
If you decide you want to remove v15, just run:
sudo apt-get remove --purge bricscadv15