Hi Again Pankaj,

It seems that this is the suggested fix.

1. Open configure.ac
2. Replace AC_CHECK_LIB(dl, dlopen) with AC_SEARCH_LIBS([dlopen], [dl
zrldsrl])
3. Then do configure followed by make and make install.

Please let us know whether this solved your problem.

Regards,
Senaka

> Hi Pankaj,
>
> And, it seems that autotools has issues in locating dlopen for you. I hope
> that this post, [1] might help you. I will try to find more info on this
> and let you know.
>
> [1] http://www.mail-archive.com/[EMAIL PROTECTED]/msg15341.html
>
> Regards,
> Senaka
>
>> Hi Senaka,
>>
>> My Machine is Tandem Non-stop Kernel and i am using CC (C89 ) compiler.
>>
>> Thanks
>>
>> On 20/02/2008, Senaka Fernando <[EMAIL PROTECTED]> wrote:
>>> Hi Pankaj,
>>>
>>> I believe your machine is using a Tandem Non-stop Kernel. If not can
>>> you
>>> please let us know the details of your Unix installation. Also, please
>>> let
>>> us know your compiler details.
>>>
>>> Regards,
>>> Senaka
>>>
>>> > Hello dev,
>>> >
>>> > My c++ linker (/usr/local/bin/ld) dosenot supports shared libraries
>>> so
>>> > after running the configure file and make file it is creating static
>>> > libraries but when i am running the exe axis2_http_server it is
>>> giving
>>> > me the error trasnport sender NULL.
>>> >
>>> > After Debugging i found that in class_loader it is using dlopen
>>> > function to load axis2_http_sender library but the function can load
>>> > only shared libraries so it is fail to load it.
>>> >
>>> > Some one help me in this issue i am using NSE TANDEM machine which is
>>> > POSIX standard.
>>> >
>>> > Thanks
>>> > Pankaj Singh
>>> >
>>> > ---------------------------------------------------------------------
>>> > To unsubscribe, e-mail: [EMAIL PROTECTED]
>>> > For additional commands, e-mail: [EMAIL PROTECTED]
>>> >
>>> >
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>>> For additional commands, e-mail: [EMAIL PROTECTED]
>>>
>>>
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to