shfs-0.32pre2 compiled and ran nicely on SuSe 8.0. We had
problems with the mount point going away after 3-4 days.
Tried shfs-0.33, and get:
(root@host:shfs-0.33) insmod shfs/Linux-2.4/shfs.o
shfs/Linux-2.4/shfs.o: unresolved symbol __out_of_line_bug
shfs/Linux-2.4/shfs.o: unresolved symbol __register_filesystem
(root@host:shfs-0.33)
on insmod.
Stock SuSe 8.0 kernel, kernel sources in /usr/src/linux, no
problems. GCC versions match.
(root@host:shfs-0.33) cat /proc/version
Linux version 2.4.18-4GB (root@Pentium.suse.de) (gcc version
2.95.3 20010315 (SuSE)) #1 Wed Mar 27 13:57:05 UTC 2002
(root@host:shfs-0.33) gcc -v
Reading specs from /usr/lib/gcc-lib/i486-suse-linux/2.95.3/specs
gcc version 2.95.3 20010315 (SuSE)
(root@host:shfs-0.33)
I'm sure this works, as I've got it running successfully on a Fedora
Core 2 Test 2 box (2.6 kernel).
Any help would be appreciated.
Logged In: YES
user_id=520433
Hi, are you sure correct headers are used? You may try:
make KERNEL_SOURCES=/usr/src/linux
Mirek
Logged In: NO
what should KERNEL_SOURCES be for Fedora Core 3?