Equivalent C API libraries of MQ Series in HP UX needed

Hi,
My C program uses MQ API libraries in Solaris. I need the HP UX equivalent for the same. i.e
In Solaris, I am using the command :
CC In_Proc.c -mt -l imqb23ss -l imqc23ss -lmqic -lmqmcs -lmqmzse -lsocket -lnsl -ldl -o SWIFT_INCOMING_LISTENER
to compile my program "In_Proc.c".
What would be the equivalent libraries (for libary files imqb23ss , imqc23ss , lmqic , lmqmcs , lmqmzse , lsocket , lnsl and ldl ) in HP UX? And how would the compilation command look like ?

Are you really only asking about the first error? I listed three, and I thought the first two, being rather simple and obvious, were adequately described. I'll try again.
0. $ cd db-4.5.20.NC/build_unix
1. $ CC=/opt/ansic/bin/cc ../dist/configure enable-cxx enable-diagnostic \
enable-java enable-posixmutexes enable-pthread_api enable-test \
enable-tcl with-tcl=/usr/local/lib --prefix=/usr/local
This results in numerous failures before the configure script decides one is fatal.
Here's the first error showing in my config.log:
cc: warning 422: Unknown option "m" ignored.
cc: error 1400: Option t usage: -t c,name where c may be 1 or more of pc0al.
configure:4925: $? = 0
2. $ CC="/opt/aCC/bin/aCC -Ae" ../dist/configure ... # same flags as above
This results in apparent success, but for these messages:
../dist/configure[22735]: test: Specify a parameter with this command.
configure: WARNING: pread/pwrite interfaces ignored on hpux11.11-hp.
3. $ make
Then I run the self-test as per documentation.
$ tclsh8.4
% source ../test/test.tcl
% run_std
This runs for two days or so, and results in the error I mentioned previously,
here's the excerpt from ALL.OUT:
Rep039.h: Verify logs and databases
Rep_verify: ./TESTDIR/MASTERDIR: Logs and databases match
Rep_verify: ./TESTDIR/CLIENTDIR: Logs and databases match
FAIL: rep_subset test: child killed: SIGABRT
I also notice that the tclsh8.4 program dumped a core file about two hours before the end of the test run; shouldn't the testing have stopped there?

