I have installed php_tuxedo_0_4_1 (http://php-tuxedo.sourceforge.net/index.html) on Linux with tuxedo 7.1 , php4.1.1 and apache_1.3.24.
There is no problem during the php compilation (with php_tuxedo).
But, when i try to execute " ./configure --with-apache=/usr/local/apache --activate-module=src/modules/php4/libphp4.a" the following error appears :
Configuring for Apache, Version 1.3.24
+ using installation path layout: Apache (config.layout)
+ activated php4 module (modules/php4/libphp4.a)
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
o php4_module uses ConfigStart/End
+ using system Expat
+ using -ldl for vendor DSO support
+ 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 -I/app/php-4.1.1 -I/app/php-4.1.1/main -I/app/php-4.1.
ain -I/app/php-4.1.1/Zend -I/app/php-4.1.1/Zend -I/app/php-4.1.1/TSRM -I/app/
-4.1.1/TSRM -I/app/php-4.1.1 ./apaci -o helpers/dummy helpers/dummy.c
l,-rpath,/app/tuxedo/lib -rdynamic -L/app/tuxedo/lib -Lmodules/php4 -L../mod
s/php4 -L../../modules/php4 -lmodphp4 -lpam -ldl -ldl -lengine -lfml32 -lfm
lgpnet -lbuft -lwsc -lcrypt -lresolv -lm -ldl -lnsl -lresolv -lcrypt -lm -
ypt -lexpat -ldl
/app/tuxedo/lib/libengine.so: undefined reference to pthread_create'
/app/tuxedo/lib/libengine.so: undefined reference topthread_getspecific'
/app/tuxedo/lib/libengine.so: undefined reference to pthread_detach'
/app/tuxedo/lib/libengine.so: undefined reference topthread_once'
/app/tuxedo/lib/libengine.so: undefined reference to pthread_key_create'
/app/tuxedo/lib/libengine.so: undefined reference topthread_mutex_trylock'
/app/tuxedo/lib/libengine.so: undefined reference to pthread_join'
/app/tuxedo/lib/libengine.so: undefined reference topthread_cond_timedwait'
/app/tuxedo/lib/libengine.so: undefined reference to `pthread_setspecific'
collect2: ld returned 1 exit status
make: *** [dummy] Error 1
============= End of Error Report =============
Any help ?