Linking libGLEW.so.2.0.5 to libGLEW.so.1.13

Clash Royale CLAN TAG#URR8PPP up vote
0
down vote
favorite
i'm using ubuntu 17.10 and in it i'm trying to launch a software called paintstorm. but I'm getting this error:
error while loading shared libraries: libGLEW.so.1.13: cannot open shared object file: No such file or directory
I found out that I had to use ln -s command to link the already installed 2.0.5 version with the one that the program requires. But I think I failed to do so. And now every time I try the command in a different way, I get a message telling me that the 1.13 file already exists.
Can anyone tell me how to do this correctly?
17.10 libraries
add a comment |Â
up vote
0
down vote
favorite
i'm using ubuntu 17.10 and in it i'm trying to launch a software called paintstorm. but I'm getting this error:
error while loading shared libraries: libGLEW.so.1.13: cannot open shared object file: No such file or directory
I found out that I had to use ln -s command to link the already installed 2.0.5 version with the one that the program requires. But I think I failed to do so. And now every time I try the command in a different way, I get a message telling me that the 1.13 file already exists.
Can anyone tell me how to do this correctly?
17.10 libraries
Delete the file :cd [directory-with-libGLEW.so.1.13]/ && sudo rm libGLEW.so.1.13
â Knud Larsen
Apr 3 at 14:48
1
Thelncommand has a-for--forceoption to "remove existing destination files"
â steeldriver
Apr 3 at 14:52
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
i'm using ubuntu 17.10 and in it i'm trying to launch a software called paintstorm. but I'm getting this error:
error while loading shared libraries: libGLEW.so.1.13: cannot open shared object file: No such file or directory
I found out that I had to use ln -s command to link the already installed 2.0.5 version with the one that the program requires. But I think I failed to do so. And now every time I try the command in a different way, I get a message telling me that the 1.13 file already exists.
Can anyone tell me how to do this correctly?
17.10 libraries
i'm using ubuntu 17.10 and in it i'm trying to launch a software called paintstorm. but I'm getting this error:
error while loading shared libraries: libGLEW.so.1.13: cannot open shared object file: No such file or directory
I found out that I had to use ln -s command to link the already installed 2.0.5 version with the one that the program requires. But I think I failed to do so. And now every time I try the command in a different way, I get a message telling me that the 1.13 file already exists.
Can anyone tell me how to do this correctly?
17.10 libraries
17.10 libraries
asked Apr 3 at 11:52
Thayen
1
1
Delete the file :cd [directory-with-libGLEW.so.1.13]/ && sudo rm libGLEW.so.1.13
â Knud Larsen
Apr 3 at 14:48
1
Thelncommand has a-for--forceoption to "remove existing destination files"
â steeldriver
Apr 3 at 14:52
add a comment |Â
Delete the file :cd [directory-with-libGLEW.so.1.13]/ && sudo rm libGLEW.so.1.13
â Knud Larsen
Apr 3 at 14:48
1
Thelncommand has a-for--forceoption to "remove existing destination files"
â steeldriver
Apr 3 at 14:52
Delete the file :
cd [directory-with-libGLEW.so.1.13]/ && sudo rm libGLEW.so.1.13â Knud Larsen
Apr 3 at 14:48
Delete the file :
cd [directory-with-libGLEW.so.1.13]/ && sudo rm libGLEW.so.1.13â Knud Larsen
Apr 3 at 14:48
1
1
The
ln command has a -f or --force option to "remove existing destination files"â steeldriver
Apr 3 at 14:52
The
ln command has a -f or --force option to "remove existing destination files"â steeldriver
Apr 3 at 14:52
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
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%2f1021585%2flinking-libglew-so-2-0-5-to-libglew-so-1-13%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
Delete the file :
cd [directory-with-libGLEW.so.1.13]/ && sudo rm libGLEW.so.1.13â Knud Larsen
Apr 3 at 14:48
1
The
lncommand has a-for--forceoption to "remove existing destination files"â steeldriver
Apr 3 at 14:52