From: "Eric Wadsworth" <[EMAIL PROTECTED]>
> This was the tip I needed to resolve this, thanks John.
>
> It was actually more complex, becuase I am using FreeBSD's ports system to
> work with software applications. I modified the Makefile in the skeleton
> for the Amanda24 port to include this item in the configuration parameter
> section:
> --with-smbclient
>
> After doing a 'make deinstall' and then 'make' and then 'make install'
> the problem persisted, I assumed that my modification of the make file in
> the skeleton wasn't being perpetuated down to the level where it actually
> calls ./configure, so I dove into the

"make deinstall" just removes the port from your system, and deletes the
.install-done flag from the work directory.  You need to do a "make clean"
(after the "make deinstall") in order to re-build the port with your
changes.

Scot

Reply via email to