Re: Problem with compiling module

2010-04-08 Thread Petr Hracek
Problem was within the makefile. All C files has been compiled alone and I wanted to run apxs -o my_module.la but it failed. Finally I have my_module.la. How can I convert my_module.la to my_module.so? best regards -- Petr Hracek 2010/4/7 Jeff Trawick traw...@gmail.com On Wed, Apr 7, 2010 at

Re: Problem with compiling module

2010-04-08 Thread Petr Hracek
Sorry for that mail. I have found that my_module.so is stored in directory .libs. -- Petr Hracek 2010/4/8 Petr Hracek phrac...@gmail.com Problem was within the makefile. All C files has been compiled alone and I wanted to run apxs -o my_module.la but it failed. Finally I have my_module.la.

Re: Problem with compiling module

2010-04-08 Thread Petr Hracek
2010/4/8 Petr Hracek phrac...@gmail.com Sorry for that mail. I have found that my_module.so is stored in directory .libs. -- Petr Hracek 2010/4/8 Petr Hracek phrac...@gmail.com Problem was within the makefile. All C files has been compiled alone and I wanted to run apxs -o my_module.la

Re: Problem with compiling module

2010-04-08 Thread Jeff Trawick
On Thu, Apr 8, 2010 at 7:44 AM, Petr Hracek phrac...@gmail.com wrote: I have found another strange thing: During the compilation I have found that it failed because of XtOffsetOf is missing and on the UnixWare I did not find any header where it could be mentioned. Could you please help me

Re: Problem with compiling module

2010-04-07 Thread Nick Kew
On Wed, 7 Apr 2010 14:46:03 +0200 Petr Hracek phrac...@gmail.com wrote: Hello all, I would like to compile my module under UnixWare 7.1.4 but it shows me following error: UX:cc: WARNING: -Kthread and -Kpthread both supplied; -Kpthread used Undefined symbol You shouldn't try to link the

Re: Problem with compiling module

2010-04-07 Thread Petr Hracek
Unfortunatelly I do not have apr on the system. Do you know where I can get them? Thank you in advance -- Petr Hracek 2010/4/7 Nick Kew n...@webthing.com On Wed, 7 Apr 2010 14:46:03 +0200 Petr Hracek phrac...@gmail.com wrote: Hello all, I would like to compile my module under UnixWare

Re: Problem with compiling module

2010-04-07 Thread Jeff Trawick
On Wed, Apr 7, 2010 at 10:03 AM, Petr Hracek phrac...@gmail.com wrote: Unfortunatelly I do not have apr on the system. Do you know where I can get them? since you have a working httpd 2.2.14, you have apr already what happens when you try to build your module with apxs?