zzflop wrote these words on 04/07/10 14:19 CST:
> I have no /usr/lib/apr-util-1 dirctory. All I see are
> apr.exp, aprutil.exp, and various libapr-1 and libaprutil-1 
> libraries definitely not linked to db-4.8. That would 
> explain  subversion not finding BDB.
> 
> Who this is so , I have no idea. The default seems to be 
> using the bundled versions, and the extra configuration 
> options are to link the bundled versions to BDB.

I'm not sure what you mean there. Please explain.

> Perhaps I missed something.

Who knows? Perhaps the book is not right, but it is the same as my most
recent build script (other than what is mentioned in my previous email,
and here is the results I get:

r...@rmlinux: ~/build > ls -l /usr/lib/*apr*

-rw-r--r-- 1 root root   8367 Mar 29 18:29 /usr/lib/apr.exp
-rw-r--r-- 1 root root   5165 Mar 29 18:29 /usr/lib/aprutil.exp
-rw-r--r-- 1 root root 261120 Mar 29 18:57 /usr/lib/libapr-1.a
-rwxr-xr-x 1 root root    841 Mar 29 18:29 /usr/lib/libapr-1.la
lrwxrwxrwx 1 root root     17 Mar 29 18:29 /usr/lib/libapr-1.so -> 
libapr-1.so.0.4.2
lrwxrwxrwx 1 root root     17 Mar 29 18:29 /usr/lib/libapr-1.so.0 -> 
libapr-1.so.0.4.2
-rwxr-xr-x 1 root root 216221 Mar 29 18:57 /usr/lib/libapr-1.so.0.4.2
-rw-r--r-- 1 root root 176958 Mar 29 18:57 /usr/lib/libaprutil-1.a
-rwxr-xr-x 1 root root    911 Mar 29 18:29 /usr/lib/libaprutil-1.la
lrwxrwxrwx 1 root root     21 Mar 29 18:29 /usr/lib/libaprutil-1.so -> 
libaprutil-1.so.0.3.9
lrwxrwxrwx 1 root root     21 Mar 29 18:29 /usr/lib/libaprutil-1.so.0 -> 
libaprutil-1.so.0.3.9
-rwxr-xr-x 1 root root 149752 Mar 29 18:57 /usr/lib/libaprutil-1.so.0.3.9

/usr/lib/apr-util-1:
total 160
-rwxr-xr-x 1 root root 30768 Mar 29 18:57 apr_dbd_odbc-1.so
-rw-r--r-- 1 root root 24406 Mar 29 18:57 apr_dbd_odbc.a
-rwxr-xr-x 1 root root   875 Mar 29 18:29 apr_dbd_odbc.la
lrwxrwxrwx 1 root root    17 Mar 29 18:29 apr_dbd_odbc.so -> apr_dbd_odbc-1.so
-rwxr-xr-x 1 root root 21951 Mar 29 18:57 apr_dbd_pgsql-1.so
-rw-r--r-- 1 root root 17150 Mar 29 18:57 apr_dbd_pgsql.a
-rwxr-xr-x 1 root root   852 Mar 29 18:29 apr_dbd_pgsql.la
lrwxrwxrwx 1 root root    18 Mar 29 18:29 apr_dbd_pgsql.so -> apr_dbd_pgsql-1.so
-rwxr-xr-x 1 root root 16959 Mar 29 18:57 apr_dbd_sqlite3-1.so
-rw-r--r-- 1 root root 11820 Mar 29 18:57 apr_dbd_sqlite3.a
-rwxr-xr-x 1 root root   888 Mar 29 18:29 apr_dbd_sqlite3.la
lrwxrwxrwx 1 root root    20 Mar 29 18:29 apr_dbd_sqlite3.so -> 
apr_dbd_sqlite3-1.so
-rwxr-xr-x 1 root root  7536 Mar 29 18:57 apr_dbm_db-1.so
-rw-r--r-- 1 root root  4090 Mar 29 18:57 apr_dbm_db.a
-rwxr-xr-x 1 root root   820 Mar 29 18:29 apr_dbm_db.la
lrwxrwxrwx 1 root root    15 Mar 29 18:29 apr_dbm_db.so -> apr_dbm_db-1.so


r...@rmlinux: ~/build > ldd /usr/lib/apr-util-1/apr_dbm_db-1.so

        linux-gate.so.1 =>  (0xffffe000)
        libdb-4.8.so => /usr/lib/libdb-4.8.so (0xb7f29000)
        libpthread.so.0 => /lib/libpthread.so.0 (0xb7f0f000)
        libc.so.6 => /lib/libc.so.6 (0xb7d9f000)
        /lib/ld-linux.so.2 (0xb80ac000)

-- 
Randy

rmlscsi: [bogomips 1003.22] [GNU ld version 2.16.1] [gcc (GCC) 4.0.3]
[GNU C Library stable release version 2.3.6] [Linux 2.6.14.3 i686]
14:54:00 up 101 days, 19:02, 1 user, load average: 0.09, 0.16, 0.17
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to