problems installing php 4.3.4 on Mac OS X 10.3.1

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
blee
Forum Newbie
Posts: 1
Joined: Tue Nov 25, 2003 11:05 am

problems installing php 4.3.4 on Mac OS X 10.3.1

Post by blee »

I tried following the instruction on phpmac.com to build php 4.3.4 with gd lib and postgresql, my postgreSQL server is running and gd lib compiled with no problems

I used the following configure line

./configure --with-xml --with-zlib --with-gd --with-jpeg-dir=/usr/local --with-png-dir=/usr/local --with-apxs=/usr/sbin/apxs --with-pgsql

and it worked fine but when I ran the make I got the following errors
=========================
ld: Undefined symbols:
_pcre_get_compiled_regex
_php_pcre_exec
_php_pcre_replace
_SSL_pending
_BIO_free
_BIO_new_mem_buf
_DH_check
_DH_generate_parameters
_DH_size
_ERR_get_error
_ERR_reason_error_string
_EVP_PKEY_free
_PEM_read_DHparams
_PEM_read_PrivateKey
_PEM_read_X509
_PEM_read_bio_DHparams
_SSL_CTX_ctrl
_SSL_CTX_free
_SSL_CTX_load_verify_locations
_SSL_CTX_new
_SSL_CTX_set_tmp_dh_callback
_SSL_CTX_set_verify
_SSL_CTX_set_verify_depth
_SSL_connect
_SSL_free
_SSL_get_error
_SSL_get_ex_data
_SSL_get_peer_certificate
_SSL_library_init
_SSL_load_error_strings
_SSL_new
_SSL_read
_SSL_set_ex_data
_SSL_set_fd
_SSL_shutdown
_SSL_write
_TLSv1_method
_X509_NAME_get_text_by_NID
_X509_NAME_oneline
_X509_check_private_key
_X509_free
_X509_get_subject_name
make: *** [libs/libphp4.bundle] Error 1
===========================
Post Reply