Discussion:
[Proftpd-user] ftptop: no curses or ncurses library on this system
Bambic, David (Penske)
2017-03-24 15:10:02 UTC
Permalink
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.





[***@plvm570 proftpd-1.3.5b]# ./proftpd -V
Compile-time Settings:
Version: 1.3.5b (maint)
Platform: LINUX [Linux 3.10.0-514.2.2.el7.x86_64 x86_64]
Built: Wed Mar 15 2017 16:48:51 EDT
Built With:
configure '--enable-openssl' '--with-modules=mod_sftp' '--prefix=/data/proftpd'

CFLAGS: -O2 -Wall
LDFLAGS: -L$(top_srcdir)/lib
LIBS: -lssl -lcrypto -lssl -lcrypto -L$(top_srcdir)/lib/libcap -lcap -lcrypto -lz -lsupp -lcrypt -ldl

Files:
Configuration File:
/data/proftpd/etc/proftpd.conf
Pid File:
/data/proftpd/var/proftpd.pid
Scoreboard File:
/data/proftpd/var/proftpd.scoreboard

Features:
- Autoshadow support
- Controls support
- curses support
- Developer support
- DSO support
+ IPv6 support
+ Largefile support
- Lastlog support
- Memcache support
- ncurses support
- NLS support
+ OpenSSL support (FIPS enabled)
- PCRE support
- POSIX ACL support
+ Shadow file support
+ Sendfile support
+ Trace support

Tunable Options:
PR_TUNABLE_BUFFER_SIZE = 1024
PR_TUNABLE_DEFAULT_RCVBUFSZ = 8192
PR_TUNABLE_DEFAULT_SNDBUFSZ = 8192
PR_TUNABLE_GLOBBING_MAX_MATCHES = 100000
PR_TUNABLE_GLOBBING_MAX_RECURSION = 8
PR_TUNABLE_HASH_TABLE_SIZE = 40
PR_TUNABLE_NEW_POOL_SIZE = 512
PR_TUNABLE_SCOREBOARD_BUFFER_SIZE = 80
PR_TUNABLE_SCOREBOARD_SCRUB_TIMER = 30
PR_TUNABLE_SELECT_TIMEOUT = 30
PR_TUNABLE_TIMEOUTIDENT = 10
PR_TUNABLE_TIMEOUTIDLE = 600
PR_TUNABLE_TIMEOUTLINGER = 30
PR_TUNABLE_TIMEOUTLOGIN = 300
PR_TUNABLE_TIMEOUTNOXFER = 300
PR_TUNABLE_TIMEOUTSTALLED = 3600
PR_TUNABLE_XFER_SCOREBOARD_UPDATES = 10


Thank You
David Bambic
Sr. Systems Programmer
Penske Logistics Tech. Corp.
3000 Auburn Dr.
Beachwood ohio 44122
216-765-5687
mailto:***@penske.com
TJ Saunders
2017-03-24 16:51:40 UTC
Permalink
Post by Bambic, David (Penske)
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
Bambic, David (Penske)
2017-03-24 17:20:38 UTC
Permalink
Thanks it work. I did not do the Make clean.

David

-----Original Message-----
From: TJ Saunders [mailto:***@castaglia.org]
Sent: Friday, March 24, 2017 12:52 PM
To: proftp-***@lists.sourceforge.net
Subject: Re: [Proftpd-user] ftptop: no curses or ncurses library on this system
Post by Bambic, David (Penske)
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 <proftpd-***@proftpd.org>
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=
Bambic, David (Penske)
2017-03-24 17:54:08 UTC
Permalink
I was wrong it appears not to work. I get
[***@plvm570 bin]# ftptop
ftptop: no curses or ncurses library on this system

[***@plvm570 bin]# pwd
/data/proftpd/bin
[***@plvm570 bin]# ll ftptop
-rwxr-xr-x 1 root root 11568 Mar 24 13:12 ftptop
[***@plvm570 bin]# ./ftptop
ftptop: no curses or ncurses library on this system
[***@plvm570 bin]# ll /usr/bin/ftptop
-rwxr-xr-x 1 root root 11568 Mar 24 13:48 /usr/bin/ftptop
[***@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: 'proftp-***@lists.sourceforge.net'; '***@castaglia.org'
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:***@castaglia.org]
Sent: Friday, March 24, 2017 12:52 PM
To: proftp-***@lists.sourceforge.net
Subject: Re: [Proftpd-user] ftptop: no curses or ncurses library on this system
Post by Bambic, David (Penske)
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 <proftpd-***@proftpd.org>
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=
Bambic, David (Penske)
2017-03-24 20:16:02 UTC
Permalink
I think I found my issue, in the config.log I found

