logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

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.
Post new topic   Forum Index -> Building & Member Downloads View previous topic :: View next topic
Reply to topic   Topic: Cannot load mymodule.sl into server:Unresolved external
Author
kavita



Joined: 23 Jul 2007
Posts: 2

PostPosted: Tue 24 Jul '07 7:06    Post subject: Cannot load mymodule.sl into server:Unresolved external Reply with quote

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: 7288
Location: Germany, Next to Hamburg

PostPosted: Wed 25 Jul '07 15:59    Post subject: Reply with quote

How did you built the module? With apxs?
Back to top
kavita



Joined: 23 Jul 2007
Posts: 2

PostPosted: Wed 25 Jul '07 16:13    Post subject: Reply with quote

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


Reply to topic   Topic: Cannot load mymodule.sl into server:Unresolved external View previous topic :: View next topic
Post new topic   Forum Index -> Building & Member Downloads