Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
Thank You! Steffen
Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
| |
|
Topic: Cannot load mymodule.sl into server:Unresolved external |
|
Author |
|
kavita
Joined: 23 Jul 2007 Posts: 2
|
Posted: Tue 24 Jul '07 7:06 Post subject: Cannot load mymodule.sl into server:Unresolved external |
|
|
Hi,
I have written mymodule.sl and I am loading it in Apache 2.0.59 on hpux11.11. But I get the following error:-
Cannot load mymodule.sl into server:Unresolved external.
I searched out for it a lot and found to use -b flag with CFLAGS and +z with LDFLAGS. However this did not work for me.
Can anybody please help!!!!!! |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
Posted: Wed 25 Jul '07 15:59 Post subject: |
|
|
How did you built the module? With apxs? |
|
Back to top |
|
kavita
Joined: 23 Jul 2007 Posts: 2
|
Posted: Wed 25 Jul '07 16:13 Post subject: |
|
|
Actually it ia small plugin written in c++ using apache's api. It is built by normal aCC compiler using many of its flags |
|
Back to top |
|
|
|
|
|
|