libglut.so.3: cannot open shared object file: No such file or directory
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgO9GURib1T8z7lCwjOGLQaGtrueEthgQ8LO42ZX8cOfTqDK4jvDDpKkLFwf2J49kYCMNW7d4ABih_XCb_2UXdq5fPJDkoyg7-8g_YfRUot-XnaXkNYycsNp7lA5_TW9td0FFpLQ2APzKcZ/s1600/1.jpg)
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhYQ0N5W1qAOxLP7t7iOM6O6AzbZnkXUy16s7P_CWfOb5UbTQY_aDsc727chyphenhyphen5W4IppVNernMMQeaUFTB_rFzAd95_CDt-tnwN-nBx6JyUp2duGjPaL5-VgNO41AVsA_vu30EJcipdDG409/s400/Clash+Royale+CLAN+TAG%2523URR8PPP.png)
up vote
1
down vote
favorite
I'm trying to install libglut.so.3 that is required by an application.
I have installed freeglut3, freeglut3-dev, but again same error as the title of this question.
I have searched then with a sudo apt search glut
and nothing new is coming out.
Doing a sudo find / -type f | grep libglut.so.3
I can see this:
find: âÂÂ/run/user/1000/gvfsâÂÂ: Permission denied
/usr/lib/x86_64-linux-gnu/libglut.so.3.9.0
Now, even if I have installed freeglut3 and the -dev one, still get same error.
I'm thinking now to try to link in some way the libglut.so.3.9.o that I see under /usr/lib/x86_64-linux-gnu/ but don't know how to do it or if it works.
Why I still get error libglut.so.3: cannot open shared object file: No such file or directory
?
How can I fix this?
Where are located all shared libraries that is looking for?
Thanks so much, this is becoming a pain in the neck since weeks now, so I decided to write to all of you.
My system is a 32bit i5 4GB ram
Description: Ubuntu 16.04.3 LTS
Release: 16.04
Codename: xenial
Kind Regards
package-management graphics shared-library
add a comment |Â
up vote
1
down vote
favorite
I'm trying to install libglut.so.3 that is required by an application.
I have installed freeglut3, freeglut3-dev, but again same error as the title of this question.
I have searched then with a sudo apt search glut
and nothing new is coming out.
Doing a sudo find / -type f | grep libglut.so.3
I can see this:
find: âÂÂ/run/user/1000/gvfsâÂÂ: Permission denied
/usr/lib/x86_64-linux-gnu/libglut.so.3.9.0
Now, even if I have installed freeglut3 and the -dev one, still get same error.
I'm thinking now to try to link in some way the libglut.so.3.9.o that I see under /usr/lib/x86_64-linux-gnu/ but don't know how to do it or if it works.
Why I still get error libglut.so.3: cannot open shared object file: No such file or directory
?
How can I fix this?
Where are located all shared libraries that is looking for?
Thanks so much, this is becoming a pain in the neck since weeks now, so I decided to write to all of you.
My system is a 32bit i5 4GB ram
Description: Ubuntu 16.04.3 LTS
Release: 16.04
Codename: xenial
Kind Regards
package-management graphics shared-library
add a comment |Â
up vote
1
down vote
favorite
up vote
1
down vote
favorite
I'm trying to install libglut.so.3 that is required by an application.
I have installed freeglut3, freeglut3-dev, but again same error as the title of this question.
I have searched then with a sudo apt search glut
and nothing new is coming out.
Doing a sudo find / -type f | grep libglut.so.3
I can see this:
find: âÂÂ/run/user/1000/gvfsâÂÂ: Permission denied
/usr/lib/x86_64-linux-gnu/libglut.so.3.9.0
Now, even if I have installed freeglut3 and the -dev one, still get same error.
I'm thinking now to try to link in some way the libglut.so.3.9.o that I see under /usr/lib/x86_64-linux-gnu/ but don't know how to do it or if it works.
Why I still get error libglut.so.3: cannot open shared object file: No such file or directory
?
How can I fix this?
Where are located all shared libraries that is looking for?
Thanks so much, this is becoming a pain in the neck since weeks now, so I decided to write to all of you.
My system is a 32bit i5 4GB ram
Description: Ubuntu 16.04.3 LTS
Release: 16.04
Codename: xenial
Kind Regards
package-management graphics shared-library
I'm trying to install libglut.so.3 that is required by an application.
I have installed freeglut3, freeglut3-dev, but again same error as the title of this question.
I have searched then with a sudo apt search glut
and nothing new is coming out.
Doing a sudo find / -type f | grep libglut.so.3
I can see this:
find: âÂÂ/run/user/1000/gvfsâÂÂ: Permission denied
/usr/lib/x86_64-linux-gnu/libglut.so.3.9.0
Now, even if I have installed freeglut3 and the -dev one, still get same error.
I'm thinking now to try to link in some way the libglut.so.3.9.o that I see under /usr/lib/x86_64-linux-gnu/ but don't know how to do it or if it works.
Why I still get error libglut.so.3: cannot open shared object file: No such file or directory
?
How can I fix this?
Where are located all shared libraries that is looking for?
Thanks so much, this is becoming a pain in the neck since weeks now, so I decided to write to all of you.
My system is a 32bit i5 4GB ram
Description: Ubuntu 16.04.3 LTS
Release: 16.04
Codename: xenial
Kind Regards
package-management graphics shared-library
asked Apr 23 at 22:14
![](https://i.stack.imgur.com/mFPkA.jpg?s=32&g=1)
![](https://i.stack.imgur.com/mFPkA.jpg?s=32&g=1)
rusty81
164
164
add a comment |Â
add a comment |Â
2 Answers
2
active
oldest
votes
up vote
1
down vote
You need to install one package:
sudo apt-get install freeglut3
It will install libraries to /usr/lib/x86_64-linux-gnu/libglut.so.3 and /usr/lib/x86_64-linux-gnu/libglut.so.3.9.0.
If it does not help try to find shared object dependencies of your application
withldd application
to find its dependencies.
And check application
arch (32- or 64-bit) with file application
.
If it is 32-bit you should install 32-bit freeglut with:
sudo apt-get install freeglut3:i386 freeglut3-dev:i386
2
Thank you so much man! It was the damn architecture, with :i386 I solved the problem! Idiot me :)
â rusty81
Apr 23 at 22:24
See askubuntu.com/help/someone-answers .
â N0rbert
Apr 23 at 22:27
add a comment |Â
up vote
1
down vote
Again same problem with libcv.so.4 now.
Installed libcv, libcvaux, -dev, :i386 doesn't work.
Can't find version 4 of libcv, only 2.4.
How do I know where to pick the libraries from?
just doing apt search doesn't help very much.
A find outputs this:
sudo find / -type f | grep libcv
find: âÂÂ/run/user/1000/gvfsâÂÂ: Permission denied
/var/lib/dpkg/info/libcv2.4.md5sums
/var/lib/dpkg/info/libcvaux-dev:amd64.md5sums
/var/lib/dpkg/info/libcv2.4.list
/var/lib/dpkg/info/libcv-dev:amd64.md5sums
/var/lib/dpkg/info/libcv-dev:amd64.list
/var/lib/dpkg/info/libcvaux-dev:amd64.list
/usr/lib/vlc/plugins/codec/libcvdsub_plugin.so
/usr/share/doc/libcv2.4/copyright
/usr/share/doc/libcvaux-dev/copyright
/usr/share/doc/libcv-dev/copyright
/usr/share/lintian/overrides/libcv2.4
Thinking about some symbolic link to /usr/share/lintian/overrides/libcv2.4?
Thanks
add a comment |Â
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
You need to install one package:
sudo apt-get install freeglut3
It will install libraries to /usr/lib/x86_64-linux-gnu/libglut.so.3 and /usr/lib/x86_64-linux-gnu/libglut.so.3.9.0.
If it does not help try to find shared object dependencies of your application
withldd application
to find its dependencies.
And check application
arch (32- or 64-bit) with file application
.
If it is 32-bit you should install 32-bit freeglut with:
sudo apt-get install freeglut3:i386 freeglut3-dev:i386
2
Thank you so much man! It was the damn architecture, with :i386 I solved the problem! Idiot me :)
â rusty81
Apr 23 at 22:24
See askubuntu.com/help/someone-answers .
â N0rbert
Apr 23 at 22:27
add a comment |Â
up vote
1
down vote
You need to install one package:
sudo apt-get install freeglut3
It will install libraries to /usr/lib/x86_64-linux-gnu/libglut.so.3 and /usr/lib/x86_64-linux-gnu/libglut.so.3.9.0.
If it does not help try to find shared object dependencies of your application
withldd application
to find its dependencies.
And check application
arch (32- or 64-bit) with file application
.
If it is 32-bit you should install 32-bit freeglut with:
sudo apt-get install freeglut3:i386 freeglut3-dev:i386
2
Thank you so much man! It was the damn architecture, with :i386 I solved the problem! Idiot me :)
â rusty81
Apr 23 at 22:24
See askubuntu.com/help/someone-answers .
â N0rbert
Apr 23 at 22:27
add a comment |Â
up vote
1
down vote
up vote
1
down vote
You need to install one package:
sudo apt-get install freeglut3
It will install libraries to /usr/lib/x86_64-linux-gnu/libglut.so.3 and /usr/lib/x86_64-linux-gnu/libglut.so.3.9.0.
If it does not help try to find shared object dependencies of your application
withldd application
to find its dependencies.
And check application
arch (32- or 64-bit) with file application
.
If it is 32-bit you should install 32-bit freeglut with:
sudo apt-get install freeglut3:i386 freeglut3-dev:i386
You need to install one package:
sudo apt-get install freeglut3
It will install libraries to /usr/lib/x86_64-linux-gnu/libglut.so.3 and /usr/lib/x86_64-linux-gnu/libglut.so.3.9.0.
If it does not help try to find shared object dependencies of your application
withldd application
to find its dependencies.
And check application
arch (32- or 64-bit) with file application
.
If it is 32-bit you should install 32-bit freeglut with:
sudo apt-get install freeglut3:i386 freeglut3-dev:i386
edited Apr 23 at 22:21
answered Apr 23 at 22:15
N0rbert
15.4k33171
15.4k33171
2
Thank you so much man! It was the damn architecture, with :i386 I solved the problem! Idiot me :)
â rusty81
Apr 23 at 22:24
See askubuntu.com/help/someone-answers .
â N0rbert
Apr 23 at 22:27
add a comment |Â
2
Thank you so much man! It was the damn architecture, with :i386 I solved the problem! Idiot me :)
â rusty81
Apr 23 at 22:24
See askubuntu.com/help/someone-answers .
â N0rbert
Apr 23 at 22:27
2
2
Thank you so much man! It was the damn architecture, with :i386 I solved the problem! Idiot me :)
â rusty81
Apr 23 at 22:24
Thank you so much man! It was the damn architecture, with :i386 I solved the problem! Idiot me :)
â rusty81
Apr 23 at 22:24
See askubuntu.com/help/someone-answers .
â N0rbert
Apr 23 at 22:27
See askubuntu.com/help/someone-answers .
â N0rbert
Apr 23 at 22:27
add a comment |Â
up vote
1
down vote
Again same problem with libcv.so.4 now.
Installed libcv, libcvaux, -dev, :i386 doesn't work.
Can't find version 4 of libcv, only 2.4.
How do I know where to pick the libraries from?
just doing apt search doesn't help very much.
A find outputs this:
sudo find / -type f | grep libcv
find: âÂÂ/run/user/1000/gvfsâÂÂ: Permission denied
/var/lib/dpkg/info/libcv2.4.md5sums
/var/lib/dpkg/info/libcvaux-dev:amd64.md5sums
/var/lib/dpkg/info/libcv2.4.list
/var/lib/dpkg/info/libcv-dev:amd64.md5sums
/var/lib/dpkg/info/libcv-dev:amd64.list
/var/lib/dpkg/info/libcvaux-dev:amd64.list
/usr/lib/vlc/plugins/codec/libcvdsub_plugin.so
/usr/share/doc/libcv2.4/copyright
/usr/share/doc/libcvaux-dev/copyright
/usr/share/doc/libcv-dev/copyright
/usr/share/lintian/overrides/libcv2.4
Thinking about some symbolic link to /usr/share/lintian/overrides/libcv2.4?
Thanks
add a comment |Â
up vote
1
down vote
Again same problem with libcv.so.4 now.
Installed libcv, libcvaux, -dev, :i386 doesn't work.
Can't find version 4 of libcv, only 2.4.
How do I know where to pick the libraries from?
just doing apt search doesn't help very much.
A find outputs this:
sudo find / -type f | grep libcv
find: âÂÂ/run/user/1000/gvfsâÂÂ: Permission denied
/var/lib/dpkg/info/libcv2.4.md5sums
/var/lib/dpkg/info/libcvaux-dev:amd64.md5sums
/var/lib/dpkg/info/libcv2.4.list
/var/lib/dpkg/info/libcv-dev:amd64.md5sums
/var/lib/dpkg/info/libcv-dev:amd64.list
/var/lib/dpkg/info/libcvaux-dev:amd64.list
/usr/lib/vlc/plugins/codec/libcvdsub_plugin.so
/usr/share/doc/libcv2.4/copyright
/usr/share/doc/libcvaux-dev/copyright
/usr/share/doc/libcv-dev/copyright
/usr/share/lintian/overrides/libcv2.4
Thinking about some symbolic link to /usr/share/lintian/overrides/libcv2.4?
Thanks
add a comment |Â
up vote
1
down vote
up vote
1
down vote
Again same problem with libcv.so.4 now.
Installed libcv, libcvaux, -dev, :i386 doesn't work.
Can't find version 4 of libcv, only 2.4.
How do I know where to pick the libraries from?
just doing apt search doesn't help very much.
A find outputs this:
sudo find / -type f | grep libcv
find: âÂÂ/run/user/1000/gvfsâÂÂ: Permission denied
/var/lib/dpkg/info/libcv2.4.md5sums
/var/lib/dpkg/info/libcvaux-dev:amd64.md5sums
/var/lib/dpkg/info/libcv2.4.list
/var/lib/dpkg/info/libcv-dev:amd64.md5sums
/var/lib/dpkg/info/libcv-dev:amd64.list
/var/lib/dpkg/info/libcvaux-dev:amd64.list
/usr/lib/vlc/plugins/codec/libcvdsub_plugin.so
/usr/share/doc/libcv2.4/copyright
/usr/share/doc/libcvaux-dev/copyright
/usr/share/doc/libcv-dev/copyright
/usr/share/lintian/overrides/libcv2.4
Thinking about some symbolic link to /usr/share/lintian/overrides/libcv2.4?
Thanks
Again same problem with libcv.so.4 now.
Installed libcv, libcvaux, -dev, :i386 doesn't work.
Can't find version 4 of libcv, only 2.4.
How do I know where to pick the libraries from?
just doing apt search doesn't help very much.
A find outputs this:
sudo find / -type f | grep libcv
find: âÂÂ/run/user/1000/gvfsâÂÂ: Permission denied
/var/lib/dpkg/info/libcv2.4.md5sums
/var/lib/dpkg/info/libcvaux-dev:amd64.md5sums
/var/lib/dpkg/info/libcv2.4.list
/var/lib/dpkg/info/libcv-dev:amd64.md5sums
/var/lib/dpkg/info/libcv-dev:amd64.list
/var/lib/dpkg/info/libcvaux-dev:amd64.list
/usr/lib/vlc/plugins/codec/libcvdsub_plugin.so
/usr/share/doc/libcv2.4/copyright
/usr/share/doc/libcvaux-dev/copyright
/usr/share/doc/libcv-dev/copyright
/usr/share/lintian/overrides/libcv2.4
Thinking about some symbolic link to /usr/share/lintian/overrides/libcv2.4?
Thanks
answered Apr 23 at 23:06
![](https://i.stack.imgur.com/mFPkA.jpg?s=32&g=1)
![](https://i.stack.imgur.com/mFPkA.jpg?s=32&g=1)
rusty81
164
164
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1027609%2flibglut-so-3-cannot-open-shared-object-file-no-such-file-or-directory%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password