Similar Messages

  • Iwperl Interwoven -Is any XML API libraries available in iwperl Interwoven by default?

    Hi,
      We faced one issue when we did some POC in iwperl Interwoven. We have to merge two XML file using XML::LIBXML in iwperl. We tried to execute the .ipl file and got the error is "LIBXML.pm module is not available.  We checked existing XML libraries in iwperl Interwoven but it is not available.
    We need to know, whether we have existing XML API libraries in iwperl introven by default or not?
    if yes, tell me the location where XML API libraries are available.
    Thanks in Advance.

    Hi,
      We faced one issue when we did some POC in iwperl Interwoven. We have to merge two XML file using XML::LIBXML in iwperl. We tried to execute the .ipl file and got the error is "LIBXML.pm module is not available.  We checked existing XML libraries in iwperl Interwoven but it is not available.
    We need to know, whether we have existing XML API libraries in iwperl introven by default or not?
    if yes, tell me the location where XML API libraries are available.
    Thanks in Advance.

  • Require MDM api libraries

    Hi,
    I want to dowload sap MDM java api libraries.any sites?
    Thanks,
    Shafeek

    I think you can download it from service market place...

  • I have two separate iTunes libraries on two separate Computers. I need to consolidate them so I can play them on a brand new computer. How do I do this so I can play them off an External Hard Drive on my brand new computer?

    I have two separate iTunes libraries on two separate Computers. I need to consolidate them so I can play them on my brand new computer. How do I do this so I can play them off an External Hard Drive on my brand new computer?

    Why, if it told you you have insufficient space on your computer, would it suggest making more space available on your phone?
    At a guess, you have insufficient space on your phone. Installing software will typically require more space than the final size of the software, perhaps even twice or three times as much, for the installation process. You can easily dump some videos or music temporarily, and then synch them back in afterwards.

  • I keep getting an error message "To open X1100 Series Button Monitor, you need to install Rosetta".  I used to have a Lexmark X1100 printer attached to this Mac.  How can I stop this error?

    I just had a new hard drive put in my IMac and ever since I got it home this error pops up "To open X1100 Series Button Monitor, you need to install Rosetta.  Would you like to install it now?  Two years ago I had a Lexmark printer attached to this Mac.  I'm not sure why this is happening as I believe I have move all Lexmark files to the Trash bin.  Does anyone know how I can stop getting this error?  Thanks.

    Check in System Preferences> Printers to see if the Lexmark is still showing in your printer list. If it is, click it and hit the minus button to remove it.
    If it's not showing, when you trashed the Lexmark software, did you notice if there was an uninstall file? Sometimes just moving unwanted programs to the trash can doesn't get rid of all of the installed software and the software manufacturers include an uninstall option to remove those 'hidden additional files'.
    Check support at Lexmark's web site to see if they offer a solution.

  • API for accessing WVC54G series

    I am attempting to develop a custom Linux application for the WVC54G camera series. I am looking for an API document (the CGI url with the required parameters) for the WVC54G. Does anyone have an idea where I can find this? I have looked in the regular places (the GPL download area) but haven't found one.
    Thanks,
    Ram 

    Well never tried to develop a customer application for WVC54G camera on a Linux OS. May be you can Google around, you might find some sort of help.

  • JAVA API Libraries

    Hi,
    Currently i am working on JAVA APIs in MDM. For that i came to know that i need to deploy .sda (files) libraries.Can any one please tell me where can i get .sda files like
    com.sap.mdm.tech.mdm4j.sda
    com.sap.mdm.tech.connector.sda
    sap.com/tc/facade
    sap.com/tc/bpfacade
    Please provide me any information on this.
    Thanks in advance.
    Prasad Babu.

    Hi Prasad,
    Log on to service.sap.com -> downloads -> support packages and patches -> from here follow the below path. Then you can download the API for your patch.
    Support Packages and Patches
    Support Packages and Patches" SAP NetWeaver" SAP MDM" SAP MDM 5.5" JAVA API
    Hope it helps.
    Thanks,
    Raags

  • Low level disk access using win API libraries

    Hello All,
    One of my project requires "low level access to the drives (usually pen Drive)' for analysis. I think this is possible using WIN API functions, i tried to read using kernal32.dll but i am unable to complete the task effectively, since i dont have sufficient exposure to text oriented languages. Basically i need to read the memory as it is stored, just like stream of bytes. Could any one guide me how do i proceed inorder to get rid of this.
    thank you.

    Unfortunately no. You cannot mix both high and low level on the same screen. You'll probably have to draw it out yourself and capture user input, unless you're willing to use textboxes.
    Or.. i suppose you can try using customItems for all your "coloring" instead?

  • JAXB 2.1 API loaded from the bootstrap classloader, but it needs 2.2 API

    I am trying to deploy a Java web service into a Tomcat 5.5.20 server. I have the web service packaged in a .war file in Tomcat's webapps directory, and I can see that the .war file gets extracted when I start Tomcat.
    However, I get the following error when I start Tomcat:
    Apr 22, 2012 5:16:31 AM com.sun.xml.ws.transport.http.servlet.WSServletContextLstener contextInitialized
    INFO: WSSERVLET12: JAX-WS context listener initializing
    Apr 22, 2012 5:16:31 AM com.sun.xml.ws.transport.http.servlet.WSServletContextLstener parseAdaptersAndCreateDelegate
    SEVERE: WSSERVLET11: failed to parse runtime descriptor: java.lang.LinkageError: JAXB 2.1 API is being loaded from the bootstrap classloader, but this RI (from jar:file:/home/username/WebNMS/apache/tomcat/webapps/WebServices/WEB-INF/lib/jaxb-impl.jar!/com/sun/xml/bind/v2/model/impl/ModelBuilder.class) needs 2.2 API. Use the endorsed directory mechanism to place jaxb-api.jar in the bootstrap classloader. (See http://java.sun.com/j2se/1.6.0/docs/guide/standards/)
    java.lang.LinkageError: JAXB 2.1 API is being loaded from the bootstrap classloader, but this RI (from jar:file:/home/username/WebNMS/apache/tomcat/webapps/WebServices/WEB-INF/lib/jaxb-impl.jar!/com/sun/xml/bind/v2/model/impl/ModelBuilder.class) needs 2.2 API. Use the endorsed directory mechanism to place jaxb-api.jar in the bootstrap classloader. (See http://java.sun.com/j2se/1.6.0/docs/guide/standards/)
    at com.sun.xml.bind.v2.model.impl.ModelBuilder.(ModelBuilder.java:178)
    In the /home/username/WebNMS/apache/tomcat/webapps/WebServices/WEB-INF/lib directory is where all the jar files from JAX-WS 2.2.6 are, including jaxb-api.jar.
    I already added "-Djava.endorsed.dirs=/home/username/WebNMS/apache/tomcat/webapps/WebServices/WEB-INF/lib" to the command that starts the WebNMS process that starts Tomcat, but that didn't help.
    Also, I tried adding a symbolic link called "endorsed" in the /home/username/WebNMS/jre/lib directory that points to /home/username/WebNMS/apache/tomcat/webapps/WebServices/WEB-INF/lib, and that didn't help either.
    One interesting thing is that when I do a "find /home/username/WebNMS -name jaxb-api.jar", it only finds the one jaxb-api.jar in the /home/username/WebNMS/apache/tomcat/webapps/WebServices/WEB-INF/lib directory. There are no other jaxb-api.jar files. So I don't know why the error is saying that the JAXB 2.1 API is being loaded, when there's only the JAXB 2.2.6 API jar file. Unless it's finding something outside the /home/username/WebNMS dir, but that shouldn't happen considering I tried 2 different ways to set up the endorsed dir.
    Edited by: sljava on Apr 26, 2012 4:10 PM

    This seems to be the answer: https://jaxb.dev.java.net/guide/Migrating_JAXB_2_0_applications_to_JavaSE_6.html#Using_JAXB_2_1_with_JavaSE_6
    Place the 2.1 jaxb-api.jar into $JRE_HOME/lib/endorsed. This essentially makes your JRE to "JRE 6 + JAXB 2.1". This won't affect any other applications that use this JRE, and it's easy. On the other hand, in various scenarios you may not be able to alter the JRE.

  • The add-on Creative Cloud Libraries failed to install. [was: Help Needed]

    I'm getting this error message; "The add-on Creative Cloud Libraries failed to install: general error message."  Can anyone tell me how to fix this?

    Me too, only today whilst installing on new machines.

  • Series of Photos -resource needed

    Hello I am not sure if I posted in the correct place.
    I am looking to incorporate a series of images in my
    captivate project similar to the car sales demo created by Silke
    Fliescher. Here's a similar link to what I am looking for. Anyone
    know where I can find a resource like this?
    http://www.photoconnect.net/aapic/ThumbPage_100413.php
    Thanks in advance.

    Hi again
    When you say you weren't able to find anything, are you
    saying that what you found wasn't really suitable? Or are you
    saying you didn't see any images of people?
    I ask, because there is a "Yaoti people" (With animated
    people - haven't tried it, just knew about it) and there are two
    different collections of images. One of Female character and one of
    Male. I think those are on page 2. So if you didn't click the link
    to go to page 2, you missed them.
    Cheers... Rick

  • Adding UCS C-Series on Solarwinds. Need complete Set of OID

    Hi Guys,
    Good day to all of you! Just want to seek your assistance on this issue. We are trying to add UCS C-series to Solarwind to monitor via SNMP. SNMP has been configured on UCS however, hardware health status is not being displayed on Solarwinds. Our network team asked me to provide complete set of UCS OID so they can add them on Solarwinds. Is this really necessarry? If yes, anyone knows where i can find them?
    Thanks in advance for all your help!

    Hi,
    you should probably take a look at this:
    http://www.cisco.com/en/US/docs/unified_computing/ucs/sw/mib/c-series/b_UCS_Standalone_C-Series_MIBRef.html
    What I would do: take snmpwalk and walk the whole tree and then pick what I want to watch.
    G.

  • I have a Apple TV . My problem is I signed up for hbo go and it will play on my ipad but not through app on Apple TV only previews not the actual series or movie . Need some help . Thanks !

    HBO GO problems

    Hello there rmera,
    It sounds like you have the option to use Airplay on your phone but your Apple TV doesn't seem to be picking it up. I would start by restarting the device and testing it again:
    Restart your Apple TV by selecting Settings > General > Restart.
    Apple TV: How to restart your Apple TV
    http://support.apple.com/kb/HT3180
    If that does not resolve the issue, I would next use the following article to help resolve the issue:
    Verify that your iOS device's software is up to date.
    Verify your Apple TV's software is up to date.
    Verify that your iOS device has Wi-Fi turned on. Enable Wi-Fi on your iOS device by going to Settings > Wi-Fi.
    All AirPlay-enabled devices must be connected to the same Wi-Fi network.
    Some Wi-Fi network configurations offer a Guest Network. On your Apple TV, go to Settings > General >Network and ensure that you're connecting to the same Wi-Fi network on your iOS device. On your iOS device, tap Setting > Wi-Fi and confirm that this matches your Apple TV.
    Ensure that other devices are not trying to stream to the same Apple TV at the same time.
    Ensure that your Wi-Fi router is set up with the recommended settings for the best performance.
    Certain external devices, such as microwave ovens and baby monitors, may interfere with a Wi-Fi network. Try moving or disabling these devices.
    If possible, try to locate your Wi-Fi router in the same room as your iOS device and Apple TV.
    If your wireless and wired networks are the same, try connecting your Apple TV to the router via Ethernet instead of Wi-Fi.
    If the Wi-Fi router has an external antenna, check to see that is it connected properly and in good condition.
    Use the Wi-Fi network troubleshooting guide to resolve interference and other issues.
    iOS: Troubleshooting AirPlay and AirPlay Mirroring
    http://support.apple.com/kb/TS4215
    Thank you for using Apple Support Communities.
    Cheers,
    Sterling

  • MacBook hard drive is full again. Replaced original hard drive with a Samsung SSD 840 Pro Series 256GB hard drive about 18 mo. ago, but my MacBook is now already saying that my hard drive is full again.  13in. Alum. Late 2008 MacBook

    My MacBook hard drive is full again. I have a 13in. Aluminum, Late 2008 MacBook, and about 18 months ago (in October 2013), I replaced the original hard drive with a Samsung SSD 840 Pro Series 256GB hard drive. However, my MacBook is now already saying that my hard drive is full again.  When I check "System Information," under "Storage," it states the following:  Audio 52.02 GB; Movies 33.68GB; Photos 43.13GB; Apps 14.76 GB; Backups 174.4 MB; and Other 96.39GB.
    Also, at home, I have an Apple Time Capsule 4th Generation 2TB that I use as my wireless router, and I also use it for automatic backup via Time Machine.  And when I first purchased Time Capsule, the first time I connected Time Capsule, Time Machine asked if I would like to use it to back up my files, and I clicked, "Use as Backup Disk."  And that's really all I've ever done with Time Capsule.
    In addition, I also have a LaCie Porsche Design P'9223 1TB external hard drive.  I have copied my MacBook's hard drive onto my LaCie external hard drive.
    Does anyone have any suggestions?  Obviously the Audio, Movies, Photos, and Apps are taking up a lot of space... Any suggestions re: what I can do with Audio, Movies, Photos, and Apps?  And what about the Other?  Other is taking up 96.39 GB. What is Other, and what can I do about it? 
    And what about partitioning my hard drive... Is that something I should do?  Should I partition, or configure, my MacBook's internal hard drive differently?  And should I partition, or configure, my external hard drive?  And if I need to partition, or configure, my MacBook's internal hard drive differently, how do I setup Time Machine to backup per any such changes?  Same thing for my external hard drive?   
    13in. Aluminum, Late 2008 MacBook, 250 GB (with upgraded Samsung SSD 840 Pro Series 256GB hard drive)
    Processor 2.4 GHz Intel Core 2 Duo
    Memory 2 GB 1067 MHz DDR3
    OS X 10.9.5
    plus
    Apple Time Capsule 4th Generation 2TB
    LaCie Porsche Design P'9223 1TB external hard drive
    Thank you for your help.

    Partitioning makes no sense. You have a drawer full of stuff. Split it into two smaller drawers and you have two smaller drawers full of stuff.
    Decide what you can store on external storage - your iPhoto/Aperture/Lightroom libraries can all be stored on externals, as can your iTunes Libraries and so on. Do you need to carry 30 gigs of movies with you all the time? You  can get portable drives the size of an iPhone these days.

  • Need information on the API

    Hi All,
    We have been using "gmipapi.inventory_posting" API in one of our interfaces. Now we upgraded to R12 and I am looking for equivalent Inventory APIs which I may need to replace this one to make the interface working in R12. Does any one have any information on this. Please let me know.
    Thanks.

    I got the information the way to work on this issue.
    Records created through non-Oracle applications should be inserted in Mtl_Transactions_Interface, as they will be validated before being processed. So I did direct insert into Mtl_Transactions_Interface and MTL_TRANSACTION_LOTS_INTERFACE table. Then Call the API INV_TXN_MANAGER_PUB.PROCESS_TRANSACTION to process the records in Mtl_Transactions_Interface table.
    Now I could see all the transactions in the Material Transaction Form and also in MTL_MATERIAL_TRANSACTION Table.
    Thanks,

Maybe you are looking for