solaris
C# connecting to a database
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[详细]
2023-03-10 11:10 分类:问答Sunfreeware openssl has duplicate references to libgcc_s.so.1
Any tips how to solve this missing library problem? In this case I\'m using Sun开发者_运维技巧freeware packages, instead of compiling from source.[详细]
2023-03-10 03:20 分类:问答cross compilation from Solaris sparc to Solaris x86
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[详细]
2023-03-08 16:10 分类:问答Printing ASCII value of BB (HEX) in Unix
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.[详细]
2023-03-08 14:32 分类:问答How to use libumem to find heap corruption, without relying on a 'core' file?
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?[详细]
2023-03-08 09:03 分类:问答kill -3 for C++ application on solaris
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[详细]
2023-03-08 03:02 分类:问答how to match "ABC-123" but not "XABC-123" in a regular expression
开发者_如何学编程I have this egrep search: egrep -is \"(ABC-[0-9]+)\" which matches ABC-123 anywhere in a string.[详细]
2023-03-07 22:54 分类:问答C libraries are distributed along with compilers or directly by the OS?
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[详细]
2023-03-06 21:22 分类:问答Why do duplicate errors get logged in syslog when my app only logs it once?
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[详细]
2023-03-05 06:49 分类:问答How to know which network path my program is using?
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.[详细]
2023-03-05 06:12 分类:问答