<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#333333">
<font size="-1"><font face="Courier New">I have some problems when
compiling samba from the source on fedora 9.<br>
witch i didn't had with prior verions of Fedora.<br>
already fixed the oplock issue, but the cifs is giving me a headache.<br>
<br>
<br>
samba 3.0.28a<br>
</font></font><font size="-1"><font face="Courier New">Fedora core 9<br>
kernel: 2.6.25.3-18<br>
gcc - 4.3.0<br>
</font></font><br>
<font size="-1"><font face="Courier New"><br>
first i had an error in oplock_linux.c<br>
<br>
------------<br>
:37 error: conflicting types for capget<br>
/usr/include/sys/capability.h:111 previous declaration of capget was
here<br>
</font></font><font size="-1"><font face="Courier New">:39 error:
conflicting types for capset<br>
/usr/include/sys/capability.h:110 previous declaration of capset was
here<br>
--------------<br>
<br>
i removed the capset and capget from this linux file, and it continued
compiling again.<br>
it was a quick and dirty fix. but still odd. (did i misted a library or
so ?!?!?)<br>
<br>
after that the make command spit this at me:<br>
<br>
--------------<br>
mount.cifs.c: in function 'main'<br>
mount.cifs.c: 1183 : error 'PATH_MAX' undeclared (first use in this
function)<br>
--------------<br>
<br>
dunno how to fix it, but what LIBS did i forget to install here.<br>
or what changed with this new fedora release ?!?!<br>
<br>
Cheers, Collen<br>
<br>
<br>
</font></font><br>
</body>
</html>