Author |
Message |
Topic: Channel exit prog in Solaris |
kevint
Replies: 7 Views: 3872
|
Forum: General Discussion Posted: Fri Jun 11, 2004 9:30 pm Subject: Compiler option.. |
Also try the -KPIC option on the compiler line.
e.g.
cc -c -KPIC priority.c
If all of this fails please send me your code.
Cheers
Kevin |
Topic: Channel exit prog in Solaris |
kevint
Replies: 7 Views: 3872
|
Forum: General Discussion Posted: Fri Jun 11, 2004 5:58 pm Subject: Channel exit prog in Solaris |
I have a feeling that you need a ".so" extension on your workload exit library.
Creating and Loading Shared Libraries
Procedures for creating and loading shared libraries are platform dependent ... |
Topic: Channel exit prog in Solaris |
kevint
Replies: 7 Views: 3872
|
Forum: General Discussion Posted: Thu Jun 10, 2004 11:50 pm Subject: Channel exit prog in Solaris |
Can you also show me how you are compiling/linking? |
Topic: Channel exit prog in Solaris |
kevint
Replies: 7 Views: 3872
|
Forum: General Discussion Posted: Thu Jun 10, 2004 11:22 pm Subject: Channel exit prog in Solaris |
Can you also check if the entry point MQStart function is defined/compiled in your code?
void MQStart()
{
;
} |
Topic: New to MQ.. |
kevint
Replies: 4 Views: 2619
|
Forum: General Discussion Posted: Thu Jun 10, 2004 4:57 am Subject: New to MQ.. |
I have a small beginners guide to MQSeries if you are interested.
But the Redbooks and the manuals described above are useful.
MQSeries has an online Infocenter where you can do interactive sear ... |
Topic: What is the difference? |
kevint
Replies: 3 Views: 2173
|
Forum: General Discussion Posted: Thu Jun 10, 2004 4:33 am Subject: What is the difference? |
http://www.developer.ibm.com/tech/sampmq.html
I have code if you need it...
Cheers
Kevin |
Topic: Channel exit prog in Solaris |
kevint
Replies: 7 Views: 3872
|
Forum: General Discussion Posted: Thu Jun 10, 2004 2:11 am Subject: Channel exit prog in Solaris |
Does your channel exit require any other libraries? If so - have you set up the environment for those libraries to be found?
Also i suggest you check permissions on the channel exit library!
Kev ... |
Topic: MQSeries channel exit "failed to load" gotcha - WI |
kevint
Replies: 0 Views: 1217
|
Forum: General Discussion Posted: Thu Jun 10, 2004 12:25 am Subject: MQSeries channel exit "failed to load" gotcha - WI |
When building an MQSeries channel exit on Windows using MicroSoft compilers - you must ensure that the matching runtime library is available on the deployed MQSeries queue manager platform or MQSeries ... |