Linux 15.036 Themen, 107.107 Beiträge

Update von Apache 1.3.19 auf 1.3.26 !!!HILFE!!

xyzup30 / 1 Antworten / Flachansicht Nickles

Beim installieren des Pakets gibt es Fehlermeldungen. Die Datei wurde erfolgreich nach /usr/local/src/apache_1.3.26/ entpackt.

Die folgend Fehlermeldung tritt auf:

server:/usr/local/src/apache_1.3.26# ./configure --prefix=/usr/local/apache
Configuring for Apache, Version 1.3.26
+ using installation path layout: Apache (config.layout)
Creating Makefile
Creating Configuration.apaci in src
Creating Makefile in src
+ configured for Linux platform
+ setting C compiler to gcc
+ setting C pre-processor to gcc -E
+ checking for system header files
+ adding selected modules
+ using builtin Expat
+ checking sizeof various data types
+ doing sanity check on compiler and options
** A test compilation with your Makefile configuration
** failed. The below error output from the compilation
** test will give you an idea what is failing. Note that
** Apache requires an ANSI C Compiler, such as gcc.

======== Error Output for sanity check ========
cd ..; gcc -DLINUX=22 -DUSE_HSREGEX -DUSE_EXPAT -I./lib/expat-lite -DNO_DL_NEEDED `./apaci` -o helpers/dummy helpers/dummy.c -lm -lcrypt
/usr/lib/libm.so: undefined reference to `atexit\'
collect2: ld returned 1 exit status
make: *** [dummy] Error 1
============= End of Error Report =============

Aborting!
server:/usr/local/src/apache_1.3.26#

--------------------------------------------------------------------

Wo liegt der Fehler ?
Ich bedanke mich im Vorraus :)

bei Antwort benachrichtigen
asd xyzup30 „Update von Apache 1.3.19 auf 1.3.26 !!!HILFE!!“
Optionen

/usr/lib/libm.so: undefined reference to `atexit\'

scheint als wäre libm.so nicht aktuell genug um den vorgang abzuschließen
bei Antwort benachrichtigen