https://bz.apache.org/bugzilla/show_bug.cgi?id=63517
--- Comment #3 from Randal T. Rioux <[email protected]> --- Here is my process, with versions listed. GCC is 8.3.0 and all necessary libraries appear to be located okay. Thanks for helping out! # export CFLAGS="-mcpu=power7 -pipe -O2" # CXXFLAGS=$CFLAGS # export RM="/usr/bin/rm -f" # export AR="/usr/bin/ar" # export LDFLAGS="-Wl,-brtl" # cd /usr/src # wget https://mirrors.ocf.berkeley.edu/apache/apr/apr-1.7.0.tar.bz2 # tar xvfj apr-1.7.0.tar.bz2 # rm apr-1.7.0.tar.bz2 && cd apr-1.7.0 # ./configure --enable-threads # make && make install # cd /usr/src # wget https://mirrors.ocf.berkeley.edu/apache/apr/apr-util-1.6.1.tar.bz2 # tar xvfj apr-util-1.6.1.tar.bz2 # rm apr-util-1.6.1.tar.bz2 && cd apr-util-1.6.1 # ./configure --with-apr=/usr/local/apr # make && make install # cd /usr/src # wget https://mirrors.ocf.berkeley.edu/apache/httpd/httpd-2.4.46.tar.bz2 # tar xvfj httpd-2.4.46.tar.bz2 # rm httpd-2.4.46.tar.bz2 && cd httpd-2.4.46 # ./configure --enable-so --enable-cache --enable-mem-cache --enable-ssl --enable-dav --with-apr=/usr/local/apr # make && make install bash-5.0# /usr/local/apache2/bin/httpd exec(): 0509-036 Cannot load program /usr/local/apache2/bin/httpd because of the following errors: rtld: 0712-001 Symbol __sync_fetch_and_add_8 was referenced from module /usr/local/apr/lib/libapr-1.so(), but a runtime definition of the symbol was not found. rtld: 0712-001 Symbol __sync_fetch_and_sub_8 was referenced from module /usr/local/apr/lib/libapr-1.so(), but a runtime definition of the symbol was not found. rtld: 0712-001 Symbol __sync_sub_and_fetch_8 was referenced from module /usr/local/apr/lib/libapr-1.so(), but a runtime definition of the symbol was not found. rtld: 0712-001 Symbol __sync_val_compare_and_swap_8 was referenced from module /usr/local/apr/lib/libapr-1.so(), but a runtime definition of the symbol was not found. rtld: 0712-001 Symbol __sync_lock_test_and_set_8 was referenced from module /usr/local/apr/lib/libapr-1.so(), but a runtime definition of the symbol was not found. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
