are samba libs needed to compile the latest SVN?
#1
Question 
I've compiled from SVN before and I had no problem with the dependencies, but now I'm trying to compile the latest SVN and I get:

Code:
checking for main in -lmysqlclient... yes
checking for main in -lasound... yes
checking for clock_gettime in -lrt... yes
checking for main in -lpng12... yes
checking for main in -ljpeg... yes
checking for main in -lpcre... yes
checking for main in -lpthread... yes
checking for __lzo_init_v2 in -llzo2... yes
checking for main in -lcdio... yes
checking for main in -lsamplerate... yes
checking for main in -lz... yes
checking for main in -lsmbclient... no
configure: error: Could not find a required library. Please see the README for your platform.

In the README only lists it as a requirement, but no way to disable, is that right?, any ideas why this changed?

Thanks,
Reply
#2
because we didn't bother to maintain our own, unpatched versions of the library when the system supplies it just fine
Reply
#3
I understand, thanks!
Reply

Logout Mark Read Team Forum Stats Members Help
are samba libs needed to compile the latest SVN?0