What c compiler do you use ?
You must compile apache with --enable-module=so because you are compiling
php like module.
I have working that configuration apache1.3.27 and php 4.2.3 without
problems on aix 4.3.3.10 and using gcc.3.2.1

----------------------------------------------------------------
Tu portal de Aix en Espaņol
http://aixpanish.com
------------------------------------------------------------

----- Original Message -----
From: "Thomas Goebel" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, January 22, 2003 10:19 AM
Subject: [PHP-INST] PHP4.3.0 + AIX4.3.3 compile problems


> Hi,
>
> i have big problems compiling and installing php4.3.0 on our AIX4.3.3
> System.
> I have compiled and installed apache-1.3.27 with the following options
> ./configure \
> "--with-layout=GNU" \
> "--with-perl=/usr/local/bin/perl" \
> "--prefix=/usr/local/apache" \
> "--enable-module=most" \
> "--enable-shared=max" \
>
> make
> make install
>
> All works fine until this point.
>
> Then i try to compile php4.3.0
> ./configure --with-apxs=/usr/local/apache/sbin/apxs -
> -with-config-file-path=/usr/local/apache --enable-track-vars
> --with-ingres=$II_SYSTEM/ingres
> Works fine.
>
> Then.
>
> make
> ....
> ld: 0711-317 ERROR: Undefined symbol: .pthread_mutex_unlock
> ld: 0711-317 ERROR: Undefined symbol: .pthread_mutex_lock
> ld: 0711-317 ERROR: Undefined symbol: .pthread_mutex_destroy
> ld: 0711-317 ERROR: Undefined symbol: .pthread_mutex_init
> ld: 0711-317 ERROR: Undefined symbol: .pthread_key_create
> ld: 0711-317 ERROR: Undefined symbol: .pthread_setspecific
> ld: 0711-317 ERROR: Undefined symbol: .pthread_getspecific
> ld: 0711-317 ERROR: Undefined symbol: .pthread_mutex_trylock
> ld: 0711-317 ERROR: Undefined symbol: .pthread_self
> ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more
> information.
> collect2: ld returned 8 exit status
> make: *** [sapi/cli/php] Error 1
>
> So, what happens here?
>
> Please help me.
>
> Thanks.
> Thomas
> --
>
> --------------------------------------------------------
> [EMAIL PROTECTED]
> --------------------------------------------------------
>
>
> --
> PHP Install Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>



-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to