: fatal error: curses.h: No such file or directory

It look like the curses library were not installed


Thanks
David

-----Original Message-----
From: Bambic, David (Penske)
Sent: Friday, March 24, 2017 1:54 PM
To: 'proftp-***@lists.sourceforge.net'; '***@castaglia.org'
Subject: RE: [Proftpd-user] ftptop: no curses or ncurses library on this system

I was wrong it appears not to work. I get
[***@plvm570 bin]# ftptop
ftptop: no curses or ncurses library on this system

[***@plvm570 bin]# pwd
/data/proftpd/bin
[***@plvm570 bin]# ll ftptop
-rwxr-xr-x 1 root root 11568 Mar 24 13:12 ftptop
[***@plvm570 bin]# ./ftptop
ftptop: no curses or ncurses library on this system
[***@plvm570 bin]# ll /usr/bin/ftptop
-rwxr-xr-x 1 root root 11568 Mar 24 13:48 /usr/bin/ftptop
[***@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: 'proftp-***@lists.sourceforge.net'; '***@castaglia.org'
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:***@castaglia.org]
Sent: Friday, March 24, 2017 12:52 PM
To: proftp-***@lists.sourceforge.net
Subject: Re: [Proftpd-user] ftptop: no curses or ncurses library on this system
Post by Bambic, David (Penske)
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 <proftpd-***@proftpd.org>
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=
Matus UHLAR - fantomas
2017-03-24 20:36:06 UTC
Permalink
Post by Bambic, David (Penske)
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.
Version: 1.3.5b (maint)
Platform: LINUX [Linux 3.10.0-514.2.2.el7.x86_64 x86_64]
that's redhat enterprise linux, isn't it?
1. when you need to compile something with cursaes support, you need curses
development package, not just the libraries.

2. doesn't proftpd from EPEL repository satify your needs?
--
Matus UHLAR - fantomas, ***@fantomas.sk ; http://www.fantomas.sk/
Warning: I wish NOT to receive e-mail advertising to this address.
Varovanie: na tuto adresu chcem NEDOSTAVAT akukolvek reklamnu postu.
Spam is for losers who can't get business any other way.
Bambic, David (Penske)
2017-03-24 21:02:58 UTC
Permalink
doesn't proftpd from EPEL repository satisfy your needs? I did not build the server. I have never used EPEL repository. I will look into it.

Thanks
David

-----Original Message-----
From: Matus UHLAR - fantomas [mailto:***@fantomas.sk]
Sent: Friday, March 24, 2017 4:36 PM
To: proftp-***@lists.sourceforge.net
Subject: Re: [Proftpd-user] ftptop: no curses or ncurses library on this system
Post by Bambic, David (Penske)
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.
Version: 1.3.5b (maint)
Platform: LINUX [Linux 3.10.0-514.2.2.el7.x86_64 x86_64]
that's redhat enterprise linux, isn't it?
1. when you need to compile something with cursaes support, you need curses development package, not just the libraries.

2. doesn't proftpd from EPEL repository satify your needs?



--
Matus UHLAR - fantomas, ***@fantomas.sk ; https://urldefense.proofpoint.com/v2/url?u=http-3A__www.fantomas.sk_&d=DwICAg&c=h3doYy8SM5A3ClRIfuW3kMsQeA1oLqCc_JYUUs-p_mE&r=MaXt3t-dmljiQAfybjgS91wB9ZJOcDoqgIUqZWaFdUo&m=nGL1QQoWuV2KTVJ-KX5GTudo7mR-jIPbzNHBmG5zDFE&s=klRA6uiz4eg7o4RNlxSB8oC_wimdolYKAivV9tZX9H4&e=
Warning: I wish NOT to receive e-mail advertising to this address.
Varovanie: na tuto adresu chcem NEDOSTAVAT akukolvek reklamnu postu.
Spam is for losers who can't get business any other way.

------------------------------------------------------------------------------
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=nGL1QQoWuV2KTVJ-KX5GTudo7mR-jIPbzNHBmG5zDFE&s=VJR6UV1Sud6GFYRnF-Trru4Y5EEk5ro8FI5l4U495hc&e=
_______________________________________________
ProFTPD Users List <proftpd-***@proftpd.org>
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=nGL1QQoWuV2KTVJ-KX5GTudo7mR-jIPbzNHBmG5zDFE&s=2l-2wklMY9qB10vfbJuoCoerRbnZ-oxhdYlPWJ_SlOg&e=
Loading...