Re: [Proftpd-user] Having Compiling Issues

Brad Knorr <[email protected]> Sat, 25 Feb 2023 09:26:23 -0800
Newsgroups gmane.network.proftpd.user
Message-ID <[email protected]>
Thank you that did the trick.  I really don't compile sources too often and
my knowledge is limited. Thank you for the tip I will make it a regular
practice to do that first from now on.

Brad

-----Original Message-----
From: TJ Saunders <[email protected]>
Sent: Saturday, February 25, 2023 7:58 AM
To: ProFTPD Users <[email protected]>
Subject: Re: [Proftpd-user] Having Compiling Issues


> I am trying to compile 1.3.8.  I am trying to get mod_shaper to work.
> I have done this successfully before on other machines but for some
> reason this compile won’t work. Any guidance on what the error is
> would be appreciated. Here is what I am doing.

> /usr/bin/ld: /root/proftpd-1.3.8/modules/mod_shaper.c:1915: undefined
> reference to `pr_ctrls_set_module_acls'
> /usr/bin/ld: modules/mod_shaper.o: in function `shaper_handle_shaper':
> /root/proftpd-1.3.8/modules/mod_shaper.c:1776: undefined reference to
> `pr_ctrls_check_acl'

I have sometimes seen build issues like this, when the configure command
used has been tweaked/changed, but no "make clean" has been run afterward.

I usually use something like this to ensure that no build artifacts remain
between runs:

  $ make clean
  $ ./configure ...
  $ make
  $ make install

Does running a "make clean" help or change the behavior you see?

Cheers,
TJ


_______________________________________________
ProFTPD Users List   <[email protected]>
Unsubscribe problems?
http://www.proftpd.org/list-unsub.html


_______________________________________________
ProFTPD Users List   <[email protected]>
Unsubscribe problems?
http://www.proftpd.org/list-unsub.html