运行 ./bin/wxdt 出错 · Issue #49 · cytle/wechat_web_devtools

@MatchLemon

Pick your reaction

+1 -1 smile tada thinking_face heart rocket eyes Copy link Quote reply

MatchLemon commented on Nov 20, 2017

./nw: error while loading shared libraries: libnw.so: cannot open shared object file: No such file or directory

@Junup

This comment has been minimized.

Show comment

Hide comment

Copy link Quote reply

@Junup

Junup on Nov 23, 2017

I had the same mistake, and no solution

Pick your reaction

+1 -1 smile tada thinking_face heart rocket eyes Copy link Quote reply Reference in new issue

Reference in new issue

Repository

wechat_web_devtools Repositories

Title

Body

I had the same mistake, and no solution _Originally posted by @Junup in https://github.com/cytle/wechat_web_devtools/issues/49#issuecomment-346553688_

Create issue

Junup commented on Nov 23, 2017

I had the same mistake, and no solution

@maxoyed

This comment has been minimized.

Show comment

Hide comment

Copy link Quote reply

@maxoyed

maxoyed on Dec 4, 2017

@Junup you can install the nwjs Manually

Pick your reaction

+1 -1 smile tada thinking_face heart rocket eyes Copy link Quote reply Reference in new issue

Reference in new issue

Repository

wechat_web_devtools Repositories

Title

Body

@Junup you can install the nwjs Manually _Originally posted by @maxoyed in https://github.com/cytle/wechat_web_devtools/issues/49#issuecomment-348796992_

Create issue

maxoyed commented on Dec 4, 2017

edited

@Junup you can install the nwjs Manually

@jmluang

This comment has been minimized.

Show comment

Hide comment

Copy link Quote reply

@jmluang

jmluang on Dec 6, 2017

Contributor

@MatchLemon maybe you can try to clean your /tmp/wxdt_xsp directory, and then try ./bin/wxdt install again.
good luck.

Pick your reaction

+1 -1 smile tada thinking_face heart rocket eyes Copy link Quote reply Reference in new issue

Reference in new issue

Repository

wechat_web_devtools Repositories

Title

Body

@MatchLemon maybe you can try to clean your /tmp/wxdt_xsp directory, and then try ./bin/wxdt install again. good luck. _Originally posted by @jmluang in https://github.com/cytle/wechat_web_devtools/issues/49#issuecomment-349513600_

Create issue

Contributor

jmluang commented on Dec 6, 2017

@MatchLemon maybe you can try to clean your /tmp/wxdt_xsp directory, and then try ./bin/wxdt install again.
good luck.

@foolifish07

This comment has been minimized.

Show comment

Hide comment

Copy link Quote reply

@foolifish07

foolifish07 on Dec 9, 2017

I thank there must be some network problem in your computer
if everything is downloaded well, libnw.so should be under wechat_web_devtools/dist/lib
So:

  1. remove dist and rebuild. Run rm -rf /path/to/wechat_web_devtools/dist
  2. remove cache under /tmp. Run rm -rf /tmp/wxdt_xsp

Pick your reaction

+1 -1 smile tada thinking_face heart rocket eyes Copy link Quote reply Reference in new issue

Reference in new issue

Repository

wechat_web_devtools Repositories

Title

Body

I thank there must be some network problem in your computer if everything is downloaded well, `libnw.so` should be under `wechat_web_devtools/dist/lib` So: 1. remove dist and rebuild. Run `rm -rf /path/to/wechat_web_devtools/dist` 2. remove cache under /tmp. Run `rm -rf /tmp/wxdt_xsp` _Originally posted by @foolifish07 in https://github.com/cytle/wechat_web_devtools/issues/49#issuecomment-350478295_

Create issue

foolifish07 commented on Dec 9, 2017

edited

I thank there must be some network problem in your computer
if everything is downloaded well, libnw.so should be under wechat_web_devtools/dist/lib
So:

  1. remove dist and rebuild. Run rm -rf /path/to/wechat_web_devtools/dist
  2. remove cache under /tmp. Run rm -rf /tmp/wxdt_xsp

    +1 7 tada 1

Pick your reaction

+1 -1 smile tada thinking_face heart rocket eyes

@cytle cytle closed this on Dec 29, 2017

@cytle cytle referenced this issue on Jan 3, 2018

Closed

error while loading shared libraries: libnw.so #54

@cytle cytle referenced this issue on Jan 28, 2018

Closed

libnw.so: cannot open shared object file: No such file or directory #59

@beibeiroom

This comment has been minimized.

Show comment

Hide comment

Copy link Quote reply

@beibeiroom

beibeiroom on May 9, 2018

My problem is "./nw: error while loading shared libraries: libgconf-2.so.4: cannot open shared object file: No such file or directory", I still cannot solution this question when I try to use the above way. By the way, my system is ubuntu18.04

Pick your reaction

+1 -1 smile tada thinking_face heart rocket eyes Copy link Quote reply Reference in new issue

Reference in new issue

Repository

wechat_web_devtools Repositories

Title

Body

My problem is "./nw: error while loading shared libraries: libgconf-2.so.4: cannot open shared object file: No such file or directory", I still cannot solution this question when I try to use the above way. By the way, my system is ubuntu18.04 _Originally posted by @beibeiroom in https://github.com/cytle/wechat_web_devtools/issues/49#issuecomment-387592431_

Create issue

beibeiroom commented on May 9, 2018

My problem is "./nw: error while loading shared libraries: libgconf-2.so.4: cannot open shared object file: No such file or directory", I still cannot solution this question when I try to use the above way. By the way, my system is ubuntu18.04

+1 2

Pick your reaction

+1 -1 smile tada thinking_face heart rocket eyes

@imknown

This comment has been minimized.

Show comment

Hide comment

Copy link Quote reply

@imknown

imknown on May 9, 2018

Contributor

#109 Closed.

Pick your reaction

+1 -1 smile tada thinking_face heart rocket eyes Copy link Quote reply Reference in new issue

Reference in new issue

Repository

wechat_web_devtools Repositories

Title

Body

109 Closed. _Originally posted by @imknown in https://github.com/cytle/wechat_web_devtools/issues/49#issuecomment-387616070_

Create issue

Contributor

imknown commented on May 9, 2018

#109 Closed.

@dashaomai

This comment has been minimized.

Show comment

Hide comment

Copy link Quote reply

@dashaomai

dashaomai on May 28, 2018

if you meet the error message with keywords libgconf-2.so.4, you can try to do this:
sudo apt-get install libgconf-2-4

Pick your reaction

+1 -1 smile tada thinking_face heart rocket eyes Copy link Quote reply Reference in new issue

Reference in new issue

Repository

wechat_web_devtools Repositories

Title

Body

if you meet the error message with keywords libgconf-2.so.4, you can try to do this: `sudo apt-get install libgconf-2-4` _Originally posted by @dashaomai in https://github.com/cytle/wechat_web_devtools/issues/49#issuecomment-392438751_

Create issue

dashaomai commented on May 28, 2018

if you meet the error message with keywords libgconf-2.so.4, you can try to do this:
sudo apt-get install libgconf-2-4

+1 6 smile 2 heart 2

Pick your reaction

+1 -1 smile tada thinking_face heart rocket eyes


Original url: Access
Created at: 2019-06-24 20:54:58
Category: default
Tags: none

请先后发表评论
  • 最新评论
  • 总共0条评论