sahlberg / dbench

Dbench is a loadtester for iSCSI/NFS/SCSI/SMB
GNU General Public License v3.0
20 stars 12 forks source link

configure: SMB support .......................... NO #3

Open yuhr123 opened 10 years ago

yuhr123 commented 10 years ago

Hello, I want to install dbench to test samba server load ability. But I had a problem in the process when compiling:

checking whether libpopt is available... yes checking whether libsmbclient is available... no configure: Libsmbclient-dev not available. Building DBENCH without SMB support checking whether libiscsi is available... yes checking whether Linux SCSI Generic is available... yes checking whether libnfs is available... yes configure: creating ./config.status config.status: creating Makefile config.status: WARNING: 'Makefile.in' seems to ignore the --datarootdir setting config.status: creating config.h config.status: config.h is unchanged configure: ============================================ configure: SMB support .......................... NO configure: LIBISCSI support ..................... YES configure: LIBNFS support ....................... YES configure: LINUX SCSI SG support ................ YES

My system is LinuxMint 17-MATE-32-bit I use the command ‘sudo apt-get install libsmbclient-dev’, and run ./configure again, the results held.

How to solve the problem of unable to find libsmbclient?

sahlberg commented 10 years ago

It looks like it can not find libsmbclient: configure: Libsmbclient-dev not available. Building DBENCH without SMB support

Check config.log, it should contain some additional output on what failed.

On Mon, Sep 1, 2014 at 9:22 AM, Herald Yu notifications@github.com wrote:

Hello, I want to install dbench to test samba server load ability. But I had a problem in the process when compiling:

checking whether libpopt is available... yes checking whether libsmbclient is available... no configure: Libsmbclient-dev not available. Building DBENCH without SMB support checking whether libiscsi is available... yes checking whether Linux SCSI Generic is available... yes checking whether libnfs is available... yes configure: creating ./config.status config.status: creating Makefile config.status: WARNING: 'Makefile.in' seems to ignore the --datarootdir setting config.status: creating config.h config.status: config.h is unchanged configure: ============================================ configure: SMB support .......................... NO configure: LIBISCSI support ..................... YES configure: LIBNFS support ....................... YES configure: LINUX SCSI SG support ................ YES

My system is LinuxMint 17-MATE-32-bit I use the command ‘sudo apt-get install libsmbclient-dev’, and run ./configure again, the results held. ON划词翻译ON实时翻译

how to solve the problem of unable to find libsmbclient?

— Reply to this email directly or view it on GitHub https://github.com/sahlberg/dbench/issues/3.

Labisana commented 8 years ago

I have some problem... help please. cannot fix this problem.

Labisana commented 8 years ago

i solved the libsmbclient.h error by this gist

https://gist.github.com/Labisana/6d94b7db13b08be586ce

by: Bahrul Hidayat