Displaying 3 results from an estimated 3 matches for "netdfs_get_pipe_fn".
Did you mean:
netdfs_get_pipe_fns
2003 Sep 25
1
samba 3.0.0 compiling solaris
...svc_get_pipe_fns'
rpc_server/srv_pipe.o(.text+0x42c0):/usr/local/src/samba/samba-3.0.0/source/rpc_server/srv_pipe.c:1585: undefined reference to `reg_get_pipe_fns'
rpc_server/srv_pipe.o(.text+0x42e8):/usr/local/src/samba/samba-3.0.0/source/rpc_server/srv_pipe.c:1591: undefined reference to `netdfs_get_pipe_fns'
collect2: ld returned 1 exit status
make: *** [bin/smbd] Error 1
Here are my configure args,
./configure --prefix=/usr/local/samba-3.0.0
--with-privatedir=/etc/samba/private --with-lockdir=/var/samba/locks
--with-piddir=/var/run --with-swatdir=/etc/samba/swat
--with-configdir=/etc/samba --w...
2003 Dec 08
0
SOLVED: build problems on solaris due to /usr/bin in PATH
...samr_get_pipe_fns rpc_server/srv_pipe.o
~ lsa_get_pipe_fns rpc_server/srv_pipe.o
~ reg_get_pipe_fns rpc_server/srv_pipe.o
~ netlog_get_pipe_fns rpc_server/srv_pipe.o
~ wkssvc_get_pipe_fns rpc_server/srv_pipe.o
~ netdfs_get_pipe_fns rpc_server/srv_pipe.o
~ ld: fatal: Symbol referencing errors. No output written to bin/smbd
~ collect2: ld returned 1 exit status
~ gmake: *** [bin/smbd] Error 1
Make sure that /usr/ucb follow /bin/ & /usr/bin in your PATH.
(this also seems to be the root of bug 374 as well)....
2003 Oct 21
2
solaris build problem
...e.o(.text+0x7068): undefined
reference to `netlog_get_pipe_fn
s'
rpc_server/srv_pipe.o(.text+0x7098): undefined
reference to `wkssvc_get_pipe_fn
s'
rpc_server/srv_pipe.o(.text+0x70b0): undefined
reference to `reg_get_pipe_fns'
rpc_server/srv_pipe.o(.text+0x70e0): undefined
reference to `netdfs_get_pipe_fn
s'
collect2: ld returned 1 exit status
make: *** [bin/smbd] Error 1
These are function calls made from within the
srv_pipe.c and these functions
are defined in other .c files in the same directory. I
have built for the linux
with the same configure options i am using for the
solaris. The conf...