Edward Rudd wrote:


The 6th (or 1st) argument is only required when using 2.1-HEAD (apr-util 1.0).. Apache 2.0/APR-util 0.9.5 don't have this extra argument.




$ grep APR_OPTIONAL_HOOK /opt/apache/include/*
...
/opt/apache/include/ap_config.h: APR_OPTIONAL_HOOK(ap,name,fn,pre,succ,order)
...



$ ls -l /opt/apache/lib/
...
-rw-r--r-- 1 bakins root 2837430 Apr 20 11:31 libapr-0.a
-rw-r--r-- 1 bakins root 759 Apr 20 11:31 libapr-0.la
lrwxrwxrwx 1 bakins root 17 Apr 20 11:31 libapr-0.so -> libapr-0.so.0.9.5
lrwxrwxrwx 1 bakins root 17 Apr 20 11:31 libapr-0.so.0 -> libapr-0.so.0.9.5
-rwxr-xr-x 1 bakins root 1334093 Apr 20 11:31 libapr-0.so.0.9.5
-rw-r--r-- 1 bakins root 1416122 Apr 20 11:31 libaprutil-0.a
-rw-r--r-- 1 bakins root 749 Apr 20 11:31 libaprutil-0.la
lrwxrwxrwx 1 bakins root 21 Apr 20 11:31 libaprutil-0.so -> libaprutil-0.so.0.9.5
lrwxrwxrwx 1 bakins root 21 Apr 20 11:31 libaprutil-0.so.0 -> libaprutil-0.so.0.9.5
-rwxr-xr-x 1 bakins root 736314 Apr 20 11:31 libaprutil-0.so.0.9.5
...


--
Brian Akins
Senior Systems Engineer
CNN Internet Technologies



Reply via email to