Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Netware-Client ncpfs 1

Status
Not open for further replies.

bateman23

Programmer
Mar 2, 2001
145
DE
I want to install the package ncpfs (Version 2.2.0.1). -So I downloaded the sources (I think it was ftp.gwdg.de:/pub/linux/misc/ncpfs/ and another time the metalab-Server).
I unpacked everything to /usr/src/ncpfs/ncpfs2.2.01 and typed "make" to compile it (just how said in the readme).
But everytime it stoped at the same position:

***************************
set -e; for i in lib-static lib-static-su sutil util ipx-1.0; do make -C $i all; done
make[1]: Entering directory `/usr/src/ncpfs/ncpfs-2.2.0.1/lib-static'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/usr/src/ncpfs/ncpfs-2.2.0.1/lib-static'
make[1]: Entering directory `/usr/src/ncpfs/ncpfs-2.2.0.1/lib-static-su'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/usr/src/ncpfs/ncpfs-2.2.0.1/lib-static-su'
make[1]: Entering directory `/usr/src/ncpfs/ncpfs-2.2.0.1/sutil'
gcc -DSIGNATURES -DNDS_SUPPORT -DCONFIG_NATIVE_IP -DMOUNT3 -DNCPFS_VERSION=\"2.2.0.1\" -O2 -Wall -I../include -D_GNU_SOURCE -D__MAKE_SULIB__ -I../lib-static-su -o ncpmount.o -c ncpmount.c
ncpmount.c: In function `process_connection':
ncpmount.c:1261: `NR_OPEN' undeclared (first use in this function)
ncpmount.c:1261: (Each undeclared identifier is reported only once
ncpmount.c:1261: for each function it appears in.)
ncpmount.c:1296: warning: implicit declaration of function `__FD_ZERO'
ncpmount.c:1297: warning: implicit declaration of function `__FD_SET'
ncpmount.c:1303: warning: implicit declaration of function `__FD_ISSET'
make[1]: *** [ncpmount.o] Error 1
make[1]: Leaving directory `/usr/src/ncpfs/ncpfs-2.2.0.1/sutil'
make: *** [all] Error 2
***************************

that's it... what's wrong??
I've no ideas. I'm using Mandrake 8.0 and the new Kernel 2.4.9

Perhaps somebody knows what's wrong...
Thanks,
Daniel
 
Hi,

There were quite a few changes in header files for various versions of the 2.4.x series kernels and it looks like that could be the problem. Looking at the official maintainers ftp site --> ftp://platan.vc.cvut.cz/pub/linux/ncpfs/latest/ the last version is dated 5 jun 2000 so may well not be 100% compatible with the 2.4 kernel headers.

Maybe you'd be better off getting a complied rpm --> ftp://rpmfind.net/linux/Mandrake/8.0/i586/Mandrake/RPMS/ncpfs-2.2.0.18.a-3mdk.i586.rpm or a src.rpm --> ftp://rpmfind.net/linux/Mandrake/8.0/SRPMS/ncpfs-2.2.0.18.a-3mdk.src.rpm .

Rgds

 
Hi and thanks,

I couldn't believe it's that easy.... ;-)
But - one problem solved, another occured:
Whenever i run the command slist the following error-message is displayed :
slist: Server not found (0x8847) in ncp_open

Is ncp_open a file, or what ?(it doesn't exist on my system)
I think i configured ipx correctly with ipx-configure --auto_interface=on --auto_prmary=on .
And i did it manually with: device: eth0 and frame-type: Ether2 - i think everything is right.

..and my kernel is compiled with ipx support (I think so) - at least there are messages about ipx when linux is booting.

I'm helpless.... :-(
Daniel
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top