Comment 0 for bug 315774

Revision history for this message
Tobias Arrskog (topfs2) wrote :

Binary package hint: libsmbclient-dev

when installed on Hardy
topfs@tobias:~$ cat /usr/include/libsmbclient.h | grep smbc_urlencode
smbc_urlencode(char * dest, char * src, int max_dest_len);
topfs@tobias:~$ cat /usr/lib/libsmbclient.a | grep smbc_urlencode
Binary file (standard input) matches
topfs@tobias:~$

When installed on Intrepid
topfs@topfs-laptop:~$ cat /usr/include/libsmbclient.h | grep smbc_urlencode
smbc_urlencode(char * dest, char * src, int max_dest_len);
topfs@topfs-laptop:~$ cat /usr/lib/libsmbclient.a | grep smbc_urlencode
topfs@topfs-laptop:~$

This leads me to believe its not available, seems to affect both x86 and x64 versions.

1) topfs@topfs-laptop:~$ lsb_release -rd
Description: Ubuntu 8.10
Release: 8.10

2)topfs@topfs-laptop:~$ apt-cache policy libsmbclient-dev
libsmbclient-dev:
  Installed: 2:3.2.3-1ubuntu3.4
  Candidate: 2:3.2.3-1ubuntu3.4
  Version table:
 *** 2:3.2.3-1ubuntu3.4 0
        500 http://se.archive.ubuntu.com intrepid-updates/main Packages
        500 http://security.ubuntu.com intrepid-security/main Packages
        100 /var/lib/dpkg/status
     2:3.2.3-1ubuntu3 0
        500 http://se.archive.ubuntu.com intrepid/main Packages
topfs@topfs-laptop:~$

topfs-laptop is intrepid
tobias is hardy