Hello,
I'm trying to install Subvesion 1.3 on my rx2620 Itanium server
running HP-UX 11.23.
If I try ./configure then make and then make install I get the error
sh: apr.exp: The noclobber option was specified and the file already
exists.
*** Error exit code 1
this led me to belive that I already have APR and APR-util libraries on
my system. I was able to find them so I used
./configure --with-apr=/opt/hpws/apache --with-apr-util=/opt/hpws/apache
--with-apxs=/opt/hpws/apache/bin/apxs
( also APACHE is already installed on the system so I used --with-apxs
option too )
now I'm getting error while doing make
ld: Can't find library or mismatched ABI for -lapr-0
Fatal error.
*** Error exit code 1
Can anybody help?
Thank you so much,
Miro
some info about APACHE on the system
root>/opt/hpws/apache/bin/apachectl -V
Server version: Apache/2.0.53 HP-UX_Apache-based_Web_Server
Server built: Feb 28 2005 01:51:59
Server's Module Magic Number: 20020903:9
Architecture: 64-bit
Server compiled with....
-D APACHE_MPM_DIR="server/mpm/worker"
-D APR_HAS_SENDFILE
-D APR_HAS_MMAP
-D APR_HAVE_IPV6 (IPv4-mapped addresses enabled)
-D APR_USE_SYSVSEM_SERIALIZE
-D APR_USE_PROC_PTHREAD_SERIALIZE
-D APR_USE_PTHREAD_SERIALIZE
-D APR_PROCESS_LOCK_IS_GLOBAL
-D APR_HAS_OTHER_CHILD
-D AP_HAVE_RELIABLE_PIPED_LOGS
-D HTTPD_ROOT="/opt/hpws/apache"
-D DEFAULT_CHROOT_DIR=""
-D SUEXEC_BIN="/opt/hpws/apache/bin/suexec"
-D DEFAULT_SCOREBOARD="logs/apache_runtime_status"
-D DEFAULT_ERRORLOG="logs/error_log"
-D AP_TYPES_CONFIG_FILE="conf/mime.types"
-D SERVER_CONFIG_FILE="conf/httpd.conf"
root>/opt/hpws/apache/bin/apachectl -l
Compiled in modules:
core.c
worker.c
http_core.c
mod_so.c
Received on Fri Mar 10 21:47:37 2006