Results 11 to 15 of 15
Why not compile it?? Im sure you will get it working!!...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 03-18-2004 #11
Why not compile it?? Im sure you will get it working!!
- 03-18-2004 #12Linux Newbie
- Join Date
- Feb 2004
- Posts
- 139
well as u can probobly tell already, I'm still just getting my bearings and don't know much about compiling, but I'll go check out the site and man pages and see what I can whip up.
Thanks for your help so far guys!If you love something, emerge it
- 03-19-2004 #13
The simplest is ./configure --sysconfdir=/etc and it will install in /usr/local and add its conf file to /etc by using the sysconfdir switch
- 03-19-2004 #14Linux Newbie
- Join Date
- Feb 2004
- Posts
- 139
w00t...well Im just getting happier and happier with mandrake (I knew I shoulda used something...err...harder)
Where can I get a C compiler?Code:[root@pc1 proftpd-1.2.9]# ./configure --sysconfdir=/etc checking build system type... i686-pc-linux-gnuoldld checking host system type... i686-pc-linux-gnuoldld checking target system type... i686-pc-linux-gnuoldld checking for gcc... no checking for cc... no checking for cc... no checking for cl... no configure: error: no acceptable C compiler found in $PATH See `config.log' for more details.
If you love something, emerge it
- 03-19-2004 #15Linux Newbie
- Join Date
- Feb 2004
- Posts
- 139
Heres a little command I found at another site trying to figure out the same problem:
I see the Signal 11 there, but cannot possibly understand what may be causing it. Also, why the IP address cannot be determined...Perhaps it has to do with something why eth0 fails during startup (although it still works fine, I'm even connecting via ssh @ 192.168.1.103 on my LAN)Code:[root@pc1 root]# proftpd -nd9 - parsing '/etc/proftpd.conf' configuration - FS: using system open() - FS: using system read() - FS: using system read() - dispatching auth request "getpwnam" to module mod_ldap - dispatching auth request "getpwnam" to module mod_auth_file - dispatching auth request "getpwnam" to module mod_auth_unix - dispatching auth request "getgrnam" to module mod_ldap - dispatching auth request "getgrnam" to module mod_auth_file - dispatching auth request "getgrnam" to module mod_auth_unix - <Directory />: adding section for resolved path '/' - FS: using system read() - FS: using system close() basement - error: unable to determine IP address of 'pc1' basement - dispatching auth request "getgroups" to module mod_ldap basement - dispatching auth request "getgroups" to module mod_auth_file basement - dispatching auth request "getgroups" to module mod_auth_unix basement - SETUP PRIVS at main.c:2618 basement - ROOT PRIVS at main.c:1909 basement - RELINQUISH PRIVS at main.c:1915 basement - ROOT PRIVS at main.c:2252 basement - RELINQUISH PRIVS at main.c:2276 basement - ProFTPD terminating (signal 11) basement - FTP session closed. Segmentation fault
EDIT: syslog info...
Code:Mar 17 01:40:13 localhost proftpd[4169]: localhost (192.168.1.100[192.168.1.100]) - FTP session opened. Mar 17 01:40:20 localhost proftpd[2772]: localhost - received SIGHUP -- master server rehashing configuration file Mar 17 01:40:20 localhost proftpd[2772]: pc1 - error: unable to determine IP address of 'pc1' Mar 17 01:40:20 localhost proftpd[2772]: pc1 - ProFTPD terminating (signal 11) Mar 17 01:40:20 localhost proftpd[2772]: pc1 - FTP session closed. Mar 17 01:40:21 localhost proftpd[4169]: localhost (192.168.1.100[192.168.1.100]) - FTP session closed. Mar 17 01:40:38 localhost proftpd: pc1 - error: unable to determine IP address of 'pc1' Mar 17 01:40:38 localhost proftpd[4189]: basement - ProFTPD terminating (signal 11) Mar 17 01:40:38 localhost proftpd[4189]: pc1 - FTP session closed. Mar 17 01:40:38 localhost proftpd: proftpd startup succeeded Mar 17 01:41:11 localhost proftpd: pc1 - error: unable to determine IP address of 'pc1' Mar 17 01:41:11 localhost proftpd[4228]: pc1 - ProFTPD terminating (signal 11) Mar 17 01:41:11 localhost proftpd[4228]: pc1 - FTP session closed. Mar 17 01:41:11 localhost proftpd: proftpd startup succeeded Mar 17 01:42:07 localhost proftpd: pc1 - error: unable to determine IP address of 'pc1' Mar 17 01:42:07 localhost proftpd[4288]: pc1 - ProFTPD terminating (signal 11) Mar 17 01:42:07 localhost proftpd[4288]: pc1 - FTP session closed. Mar 17 01:42:07 localhost proftpd: proftpd startup succeeded Mar 17 01:42:52 localhost proftpd: pc1 - error: unable to determine IP address of 'pc1' Mar 17 01:42:52 localhost proftpd[4327]: pc1 - ProFTPD terminating (signal 11) Mar 17 01:42:52 localhost proftpd[4327]: pc1 - FTP session closed. Mar 17 01:42:52 localhost proftpd: proftpd startup succeeded Mar 17 01:44:57 localhost proftpd: pc1 - error: unable to determine IP address of 'basement' Mar 17 01:44:57 localhost proftpd[4404]: pc1 - ProFTPD terminating (signal 11) Mar 17 01:44:57 localhost proftpd[4404]: pc1 - FTP session closed. Mar 17 01:44:57 localhost proftpd: proftpd startup succeeded Mar 17 01:52:36 localhost postfix/pickup[4426]: warning: My hostname pc1 is not a fully qualified name - set myhostname or mydomain in /etc/postfix/main.cf
If you love something, emerge it


Reply With Quote
