GithubHelp home page GithubHelp logo

Comments (3)

Castaglia avatar Castaglia commented on June 3, 2024

You may need to install and use gmake instead of make on FreeBSD; the default BSD make has different opinions about things than the GNU make:

pkg install -y gmake
git clone $PROFTPD_URL
cd proftpd
./configure
gmake
gmake install

from proftpd.

ia2115 avatar ia2115 commented on June 3, 2024

ah yes that make it compile, thanks :)

but i keep getting this error, all i add to default proftpd.conf is:

<VirtualHost 172.16.1.12>
ServerAdmin             [email protected]
ServerName              "hosting ftp Area for net.dk"
TransferLog             /var/log/proftpd/proftp.log
MaxLoginAttempts        3
RequireValidShell       no
DefaultRoot             /usr/ftp/net.dk/
User                    net
Group                   net
AllowOverwrite          yes
</VirtualHost>

and i get this:

2023-11-13 06:21:01,017 web.srv.arcnet.dk proftpd[95913]: -----BEGIN STACK TRACE-----
2023-11-13 06:21:01,018 web.srv..dk proftpd[95913]: [0] 0x7ffffffff8a3 <setgrent+0x7fffffd30883> at ???
2023-11-13 06:21:01,018 web.srv..dk proftpd[95913]: [1] 0x2c1cab <delay_postparse_ev+0x1b> at /usr/local/sbin/proftpd
2023-11-13 06:21:01,018 web.srv..dk proftpd[95913]: [2] 0x28258f <pr_event_generate+0x10f> at /usr/local/sbin/proftpd
2023-11-13 06:21:01,018 web.srv..dk proftpd[95913]: -----END STACK TRACE-----
2023-11-13 06:21:01,018 web.srv..dk proftpd[95913]: ProFTPD terminating (signal 11)
2023-11-13 06:21:01,018 web.srv..dk proftpd[95913]: ProFTPD terminating (signal 11)
2023-11-13 06:21:01,018 web.srv..dk proftpd[95913]: mod_delay/0.8: unable to open DelayTable '/usr/local/var/proftpd.delay': No such file or directory
2023-11-13 06:21:01,018 web.srv..dk proftpd[95913]: ProFTPD 1.3.9rc2 standalone mode SHUTDOWN
/usr/local/etc/rc.d/proftpd: WARNING: failed to start proftpd

from proftpd.

Castaglia avatar Castaglia commented on June 3, 2024

OK. Looks like you've filed a separate issue, Issue #1746, for the above segfault -- which is perfect (I prefer having tickets scoped to specific issues).

As such, I'll close this ticket -- about compiling using gmake on FreeBSD -- and will use that other ticket for future discussion and fixes.

Thanks!

from proftpd.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.