Operating System - HP-UX
1753920 Members
7506 Online
108810 Solutions
New Discussion юеВ

Unsatisfied symbols: explode_module

 
Valery Kolander
Advisor

Unsatisfied symbols: explode_module

Hello, I am trying to compile the following on HPUX 11.11 32bit processor using gcc:

Apache 1.3.29
mod_ssl-2.8.16-1.3.29
Informix DDW modules

All goes well until I run gmake, then I get the error:

gcc -c -I./os/unix -I./include -DHPUX11 -DMOD_SSL=208116 -DUSE_HSREGEX -DEAPI
-DUSE_EXPAT -I./lib/expat-lite -DEAPI `./apaci` modules.c
gcc -c -I./os/unix -I./include -DHPUX11 -DMOD_SSL=208116 -DUSE_HSREGEX -DEAPI
-DUSE_EXPAT -I./lib/expat-lite -DEAPI `./apaci` buildmark.c
gcc -DHPUX11 -DMOD_SSL=208116 -DUSE_HSREGEX -DEAPI -DUSE_EXPAT -I./lib/expat-li
te -DEAPI `./apaci` -L/usr/local/openssl/lib -L/opt/informix/lib -L/opt/informix
/lib/esql -L/opt/informix/extend/web.4.13.HC2/apache -Wl,-E -Wl,-B,deferred -Wl,
+s \
-o httpd buildmark.o modules.o /opt/informix/extend/web.4.13.HC2/apache/ap
ache_1.3.22/explode.o modules/ssl/libssl.a modules/standard/libstandard.a main/l
ibmain.a ./os/unix/libos.a ap/libap.a regex/libregex.a lib/expat-lite/libexpat.a
-lnsl_s -lifxw -lifsql -lifasf -lifgen -lifos -lifgls /opt/informix/lib/esql/ch
eckapi.o -lifglx -lifsql -lifasf -lifgen -lifos -lifgls -lm -lm -lpthread -ldbm
-lssl -lcrypto
/usr/ccs/bin/ld: Unsatisfied symbols:
explode_module (first referenced in modules.o) (data)
collect2: ld returned 1 exit status
gmake[2]: *** [target_static] Error 1
gmake[2]: Leaving directory `/home/vjk/apache2/apache_1.3.29/src'
gmake[1]: *** [build-std] Error 2
gmake[1]: Leaving directory `/home/vjk/apache2/apache_1.3.29'
gmake: *** [build] Error 2


I just can seem to find any information on this error, any ideas?
2 REPLIES 2
Steve Steel
Honored Contributor

Re: Unsatisfied symbols: explode_module

Hi

If you google

informix "explode module"

You will see it is an informix problem so ask them


Steve Steel
If you want truly to understand something, try to change it. (Kurt Lewin)
Valery Kolander
Advisor

Re: Unsatisfied symbols: explode_module

Thanks for your response. Apache 1.3.30 changed they way modules are added. However, when I added the Informix module in the given format, I received the above error. I have now added the Informix module the old way and it is now completing.