I‘m trying to run an application and getting the following error on screen:
error while loading shared libraries: libgobject-2.0.so.0
How do I fix this problem under Debian or Ubuntu 64 bit (amd64) Linux?
{ 2 comments }
How do I import variables and functions defined in lib.ksh script to another ksh script called setup.ksh under Linux / Unix like operating systems? How do I execute commands from a file in the current KSH shell?
{ 0 comments }
How do I find the version of a kernel module (*.ko files located in /lib/modules/… directory) in Linux server?
{ 0 comments }
I‘m using RHEL and whenever I type the command lsnrctl; I get the following error:
lsnrctl: error while loading shared libraries: /u01/app/oracle/product/11.2.0/dbhome_1/lib/libclntsh.so.11.1:
cannot restore segment prot after reloc: Permission denied
How do I fix this problem?
{ 1 comment }
When I run the following command at mysql> I get an error which read as follows:
mysql> use dbname;
mysql> show tables;
ERROR 1018 (HY000): Can’t read dir of ‘./dbname/’ (errno: 13)
How do I fix this problem under Debian Linux?
{ 5 comments }