I'm using CentOS 7 x64, npm 5.6.0, node v9.5.0. I executed npm i electron in my console and it completed the installation without any errors.
However, when I type in electron in my console, I get the following error
/usr/lib/node_modules/electron-prebuilt/dist/electron: error while loading shared libraries: libgtk-x11-2.0.so.0: cannot open shared object file: No such file or directory
I've looked around on the internet trying to find a solution, but I couldn't find one for my specific OS. Does anyone have any ideas how to fix this?
I would greatly appreciate any comments/answers.
Thank you.
Related
I have been following this video to install the linkage between postgreSQL and C++ (https://www.youtube.com/watch?v=qDiC1Wja6Og), and after following all the steps, i get this error: "The code execution cannot proceed because LIBPQ.dll was not found." even though i went into the postgreSQL directory and found the file. I have no clue how to fix it, i've tried reinstalling postgres and i've restarted my pc each time it was needed. Any clues or solutions would be appreciated thanks
Try put libpq.dll into directory of your project build also you need to add
libeay32.dll,
libiconv-2.dll and
libintl-8.dll.
You can take all these libraries from Postgres installation
|---app.exe
|---libpq.dll
|---libeay32.dll
|---libiconv-2.dll
|---libintl-8.dll
or add path to libpq.dll into the path environment of your os
I am trying to install JSK 11.1.1.8 on mac x yosemite with Java 1.8.
After installation; while trying to run jsk, i am getting the following error,
Error: Could not find or load main class
oracle.fatwire.sites.jsk.Execute
I tried the solution provided in the blog, still not working..
Any help would be greatly appreciated..
I never install JSK on Mac but installed several times on Windows. That error seems that you donĀ“t have the jar that contains that class.
Verify what is the name of the jar and if you have it on App_Server\apache-tomcat-7.0.42\Sites\webapps\cs\WEB-INF\lib
I am trying to get work PostgresSQL with PHP, but i stuck on that apache error:
Call to undefined function pg_connect().
When i run phpinfo() i cannot see that my module is loaded, but i do not know why. The pgsql.ini files were loaded. And when i open them, i can see, that the extension is enabled extension=pgsql.so. Under /usr/lib64/php5/extensions there is the .so file. Even the permission are same like the other modules.
Any idea what am I doing wrong?
It would help if you could describe what operating system you are using. I'm assume Linux, but which distribution? One package that is often forgotten when installing postgresql and php is php5-pgsql. This is the connection between the two. For some reason I cannot explain, it is best if all three are installed together. So I suggest uninstalling postgresql and php and then installing postgresql, php5 and php5-pgsql. I hope this works for you!
I found it out. Some libraries where not found.
1.) First of all run php -version
2.) If there is an error where it described that some libraries are missing, you can solve it like me
3.) Search for the files on your system find / -name {LIBRARY NAME}
3a.) If you found them, just create a symlink to /usr/lib64
3b.) If not, find a way to get them and 3 3a
I am new to Omnet++. I installed Omnetpp-3.3p1 and am having trouble opening it. I tried creating a makefile within the project which has simulation codes with command opp_makemake -f -N, but I am getting command opp_makemake not found error. Am I missing something here?
The error might raise if OMNeT++ is not properly installed or the lib is not properly linked. This PDF should be what you are looking for, since it explains how to properly install version 3.3p1. - Hope to help!
I get this error when I try to run mongo, in ubuntu.
mongo: error while loading shared libraries: libboost_thread-gcc42-mt-1_34_1.so.1.34.1: cannot open shared object file: No such file or directory
I upgraded to Karmic yesterday. I have installed mongodb-stable from the repo mentioned here. I tried to apt-get libboost, but there is no such package as libboost_thread. I also posted on mongodb-user, but I need a quicker reply, and hence I am posting here. The boost libraries I have are version 1.38. Ask if you need any other help.
Thanks a lot.
Try installing libboost-thread1.34.1