Ah, a trick question. Presently, no packages provide libext2fs.so (at least on mine -- SuSE 6.4/Intel). All the ext2 utils are compiled statically on 6.4. I had to pull the source RPM off my CD and re-compile the utilities to provide shared libraries. Here's a diff of ext2fs.spec in case you wish to re-compile the utilities yourself. ---- begin ext2fs.spec.diff ---- --- ext2fs.spec.orig Fri Apr 28 00:36:20 2000 +++ ext2fs.spec Sun Jun 25 16:48:06 2000 @@ -12,7 +12,7 @@ Vendor: SuSE GmbH, Nuernberg, Germany Distribution: SuSE Linux 6.4 (i386) Name: ext2fs -Release: 69 +Release: 69_shlibs_0 Packager: feedback@suse.de Copyright: Remy Card, Theodore Ts'o @@ -61,7 +61,8 @@ %build autoconf CFLAGS="-Wall -O2 -pipe" \ - ./configure --enable-dynamic-e2fsck --prefix=/usr --with-root-prefix=/ \ + ./configure --enable-elf-shlibs --enable-dynamic-e2fsck \ + --prefix=/usr --with-root-prefix=/ \ --mandir=/usr/share/man --infodir=/usr/share/info make make check @@ -74,6 +75,11 @@ %files %doc RELEASE-NOTES +/lib/libcom_err.so.* +/lib/libe2p.so.* +/lib/libext2fs.so.* +/lib/libss.so.* +/lib/libuuid.so.* /sbin/badblocks /sbin/debugfs /sbin/dumpe2fs @@ -106,11 +112,11 @@ %files -n ext2fs_d /usr/bin/compile_et /usr/bin/mk_cmds -/usr/lib/libcom_err.a -/usr/lib/libe2p.a -/usr/lib/libext2fs.a -/usr/lib/libss.a -/usr/lib/libuuid.a +/usr/lib/libcom_err.* +/usr/lib/libe2p.* +/usr/lib/libext2fs.* +/usr/lib/libss.* +/usr/lib/libuuid.* /usr/share/et /usr/share/ss /usr/include/et ---- end ----
What package includes libext2fs.so? -- Milan Hromada tel: +421 (0)862 5151 335 -------------------------
-- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/Support/Doku/FAQ/