You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Peter Asplund <pe...@ifsworld.com> on 2002/07/02 12:16:46 UTC

Error comiling Apache 1.3.26 on AIX 5.1: ERROR: Undefined symbol: .__fixsfsi

Hello!
I have done the following configuration using gcc:
export SSL_BASE=/opt/ifs/fndre/openssl/0.9.6d
./configure --enable-module=most --disable-module=auth_db
--enable-shared=max --prefix=/opt/ifs/fndre/apache/1.3.26
make

I get the following errors when compiling mod_negotiation.c:
ld: 0711-327 WARNING: Entry point not found: _nostart
ld: 0711-317 ERROR: Undefined symbol: .__fixsfsi

Does anyone know what my problem is?
Regards,
Peter

Following is a more complete log of the problem:
(After adding the -bnoquite flag in the src/modules/standard/Makefile i get
the following:)

===> src/modules/standard
        gcc -c  -I../../os/unix -I../../include   -DAIX=51
-DUSE_PTHREAD_SERIALIZED_ACCEPT -U__STR__ -DAIX_BIND_PROCESSOR -DMOD_SSL=
208110 -DUSE_HSREGEX -DEAPI -DUSE_EXPAT -I../../lib/expat-lite `../../apaci`
mod_so.c
        rm -f libstandard.a
        ar cr libstandard.a mod_so.o 
        ranlib libstandard.a
        gcc -c  -I../../os/unix -I../../include   -DAIX=51
-DUSE_PTHREAD_SERIALIZED_ACCEPT -U__STR__ -DAIX_BIND_PROCESSOR -DMOD_SSL=
208110 -DUSE_HSREGEX -DEAPI -DUSE_EXPAT -I../../lib/expat-lite `../../apaci`
-fpic -DSHARED_MODULE mod_negotiation.c && mv mod_negot
iation.o mod_negotiation.lo
        ld -H512 -T512 -bnoquiet -bhalt:4 -bM:SRE -e _nostart
-bI:../../support/httpd.exp  -bE:`echo mod_negotiation.so|sed -e 's:\.
so$:.exp:'` -lc -o mod_negotiation.so mod_negotiation.lo 
(ld): halt 4
(ld): savename mod_negotiation.so
(ld): filelist 2 3
(ld): setopt noprogram
(ld): entry _nostart
ENTRY: Entry point set to _nostart
(ld): lib /usr/lib/libc.a
(ld): i mod_negotiation.lo
INSERT: Shared object libc.a[shr.o]: 2369 symbols imported.
INSERT: Shared object libc.a[meth.o]: 2 symbols imported.
INSERT: Shared object libc.a[aio.o]: 11 symbols imported.
INSERT: Shared object libc.a[pse.o]: 78 symbols imported.
INSERT: Shared object libc.a[dl.o]: 4 symbols imported.
INSERT: Shared object libc.a[pty.o]: 1 symbols imported.
FILELIST: Number of previously inserted files processed: 2
(ld): imports ../../support/httpd.exp 
IMPORTS: Symbols imported from import file ../../support/httpd.exp: 484
(ld): exports mod_negotiation.exp 
EXPORTS: Symbols exported: 1
(ld): resolve
ld: 0711-327 WARNING: Entry point not found: _nostart
RESOLVE: 213 of 3560 symbols were kept.
RESOLVE: The return code is 4.
(ld): addgl /usr/lib/glink.o
ADDGL: Glink code added for 52 symbols.
(ld): er full
ld: 0711-318 ERROR: Undefined symbols were found.
        The following symbols are in error:
 Symbol                    Inpndx  TY CL Source-File(Object-File) OR
Import-File{Shared-object}
                              RLD: Address  Section  Rld-type Referencing
Symbol
 
----------------------------------------------------------------------------
------------------
 .__fixsfsi                [102]   ER PR
mod_negotiation.c(mod_negotiation.lo)
                                   00004a7c .text    R_RBR    [200]
<.set_neg_headers>
ER: The return code is 8.
make: 1254-004 The error code from the last command is 8.
Stop.
make: 1254-004 The error code from the last command is 1.
Stop.
make: 1254-004 The error code from the last command is 1.
Stop.
make: 1254-004 The error code from the last command is 2.
Stop.
make: 1254-004 The error code from the last command is 2.
Stop.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org