I am trying to write a platform independend tool and while compiling a program, which is running under linux, I ran into some problems under solaris.
I use an if-clause to check, if a variable contains the word "OPEN".
...
char* oracle_status;
int…
I want to capture a string "1 row affected..". But problem is there are n no of such string present in the same file.
My concern to capture "1 row affected.." only which is present after the string " UPDATE kplustp..Service SET Service_Name =…
i am trying to install curl on solaris 10.
I have installed the curl packages with other dependencies as
application SMCcurl curl
application SMClgcc346 libgcc
application SMClibidn …
I am in the midst of researching possible pitfalls of migrating from Sun C 5.9 to gcc (GCC) 3.4.6 on a Solaris 10 box for consistency with our other programs. Is there any guide or list of possible pitfalls available which we should look out for?…
I am new solaris and trying to install nicstat tool on the solaris for monitoring the network.
I have downloaded the source code of the nicstat from the link http://sourceforge.net/projects/nicstat/files/?source=navbar
I have followed the…
I have a solaris sparc machine .. suppose if I build any application on solaris sparc machine then will that application will run on the X86 machine as well or I need to build again onn X86 machine ? I tried to search solution on google but didn't…
I've been stuck at an issue of SNMP OID conversion for couple of days. We have a cpp program to poll cable modem, nowadays, we ported this application from Solaris 10 to Linux 6.3, everything works fine until we found that it got some SNMP trap…
I need to edit a menu item for all users in the Launch menu of Java Desktop on a system running Solaris 10. I need to set the launcher to a different executable. I have followed the steps in the Java Desktop Administration Guide. I can set the…
I have a java webapps that runs ReCaptcha anti bot spam on one of the registration form request. It works fine on my development local machine, however, when i deployed it on my client's Solaris 10 server, it all went south. it throws this error…
I have an application that uses the JNI to call a C file that reads some system information. I have this running fine on Linux, but on Solaris 10 (SPARC, 32-bit) I am having trouble when the library is used. I compiled the C file on the same…
I know that in Solaris 10 Sun now Oracle don't provide static version of C library i.e libC.a
but I check that same thing is not possible using Sun Studio either, I was under impression that C library are provided by Compiler just like Visual…
I am trying to compile a C file I have written that has the include #include on Solaris 10. The system OpenSSL files (including evp.h) are located under /usr/local/ssl/include/openssl, but I can't get them picked up running the…
I am not able to login to our production server when I tried to login without password. The server is solaris and using secure shell ssh2. It doesnot accept the public key or the password. Now I am totally locked out.
I get to password prompt…
I am working on a system setup by another admin. A solaris with a webstack setup. By using commands such as svcs -a|grep apache I can see apache running or svcs -a|grep postgresql shows me postgres is disabled. However svcs -a|grep mysql command…