Re: [Proftpd-user] ftptop: no curses or ncurses library on this system
"Bambic, David (Penske)" <[email protected]>
| Newsgroups | gmane.network.proftpd.user |
|---|---|
| Message-ID | <[email protected]> |
I was wrong it appears not to work. I get [root@plvm570 bin]# ftptop ftptop: no curses or ncurses library on this system [root@plvm570 bin]# pwd /data/proftpd/bin [root@plvm570 bin]# ll ftptop -rwxr-xr-x 1 root root 11568 Mar 24 13:12 ftptop [root@plvm570 bin]# ./ftptop ftptop: no curses or ncurses library on this system [root@plvm570 bin]# ll /usr/bin/ftptop -rwxr-xr-x 1 root root 11568 Mar 24 13:48 /usr/bin/ftptop [root@plvm570 bin]# ftptop ftptop: no curses or ncurses library on this system David -----Original Message----- From: Bambic, David (Penske) Sent: Friday, March 24, 2017 1:21 PM To: '[email protected]'; '[email protected]' Subject: RE: [Proftpd-user] ftptop: no curses or ncurses library on this system Thanks it work. I did not do the Make clean. David -----Original Message----- From: TJ Saunders [mailto:[email protected]] Sent: Friday, March 24, 2017 12:52 PM To: [email protected] Subject: Re: [Proftpd-user] ftptop: no curses or ncurses library on this system > I am getting the following error : ftptop: no curses or ncurses > library on this system After installing 1.3.5b. I compiled it. I did > add the library and compiled it again, same error. After installing curses or ncurses on your system, did you re-run ProFTPD's configure script? $ cd /path/to/proftpd-1.3.5b/ $ make clean $ ./configure ... $ make $ make install The detection of libraries like this happens during that configure phase, not at "make" time. Hope this helps, TJ ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! https://urldefense.proofpoint.com/v2/url?u=http-3A__sdm.link_slashdot&d=DwICAg&c=h3doYy8SM5A3ClRIfuW3kMsQeA1oLqCc_JYUUs-p_mE&r=MaXt3t-dmljiQAfybjgS91wB9ZJOcDoqgIUqZWaFdUo&m=V_OA51CkmZVS_xp57zsGdUu4hPQl1Rlt2AusqeIiS2Y&s=xVYSw_zyG2QIe_BzPg1X3KxWn0KgEzXOxhYfbkJntQQ&e= _______________________________________________ ProFTPD Users List <[email protected]> Unsubscribe problems? https://urldefense.proofpoint.com/v2/url?u=http-3A__www.proftpd.org_list-2Dunsub.html&d=DwICAg&c=h3doYy8SM5A3ClRIfuW3kMsQeA1oLqCc_JYUUs-p_mE&r=MaXt3t-dmljiQAfybjgS91wB9ZJOcDoqgIUqZWaFdUo&m=V_OA51CkmZVS_xp57zsGdUu4hPQl1Rlt2AusqeIiS2Y&s=ba_vpqOUeqwu35U-GltKAsgb13KmP_9AKvjvsm2dKlk&e= ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ ProFTPD Users List <[email protected]> Unsubscribe problems? http://www.proftpd.org/list-unsub.html