HP3000-L Archives

December 2000, Week 5

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Lars Appel <[log in to unmask]>
Reply To:
Lars Appel <[log in to unmask]>
Date:
Fri, 29 Dec 2000 19:14:48 +0100
Content-Type:
text/plain
Parts/Attachments:
text/plain (25 lines)
>   31  Syntax error on line 207 of /APACHEFW/PUB/conf/httpd.conf:
>   32  Can't locate API module structure `example_module' in file
>       /APACHEFW/PUB/libexec/mod_example.so: HPGETPROCPLABEL() failed
>       on data item example_module
 ...
>   34  unresolved code symbol(s) during a dynamic load of a data symbol.
>       (LDRERR 720)

If you don't need the DSO module "example_module" then you might be
able to resolve this issue by removing the loading directive from the
httpd.conf file (near line 207 as the error seems to indicate). This
way you might get Apache working without having to install the DSO
feature related patch that Mark mentioned.

Lars.

PS... In case you'd want to use DSO for loading the mod_jserv module
for adding Java Servlet capabilities to Apache, you still might be able
to get by without installing the patch (at least as a temporary work-
around)... I seem to recall that my mod_jserv version at the EditCorp
web site was compiled with a workaround that would make it load without
the HPGETPROCPLABEL patch being installed.

(http://www.editcorp.com/Personal/Lars_Appel/index.html -> Apache JServ)

ATOM RSS1 RSS2