I Am Trying to create a program using c# that needs to connect to a database running on a Solaris server, I am not too familiar with the server, we normally use dbVisualizer to connect to it. the driv
Any tips how to solve this missing library problem? In this case I\'m using Sun开发者_运维技巧freeware packages, instead of compiling from source.
May I know if I can cross compile the Solaris x86 library from Solaris sparc server? The source code is mainly in C++ (some C). I need to use the Solaris C++ compiler CC开发者_JAVA百科 to compile. I
When I am trying to paste the character » (right double angle quotes) in Unix from my Notepad, it\'s converting to /273. The corresponding Hex value is BB and the Decimal value is 187.
I want to know how to use libumem on solaris. If I follow http://www.unix.com/man-page/OpenSolaris/3malloc/umem_debug/ and start the process with all the options, how will I get the output?
I have an application written with C++ and running on Solaris. The application does lots of things and sends a heartbeat to a watchdog application for saying \"I am alive\". If something goes wrong th
开发者_如何学编程I have this egrep search: egrep -is \"(ABC-[0-9]+)\" which matches ABC-123 anywhere in a string.
As per my understanding, C libraries must be distributed along with compilers. For example, GCC must be distributing it\'s own C library and Forte must be distributing it\'s own C library. Is my under
On our Solaris 10 servers (on Intel) at work, whenever an application logs an error message, it shows up twice in the /var/adm/messages file.I\'m trying to figure out how to stop the duplicate error.I
How to know which network path my program is using ? I have a program running on solaris, this machine 开发者_StackOverflow中文版has multiple network interfaces few connected to 1Gig and few 10 gig.