Hi!.
Im triying to install Ming extension on Php 4.0.6.0 running with Apache 1.3.22 on Aix 4.3.3.0.
When i get to the step on the installation howto that you have to run "make" after you change to the "php_ext" directoy to build as a Php module, i get this errors:
gcc -Wall -g -shared -fpic ming.o ../libming.a -o php_ming.so -lm
cc1: warning: -fpic ignored for AIX (all code is position independent)
ld: 0711-317 ERROR: Undefined symbol: .zend_get_parameters_ex
ld: 0711-317 ERROR: Undefined symbol: .wrong_param_count
ld: 0711-317 ERROR: Undefined symbol: alloc_globals
ld: 0711-317 ERROR: Undefined symbol: .emalloc
ld: 0711-317 ERROR: Undefined symbol: .zval_copy_ctor
ld: 0711-317 ERROR: Undefined symbol: .convert_to_long
ld: 0711-317 ERROR: Undefined symbol: .convert_to_double
ld: 0711-317 ERROR: Undefined symbol: .zend_hash_find
ld: 0711-317 ERROR: Undefined symbol: .zend_error
ld: 0711-317 ERROR: Undefined symbol: .zend_list_find
ld: 0711-317 ERROR: Undefined symbol: .php_sock_fread
ld: 0711-317 ERROR: Undefined symbol: .zend_fetch_resource
ld: 0711-317 ERROR: Undefined symbol: .zend_list_addref
ld: 0711-317 ERROR: Undefined symbol: .zend_list_insert
ld: 0711-317 ERROR: Undefined symbol: .convert_to_string
ld: 0711-317 ERROR: Undefined symbol: .object_init_ex
ld: 0711-317 ERROR: Undefined symbol: .add_property_resource_ex
ld: 0711-317 ERROR: Undefined symbol: .convert_to_object
ld: 0711-317 ERROR: Undefined symbol: .php_write
ld: 0711-317 ERROR: Undefined symbol: .php_info_print_table_start
ld: 0711-317 ERROR: Undefined symbol: .php_info_print_table_row
ld: 0711-317 ERROR: Undefined symbol: .php_info_print_table_end
ld: 0711-317 ERROR: Undefined symbol: .php_file_le_fopen
ld: 0711-317 ERROR: Undefined symbol: .php_file_le_popen
ld: 0711-317 ERROR: Undefined symbol: .php_file_le_socket
ld: 0711-317 ERROR: Undefined symbol: .zend_register_long_constant
ld: 0711-317 ERROR: Undefined symbol: .zend_register_list_destructors_ex
ld: 0711-317 ERROR: Undefined symbol: .zend_register_internal_class
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information.
collect2: ld returned 8 exit status
make: 1254-004 The error code from the last command is 1.
Stop.
I also tryed of building it into the Php source but after running ./buildconf, i run ./configure --with-ming and i get this error:
configure: error: Ming library 2a or greater required.
Can anyone help me with this??
Thanks