Configure error no curses library functions found

erlang fails on unbuntu 13.04 — configure: error: No curses library functions found #28 Comments checking whether the emulator should use threads. yes; thread support required and therefore forced checking whether lock checking should be enabled. no checking whether lock counters should be enabled. no checking whether dlopen() needs to be called before first […]

Содержание

  1. erlang fails on unbuntu 13.04 — configure: error: No curses library functions found #28
  2. Comments
  3. No curses library functions found #17
  4. Comments
  5. Русские Блоги
  6. Centos5 установить Цунг
  7. Configure Error No Curses Library Functions Found
  8. No curses library functions found · Issue #17 · kerl/kerl .
  9. configure: error: No curses/termcap library found – ServerOK
  10. The solution of Error:no Curses/termcap Library found
  11. MySQL :: Re: configure: error: No curses/termcap library found
  12. MySQL :: configure: error: No curses/termcap library found
  13. How To Install ncurses Library on a Linux — nixCraft
  14. linux — Installing erlang from tar resulting in errors .
  15. ErLang的安装 configure: error: No curses library functions .
  16. samtools creating difficulties in installtion
  17. Configure Error No Curses Library Functions Found Fixes & Solutions
  18. Русские Блоги
  19. Установите erlang и rabbitmq под Linux
  20. I. Erlang установка
  21. 2. Установка Rabbitmq

erlang fails on unbuntu 13.04 — configure: error: No curses library functions found #28

checking whether the emulator should use threads. yes; thread support required and therefore forced
checking whether lock checking should be enabled. no
checking whether lock counters should be enabled. no
checking whether dlopen() needs to be called before first call to dlerror(). no
checking whether the child waiter thread should be enabled. yes on SMP build, but not on non-SMP build
checking for kstat_open in -lkstat. (cached) no
checking for tgetent in -lncurses. no
checking for tgetent in -lcurses. no
checking for tgetent in -ltermcap. no
checking for tgetent in -ltermlib. no
STDERR: configure: WARNING: No odbc library found skipping odbc
configure: WARNING: «ODBC library — link check failed»
configure: WARNING: No OpenGL headers found, wx will NOT be usable
configure: WARNING:
wxWidgets must be installed on your system.

configure: WARNING: No ‘xsltproc’ command found: the documentation cannot be built
configure: WARNING: No ‘fop’ command found: going to generate placeholder PDF files
configure: error: No curses library functions found
configure: error: /bin/bash ‘/var/cache/omnibus/src/otp_src_R15B02/erts/configure’ failed for erts
—- End output of ./configure —prefix=/opt/chef-server/embedded —enable-threads —enable-smp-support —enable-kernel-poll —enable-dynamic-ssl-lib —enable-shared-zlib —enable-hipe —without-javac —with-ssl=/opt/chef-server/embedded —disable-debug —-
Ran ./configure —prefix=/opt/chef-server/embedded —enable-threads —enable-smp-support —enable-kernel-poll —enable-dynamic-ssl-lib —enable-shared-zlib —enable-hipe —without-javac —with-ssl=/opt/chef-server/embedded —disable-debug returned 1

The text was updated successfully, but these errors were encountered:

Источник

No curses library functions found #17

From a fresh install of Ubuntu 11.10 kerl failed to build R14B04. The build log shows:
configure: error: No curses library functions found
configure: error: /bin/bash ‘/home/bryanhunter/.kerl/builds/r14b04/otp_src_R14B04/erts/configure’ failed for erts

I did a «sudo apt-get update» and tried to build with kerl again and it failed in the same way.

I then did a «sudo apt-get -y install libncurses5-dev». I tried again after that, and everything builds successfully.

Let me know if you need more info (I have a VM snapshot where I can reproduce the problem). Next week I can poke around in kerl. If I’m not too out of my depth and I manage to fix it, I’ll send you a pull request.

The text was updated successfully, but these errors were encountered:

kerl is intended to be a cross-platform tool so it can’t install libraries itself. What was your idea for the pull request?

@yrashk, I think we need something like kerl notes command — which outputs OS&distro-dependent advices like

erlang requires following packages for compilation: [ubuntu_specific_packages_list]

on ubuntu oneiric,

erlang requires following packages for compilation: [rpm_based_distros_packages_list]

on rpm-based distros

RVM (ruby version manager) users surely know what I’m talking of

Some people already have development headers installed, some have not. That was issue @bryanhunter ran into.

Funny, but I hadn’t used kerl until @develop7 asked why I bothered maintaining a shell script (https://gist.github.com/991706) when I could just use kerl. Seemed like a fair question. From the kerl README, I wasn’t clear on scope and assumed it would round up prerequisites. I should have read through the script. 🙂

Sounds like it’s out of scope for kerl, but I wonder what the solution to the problem is. A lot of folks get stuck on the prerequisites («Required Utilities»). Over the summer I mentioned my script in a blog post. More people have read that post now than the rest of my posts combined. Any aspect of Erlang where I can make a contribution should be seen as a weak point in the platform.

It would be cool if getting Erlang set up on Linux was as simple as it is on Windows. Erlang Solutions download packages seems like a good answer, but the 11.04 package bombed for me on Ubuntu 11.10. Maybe the Erlang source should include target-specific prerequisite script and a catch-all «Note: you need utilities X,Y,Z to build» echo message for oddball distros.

Anyway, kerl looks very cool. Look forward to meeting you and learning more at ErlangDC.

Mac Lion 10.7.2
Xcode 4.2 (with gcc-4.2 via upgrade from 4.1)
MacPorts 2.0.3
Erlang R14B03 (required by Riak (goal))

  • ncurses @5.9 (devel)
  • openssl @1.0.0g (devel)
  • readline @6.2.000 (devel)

I am on Debian and also needed to install build-essential package, beacuse my installation didn’t have C compiler binaries.

I suggest to add a section in the README file and start listing dependencies there.

Источник

Русские Блоги

Centos5 установить Цунг

Из-за необходимости использовать tsung для стресс-теста openfire, tsung использует erlang, что приводит к сбою первой установки tsung. Установленный centos5 не содержит пакета разработки erlang. Загрузите его по адресу otp_src_R12B-5.tar.gz после распаковки и войдите в распакованный каталог. Следуйте инструкциям:

В результате я увидел кучу журналов впереди, все было в порядке, но в итоге были две строки ошибок:

checking for tgetent in -lncurses. no

checking for tgetent in -lcurses. no

checking for tgetent in -ltermcap. no

checking for tgetent in -ltermlib. no

configure: error: No curses library functions found

configure: error: /bin/sh ‘/opt/of/software_temp/otp_src_R12B-5/erts/configure’ failed for erts

Бросил долгое время и обнаружил, что ему не хватает зависимости erlang ncurses, потому что это centos, сначала проверь, какой из них отсутствует. На первый взгляд, некоторые из них все еще существуют, но некоторые отсутствуют.

В соответствии с отсутствующими компонентами, установите ncuses отсутствующих компонентов

После того, как установка прошла успешно, перейдите в каталог распаковки erlang. / Сконфигурируйте все нормально, а затем выполните: make тоже нормально, но ошибка make install again:

make[6]: Entering directory `/opt/evas/software_temp/otp_src_R12B-5/lib/common_test/c_src’

../priv/build_rx_lib ../priv make

make[6]: execvp: ../priv/build_rx_lib: Permission denied

make[6]: *** [rx] Error 127

make[6]: Leaving directory `/opt/ of /software_temp/otp_src_R12B-5/lib/common_test/c_src’

make[5]: *** [release_spec] Error 2

make[5]: Leaving directory `/opt/ of /software_temp/otp_src_R12B-5/lib/common_test/c_src’

make[4]: *** [release] Error 2

make[4]: Leaving directory `/opt/ of /software_temp/otp_src_R12B-5/lib/common_test/c_src’

make[3]: *** [release] Error 2

make[3]: Leaving directory `/opt/ of /software_temp/otp_src_R12B-5/lib/common_test/c_src’

make[2]: *** [release] Error 2

make[2]: Leaving directory `/opt/of/software_temp/otp_src_R12B-5/lib/common_test’

make[1]: *** [release] Error 2

make[1]: Leaving directory `/opt/of/software_temp/otp_src_R12B-5/lib’

make: *** [install.libs] Error 2

Эту проблему легче найти. По указанному выше пути найдите в этой директории каталог lib / common_test / priv, относящийся к насилию: chmod 777 build_rx_lib, и затем выполните make install, все нормально. Следующий шаг — продолжить установку tsung, ./configure, make, make install, все нормально, и, наконец, установить эту вещь. Установка Tsung на Ubuntu намного проще.

Источник

Configure Error No Curses Library Functions Found

We have collected for you the most relevant information on Configure Error No Curses Library Functions Found, as well as possible solutions to this problem. Take a look at the links provided and find the solution that works. Other people have encountered Configure Error No Curses Library Functions Found before you, so use the ready-made solutions.

No curses library functions found · Issue #17 · kerl/kerl .

    https://github.com/kerl/kerl/issues/17
    Nov 30, 2011 · The build log shows: configure: error: No curses library functions found configure: error: /bin/bash ‘/home/bryanhunter/.ke. Skip to content Sign up

configure: error: No curses/termcap library found – ServerOK

    https://serverok.in/configure-error-no-curses-termcap-library-found
    Jun 07, 2008 · Skip to content. Home; Services; Contact; configure: error: No curses/termcap library found

The solution of Error:no Curses/termcap Library found

    https://topic.alibabacloud.com/a/the-solution-of-errorno-cursestermcap-library-found_8_8_20225903.html
    Make: * * * No targets specified and no makefile found. Stop. Originally this is still want to ask someone else, later on a thought, some time ago also told himself: …

MySQL :: Re: configure: error: No curses/termcap library found

    https://forums.mysql.com/read.php?11,55362,55378
    Nov 18, 2005 · > checking for termcap functions library. > configure: error: No curses/termcap library found > > I checked the /etc folder , there is a link to > this library to . error: No curses/termcap library found. Lenz Grimmer. November 18, 2005 07:10AM Thanks a lot. Jörg Nowak.

MySQL :: configure: error: No curses/termcap library found

    https://forums.mysql.com/read.php?11,55362
    Nov 18, 2005 · checking for termcap functions library. configure: error: No curses/termcap library found I checked the /etc folder , there is a link to this library to lrwxrwxrwx 1 root root 23 Mar 23 2005 termcap -> /usr/share/misc/termcap

How To Install ncurses Library on a Linux — nixCraft

    https://www.cyberciti.biz/faq/linux-install-ncurses-library-headers-on-debian-ubuntu-centos-fedora/
    Dec 11, 2017 · I have some problem about installing ncurses library on ubuntu 14.04 , i am trying this below two command but no result… 1. sudo apt-get install ncurses-dev 2. sudo apt-get install libncurses5-dev libncursecw5-dev please help me

linux — Installing erlang from tar resulting in errors .

    https://stackoverflow.com/questions/24471705/installing-erlang-from-tar-resulting-in-errors-wondering-how-to-specify-folders
    well.. it depends on what linux do you use.. THe point is: in linux runtime package for any library (that is required for executing application) and developer package (that is required for building application) usually separated.. and developer part (you need exactly this part), has a suffix, -dev for debian based linux (ubuntu, netrunner, mint etc etc) or -devel for redhat based linuxes..

ErLang的安装 configure: error: No curses library functions .

    https://blog.csdn.net/sdsabc2000/article/details/38845595
    在Linux上安装ErLang环境时,如果出现 configure: error: No curses library functions found 提示 ,需要首先安装 ncurses-devel. ErLang的安装 configure: error: No curses library functions found. sdsabc2000 2014-08-26 11:53:07 17189 .

samtools creating difficulties in installtion

    https://www.biostars.org/p/205703/
    ./configure: line 3086: AX_WITH_CURSES: command not found configure: error: curses development files not found The ‘samtools tview’ command uses the curses text user interface library.

Configure Error No Curses Library Functions Found Fixes & Solutions

We are confident that the above descriptions of Configure Error No Curses Library Functions Found and how to fix it will be useful to you. If you have another solution to Configure Error No Curses Library Functions Found or some notes on the existing ways to solve it, then please drop us an email.

Источник

Русские Блоги

Установите erlang и rabbitmq под Linux

I. Erlang установка

1. скачать
Адрес:http://www.erlang.org/downloads/19.1
скачать otp_src_19.1.tar.gz
2. Распаковать под linux
[[email protected] software]# tar -xvf otp_src_19.1.tar.gz
[[email protected] software]# cd otp_src_19.1
3. Установите путь установки и установите путь по умолчанию
[[email protected] otp_src_19.1]# ./configure

Ошибка при установке:
configure: error: No curses library functions found
configure: error: /bin/sh ‘/rabbitmq/otp_src_19.1/erts/configure’ failed for erts
требует установки ncurses
Процесс установки воспроизводится:http://blog.csdn.net/damotiansheng/article/details/40106249

После успешной установки:

4. установка
[[email protected] otp_src_19.1]# make && make install

[[email protected] otp_src_19.1]# erl
Erlang/OTP 19 [erts-8.1] [source] [64-bit] [smp:8:8] [async-threads:10] [hipe] [kernel-poll:false]

Eshell V8.1 (abort with ^G)
1>

Установка завершена, как указано выше, введите halt (). Выход
5. Установите переменные среды
[[email protected] software]# vim /etc/profile

6. Эффективный
[[email protected] software]# source /etc/profile

2. Установка Rabbitmq

1. скачать
Загрузить:http://www.rabbitmq.com/releases/rabbitmq-server/v3.6.1/
select rabbitmq-server-generic-unix-3.6.1.tar.xz
2. Распаковать
[[email protected] software]# xz -d rabbitmq-server-generic-unix-3.6.1.tar.xz
[[email protected] software]# tar -xvf rabbitmq-server-generic-unix-3.6.1.tar
3. Настройте переменные среды
[[email protected] software]# vim /etc/profile

4. Эффективный
[[email protected] software]# source /etc/profile

5. Запустите сервис
[[email protected] software]# cd rabbitmq_server-3.6.1/sbin/
[[email protected] sbin]# ./rabbitmq-server -detached

Запуск: /etc/init.d/rabbitmq-server запуск или запуск службы rabbitmq-service

6. Доступ к странице управления
Создать страницу
[[email protected] sbin]# mkdir /etc/rabbitmq
7. Включить плагин
[[email protected] sbin]# ./rabbitmq-plugins enable rabbitmq_management
Настройка порта Linux. 15672 Веб-интерфейс. Порт 56Q AMQP.

Вложение:
Просмотр статуса:
[[email protected] sbin]# ./rabbitmqctl status
close rabbitmq
[[email protected] sbin]# ./rabbitmqctl stop

http://localhost:15672 Посетите страницу управления

Локальная учетная запись по умолчанию: гость Пароль: гость, но по умолчанию это не удаленный вход, а только локальный вход Чтобы решить, вы должны заново создать пользователя

Просмотр пользователей
[[email protected] sbin]# rabbitmqctl list_users

Добавить пользователей:
[[email protected] sbin]# rabbitmqctl add_user admin admin

Настроить роли
[[email protected] sbin]# rabbitmqctl set_user_tags admin administrator monitoring policymaker management

Источник

Haha! No idea.

Funny, but I hadn’t used kerl until @develop7 asked why I bothered maintaining a shell script (https://gist.github.com/991706) when I could just use kerl. Seemed like a fair question. From the kerl README, I wasn’t clear on scope and assumed it would round up prerequisites. I should have read through the script. :)

Sounds like it’s out of scope for kerl, but I wonder what the solution to the problem is. A lot of folks get stuck on the prerequisites («Required Utilities»). Over the summer I mentioned my script in a blog post. More people have read that post now than the rest of my posts combined. Any aspect of Erlang where I can make a contribution should be seen as a weak point in the platform.

It would be cool if getting Erlang set up on Linux was as simple as it is on Windows. Erlang Solutions download packages seems like a good answer, but the 11.04 package bombed for me on Ubuntu 11.10. Maybe the Erlang source should include target-specific prerequisite script and a catch-all «Note: you need utilities X,Y,Z to build» echo message for oddball distros.

Anyway, kerl looks very cool. Look forward to meeting you and learning more at ErlangDC.

No curses library functions found #17

Comments

bryanhunter commented Nov 30, 2011

From a fresh install of Ubuntu 11.10 kerl failed to build R14B04. The build log shows:
configure: error: No curses library functions found
configure: error: /bin/bash ‘/home/bryanhunter/.kerl/builds/r14b04/otp_src_R14B04/erts/configure’ failed for erts

I did a «sudo apt-get update» and tried to build with kerl again and it failed in the same way.

I then did a «sudo apt-get -y install libncurses5-dev». I tried again after that, and everything builds successfully.

Let me know if you need more info (I have a VM snapshot where I can reproduce the problem). Next week I can poke around in kerl. If I’m not too out of my depth and I manage to fix it, I’ll send you a pull request.

The text was updated successfully, but these errors were encountered:

yrashk commented Nov 30, 2011

kerl is intended to be a cross-platform tool so it can’t install libraries itself. What was your idea for the pull request?

develop7 commented Nov 30, 2011

@yrashk, I think we need something like kerl notes command — which outputs OS&distro-dependent advices like

erlang requires following packages for compilation: [ubuntu_specific_packages_list]

on ubuntu oneiric,

erlang requires following packages for compilation: [rpm_based_distros_packages_list]

on rpm-based distros

RVM (ruby version manager) users surely know what I’m talking of

Some people already have development headers installed, some have not. That was issue @bryanhunter ran into.

bryanhunter commented Nov 30, 2011

Funny, but I hadn’t used kerl until @develop7 asked why I bothered maintaining a shell script (https://gist.github.com/991706) when I could just use kerl. Seemed like a fair question. From the kerl README, I wasn’t clear on scope and assumed it would round up prerequisites. I should have read through the script. 🙂

Sounds like it’s out of scope for kerl, but I wonder what the solution to the problem is. A lot of folks get stuck on the prerequisites («Required Utilities»). Over the summer I mentioned my script in a blog post. More people have read that post now than the rest of my posts combined. Any aspect of Erlang where I can make a contribution should be seen as a weak point in the platform.

It would be cool if getting Erlang set up on Linux was as simple as it is on Windows. Erlang Solutions download packages seems like a good answer, but the 11.04 package bombed for me on Ubuntu 11.10. Maybe the Erlang source should include target-specific prerequisite script and a catch-all «Note: you need utilities X,Y,Z to build» echo message for oddball distros.

Anyway, kerl looks very cool. Look forward to meeting you and learning more at ErlangDC.

steakknife commented Feb 1, 2012

Mac Lion 10.7.2
Xcode 4.2 (with gcc-4.2 via upgrade from 4.1)
MacPorts 2.0.3
Erlang R14B03 (required by Riak (goal))

  • ncurses @5.9 (devel)
  • openssl @1.0.0g (devel)
  • readline @6.2.000 (devel)

kdelchev commented Sep 10, 2014

I am on Debian and also needed to install build-essential package, beacuse my installation didn’t have C compiler binaries.

I suggest to add a section in the README file and start listing dependencies there.

Источник

erlang fails on unbuntu 13.04 — configure: error: No curses library functions found #28

Comments

paulczar commented May 4, 2013

checking whether the emulator should use threads. yes; thread support required and therefore forced
checking whether lock checking should be enabled. no
checking whether lock counters should be enabled. no
checking whether dlopen() needs to be called before first call to dlerror(). no
checking whether the child waiter thread should be enabled. yes on SMP build, but not on non-SMP build
checking for kstat_open in -lkstat. (cached) no
checking for tgetent in -lncurses. no
checking for tgetent in -lcurses. no
checking for tgetent in -ltermcap. no
checking for tgetent in -ltermlib. no
STDERR: configure: WARNING: No odbc library found skipping odbc
configure: WARNING: «ODBC library — link check failed»
configure: WARNING: No OpenGL headers found, wx will NOT be usable
configure: WARNING:
wxWidgets must be installed on your system.

configure: WARNING: No ‘xsltproc’ command found: the documentation cannot be built
configure: WARNING: No ‘fop’ command found: going to generate placeholder PDF files
configure: error: No curses library functions found
configure: error: /bin/bash ‘/var/cache/omnibus/src/otp_src_R15B02/erts/configure’ failed for erts
—- End output of ./configure —prefix=/opt/chef-server/embedded —enable-threads —enable-smp-support —enable-kernel-poll —enable-dynamic-ssl-lib —enable-shared-zlib —enable-hipe —without-javac —with-ssl=/opt/chef-server/embedded —disable-debug —-
Ran ./configure —prefix=/opt/chef-server/embedded —enable-threads —enable-smp-support —enable-kernel-poll —enable-dynamic-ssl-lib —enable-shared-zlib —enable-hipe —without-javac —with-ssl=/opt/chef-server/embedded —disable-debug returned 1

The text was updated successfully, but these errors were encountered:

Источник

Cygwin — configure: error: Missing (n)curses library #480

Comments

zi-l commented Aug 25, 2020

issue

Error configure: error: Missing (n)curses library following command ./configure

however, ncurses is installed.

The text was updated successfully, but these errors were encountered:

zi-l commented Aug 25, 2020 •

there’s a workaround found:
download ncurses (currently v6.2), and build from source

wdoekes commented Sep 16, 2020

Have you tried the latest SIPp?

I just drafted a v3.6.1 that may have already fixed things for you:
https://github.com/SIPp/sipp/releases/tag/v3.6.1

NOTE: Please download sipp-3.6.1.tar.gz from link below instead of Source code (tar.gz). They are both source code, but the latter one is a snapshot of the git v3.6.1 tag and lacks version.h and sipp.1.

Note that 3.6.1 requires CMake.

zi-l commented Sep 21, 2020 •

@wdoekes
I’m not sure whether it is fixed or not.
I did not specify prefix when I installed ncurses , so I remove ncurses via:

  • reinstall ncurses by specifying a prefix ,
  • then remove the file in the environment that can be found in the prefix .

Then install sipp-3.6.1 via command

I have to restore curses.h ncurses_dll.h unctrl.h libncurses.a that I deleted to avoid errors below.

Finally done.

Testing is fine ./sipp -sn uac 127.0.0.1

Источник

CentOS Mutt Configuration

I am trying to setup mutt to work with a Gmail account so I can relay some script outputs. I have used this Lifehacker article Opens a new window as my reference.

Problem is when I connect I get «login failed». I removed the embedded password and tried entering it manually and still no luck. I’ve scoured the /.muttrc file to make sure my variables are entered correctly.

Aside from «login failed» there seems to be no log to start troubleshooting. Help!

  • local_offer Tagged Items
  • CentOS star 4.7
  • Gmail star 4.7

Popular Topics in General Linux

Nope — you have to uninstall mutt and install from source ’cause I don’t think there is any way to set that parameter when installing on CentOS via yum.

Get the source file and run ./configure —enable-debug (along with any options you might want/need — check the README file in the tarball)

Then make and make install.

Check here for more details:

13 Replies

Reading that article, they almost make it seem as though the credentials need to be in all caps. So, just to rule out the simplest, you are putting your username and password in there with the proper case, right?

and see if it shows +DEBUG as a compile option (if it shows -DEBUG you don’t have it). If so, run mutt with debug on and see what it has to say. If you don’t have debug, you might want to recompile mutt with it (I think it is —enable-debug when configuring).

 Reading that article, they almost make it seem as though the credentials need to be in all caps. So, just to rule out the simplest, you are putting your username and password in there with the proper case, right?

 and see if it shows +DEBUG as a compile option (if it shows -DEBUG you don’t have it).

 If so, run mutt with debug on and see what it has to say. If you don’t have debug, you might want to recompile mutt with it (I think it is —enable-debug when configuring).

Do you mean configuring the /.muttrc file? Just add a line anywhere with —enable-debug?

Nope — you have to uninstall mutt and install from source ’cause I don’t think there is any way to set that parameter when installing on CentOS via yum.

Get the source file and run ./configure —enable-debug (along with any options you might want/need — check the README file in the tarball)

Then make and make install.

Check here for more details:

I am getting this error when running ./configure —enable-debug. I looked into ncurses and it is installed and up to date.

As you can probably gather I am somewhat new to Linux.

Hmm. Is this a test server?

‘Cause looks like you are missing some packages and I wouldn’t want to necessarily run you down the road of modifying a production server.

Not sure what you are missing, but I would guess you need to do:

should get you there (that is two packages, gcc and make) or at least get you closer and let you know what other dependencies you might be missing.

Or, to get a whole environment:

But, again, don’t blindly do this on a production machine.

I would suggest posting your muttrc file so we could go over it (second pair of eyes and all that) but you probably don’t want your gmail credentials opened up.

Nope it’s not a production machine. I am trying to create a testbed machine for my RHEL webserver using CentOS. I had already installed Make and GCC. I installed the development tools at your recommendation but the issue remains. Here is the output when trying to run the configure command:

Also I can’t show you my .muttrc file because I uninstalled mutt and removed the configs to start from scratch re-compiling it. but just use the one from the article because I downloaded it and left it untouched, save for my email and credentials.

I installed the devel package of ncurses and it solved that issue. I will reconfigure .muttrc and post my results.

Cool. I was just going to suggest that.

Also, doing a bit of digging, this site might have additional details on setting mutt up for gmail use:

Starting to pull my hair out a bit. For some inexplicable reason when you compile mutt from source it doesn’t enable IMAP or SMTP. sooo

Now I am trying to recompile yet again with 3 flags and it is not install properly. I assume my syntax is wrong. I have tried:

. to no avail. Can you tell me what I am doing wrong, or perhaps even how to compile with all available flags enabled would be another idea?

syntax is incorrect on the configure line — should be

./configure —enable-imap —enable-smtp —enable-debug

You might want to throw —enable-ssl in there as well, since I think gmail requires ssl to connect nowadays. But make sure that openssl is installed first or the configure will fail again.

Which raises a question — were you connecting via ssl to begin with to the gmail server in your muttrc file? ‘Cause you are spending a lot of time with this just to get a debugging tool and if the root cause can be figured out another way then just yum install mutt again and be done with it.

Sorry I typed the syntax wrong in my previous post. I had it right thankfully.

Good news — I got it working. As I said before OpenSSL isn’t enabled by default so I still had to compile from source. I had to install the devel OpenSSL package first. I had to do the same with SASL. Then:

Logged in perfectly. Donges thanks for all the help, could not have done this without you. Cheers

Awesome that it all got sorted.

I may have to try this now.

‘Cause gmail without the personalized sidebar ads might be a great thing.

This topic has been locked by an administrator and is no longer open for commenting.

To continue this discussion, please ask a new question.

Read these next.

SQL Injection.

Hi all,We have a super old legacy application built in asp, running on IIS with a SQL 2012 backend database and I have been asked to look at it as the business owner suspects its time to upgrade.We connect to it on http://cnameofapplicationDoes not even u.

Intermittent ping, wifi, printers

Hi,We have been having intermittent problems for over a month. I have limited networking experience. We are running Windows 2008 R2 servers in VMWare sessions. DC1 is our domain, DHCP and DNS server. At least twice a day, we will have problems: .

System-Root Full — 5230 Appliance

Before I begin, I know this appliance is EOL, but I need to keep it around for historical reasons. I have already reached out to support, they can’t help. I also have posted this on the VOX Community I have an issue with my 5230 appliance (I know it’s .

Snap! — Eyeless Telescope, John Deere Caves, AI-Simulated Voices, Flipper Zero

Your daily dose of tech news, in brief. Welcome to the Snap! Flashback: Back on January 10, 1938: Donald Ervin Knuth, best known for The Art of Computer Programming, is born (Read more HERE.) Bonus Flashback: Back on January 10, 1946: Rad.

Spark! Pro Series — 10 January 2023

Not a lot of tech history today. A few interesting space tidbits, and some great birthdays!Today in History: 10 January 1878 – US Senate proposes female suffrage 1901 – Oil discovered at Spindletop, Beaumont, ma.

Источник

160x600 Hire Freelancers

Search entire site:

Looking for a DevOps or I.T. job? Try ZipRecruiter.

Interested in Bitcoin Competitors but only have US dollars?

Coinbase has many different coins; you can often get $5 of cryptocurrency free if you sign up with Coinbase.

Want to invest in over 150 cryptocurrencies (e.g. altcoins) besides Bitcoin directly with U.S. dollars?  No need to be concerned about trading pairs as long as you have US dollars for over 150 altcoin types.  Try Changelly. (Changelly and Coinbase are not related.)

Continual Integration Recommendations

Would you like to be part of ContinualIntegration.com’s mailing list?  Provide your email address below.

Want your career to move toward cryptocurrency?

Archives

Archives

Categories

Categories


When browsing this website from a VPN IP address, some [useful] advertisement links may not work when clicked as normal. Consider turning off your VPN to click on an ad. Please use the Contact page if there are other problems. The privacy policy is here.

160x600 Fiverr Pro

[root@server52 mysql5.1.23ndb6.2.15]# yum install ncurses-devel

Repository base is listed more than once in the configuration

Repository addons is listed more than once in the configuration

Repository extras is listed more than once in the configuration

Setting up Install Process

Setting up repositories

Reading repository metadata in from local files

Parsing package install arguments

Resolving Dependencies

> Populating transaction set with selected packages. Please wait.

> Downloading header for ncursesdevel to pack into transaction set.

ncursesdevel5.524.2006 100% |=========================|  98 kB    00:00

> Package ncursesdevel.x86_64 0:5.524.20060715 set to be updated

> Downloading header for ncursesdevel to pack into transaction set.

ncursesdevel5.524.2006 100% |=========================|  98 kB    00:00

> Package ncursesdevel.i386 0:5.524.20060715 set to be updated

> Running transaction check

Dependencies Resolved

=============================================================================

Package                 Arch       Version          Repository        Size

=============================================================================

Installing:

ncursesdevel           x86_64     5.524.20060715  base              1.7 M

ncursesdevel           i386       5.524.20060715  base              1.6 M

Transaction Summary

=============================================================================

Install      2 Package(s)

Update       0 Package(s)

Remove       0 Package(s)

Total download size: 3.3 M

Is this ok [y/N]: y

Downloading Packages:

(1/2): ncursesdevel5.5 100% |=========================| 1.7 MB    00:00

(2/2): ncursesdevel5.5 100% |=========================| 1.6 MB    00:00

Running Transaction Test

Finished Transaction Test

Transaction Test Succeeded

Running Transaction

  Installing: ncursesdevel                ######################### [1/2]

  Installing: ncursesdevel                ######################### [2/2]

Installed: ncursesdevel.x86_64 0:5.524.20060715 ncursesdevel.i386 0:5.524.20060715

Complete!

[root@server52 mysql5.1.23ndb6.2.15]#

#linux #erlang #installation #erl

#linux #erlang #установка #erl

Вопрос:

У меня было вдохновение начать возиться с Erlang, и у меня возникли проблемы с его установкой… Я использую Linux Mint 16 (petra). Я установил зависимости, а затем загрузил otp_src_17.1.tar.gz и побежал ‘tar -zxf otp_src_17.1.tar.gz Затем я запустил файл ./configure, который выдал мне некоторые ошибки, из-за которых невозможно было запустить make.

Это ошибки, которые я получаю (на самом деле то, что я сделал, я сделал ./configure > configure.txt чтобы получить все строки, которые он печатает по мере настройки, и он по-прежнему удобно выводит на консоль все, что содержит ошибки — аккуратно)

 configure: WARNING: No odbc library found skipping odbc
configure: WARNING: "ODBC library - header check failed"
configure: WARNING: "ODBC library - link check failed"
rm: remove write-protected regular file './CONF_INFO'? 
configure: WARNING: No GLU headers found, wx will NOT be usable
/home/core/Desktop/otp_src_17.1/lib/wx/./configure: line 5195: wx-config: command not found
/home/core/Desktop/otp_src_17.1/lib/wx/./configure: line 5893: ./CONF_INFO: Permission denied
configure: WARNING:
                wxWidgets must be installed on your system.

        Please check that wx-config is in path, the directory
        where wxWidgets libraries are installed (returned by
        'wx-config --libs' or 'wx-config --static --libs' command)
        is in LD_LIBRARY_PATH or equivalent variable and
        wxWidgets version is 2.8.4 or above.
rm: remove write-protected regular file 'doc/CONF_INFO'? 
/home/core/Desktop/otp_src_17.1/erts/configure: line 6466: doc/CONF_INFO: Permission denied
configure: WARNING: No 'xsltproc' command found: the documentation cannot be built
/home/core/Desktop/otp_src_17.1/erts/configure: line 6513: doc/CONF_INFO: Permission denied
configure: WARNING: No 'fop' command found: going to generate placeholder PDF files

configure: error: No curses library functions found
configure: error: /bin/bash '/home/core/Desktop/otp_src_17.1/erts/configure' failed for erts
  

Дело в том, что я знаю, что у меня есть библиотека ncurses, о чем свидетельствует тот факт, что когда я делаю «sudo apt-get install ncurses-base ncurses-bin», в нем говорится:

 Reading package lists... Done
Building dependency tree       
Reading state information... Done
ncurses-base is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
  

Когда я запускаю «locate ncurses», это дает мне следующее:

 /lib/i386-linux-gnu/libncurses.so.5
/lib/i386-linux-gnu/libncurses.so.5.9
/lib/x86_64-linux-gnu/libncurses.so.5
/lib/x86_64-linux-gnu/libncurses.so.5.9
/lib/x86_64-linux-gnu/libncursesw.so.5
/lib/x86_64-linux-gnu/libncursesw.so.5.9
/usr/bin/ncurses5-config
/usr/bin/ncursesw5-config
/usr/lib/vlc/plugins/gui/libncurses_plugin.so
/usr/share/doc/libncurses5
/usr/share/doc/libncursesw5
/usr/share/doc/ncurses-base
/usr/share/doc/ncurses-bin
/usr/share/doc/ncurses-base/changelog.Debian.gz
/usr/share/doc/ncurses-base/copyright
/usr/share/doc/ncurses-bin/FAQ
/usr/share/doc/ncurses-bin/changelog.Debian.gz
/usr/share/doc/ncurses-bin/copyright
/usr/share/lintian/overrides/ncurses-base
/usr/share/man/man1/ncurses5-config.1.gz
/usr/share/man/man1/ncursesw5-config.1.gz
/var/cache/apt/archives/libncurses5_5.9 20130608-1ubuntu1_i386.deb
/var/lib/dpkg/info/libncurses5:amd64.list
/var/lib/dpkg/info/libncurses5:amd64.md5sums
/var/lib/dpkg/info/libncurses5:amd64.postinst
/var/lib/dpkg/info/libncurses5:amd64.postrm
/var/lib/dpkg/info/libncurses5:amd64.shlibs
/var/lib/dpkg/info/libncurses5:amd64.symbols
/var/lib/dpkg/info/libncurses5:i386.list
/var/lib/dpkg/info/libncurses5:i386.md5sums
/var/lib/dpkg/info/libncurses5:i386.postinst
/var/lib/dpkg/info/libncurses5:i386.postrm
/var/lib/dpkg/info/libncurses5:i386.shlibs
/var/lib/dpkg/info/libncurses5:i386.symbols
/var/lib/dpkg/info/libncursesw5:amd64.list
/var/lib/dpkg/info/libncursesw5:amd64.md5sums
/var/lib/dpkg/info/libncursesw5:amd64.postinst
/var/lib/dpkg/info/libncursesw5:amd64.postrm
/var/lib/dpkg/info/libncursesw5:amd64.shlibs
/var/lib/dpkg/info/libncursesw5:amd64.symbols
/var/lib/dpkg/info/ncurses-base.conffiles
/var/lib/dpkg/info/ncurses-base.list
/var/lib/dpkg/info/ncurses-base.md5sums
/var/lib/dpkg/info/ncurses-bin.list
/var/lib/dpkg/info/ncurses-bin.md5sums
  

Я в недоумении относительно того, что делать дальше. Спасибо за любую помощь

Ответ №1:

Я считаю, что вам нужно установить ncurses-dev

Комментарии:

1. sudocore @core ~ $ sudo apt-get install ncurses-dev [sudo] пароль для ядра: чтение списков пакетов… Завершено построение дерева зависимостей, считывающее информацию о состоянии… Готовый пакет ncurses-dev недоступен, но на него ссылается другой пакет. Это может означать, что пакет отсутствует, устарел или доступен только из другого источника E: пакет ‘ncurses-dev’ не имеет кандидата для установки

2. ну .. это зависит от того, какой linux вы используете.. Дело в том, что в Linux пакет времени выполнения для любой библиотеки (который требуется для выполнения приложения) и пакет разработчика (который требуется для создания приложения) обычно разделены.. и часть разработчика (вам нужна именно эта часть), имеет суффикс -dev для linux на базе debian (ubuntu, netrunner, mint и т. Д. И т. Д.) Или -devel для linux на основе redhat.. Я не знаю, какой linux вы используете, поэтому попытайтесь найти часть разработки библиотеки ncurses в вашем дистрибутиве. это могут быть ncurses-devel, ncurses-dev, libncurses-dev, libncurses5-dev или -devel и т. Д. И т. Д.

3. Я использую linux mint 16 petra. Допустим, я знаю, где находится библиотека ncurses на моем компьютере. Как мне указать это во время установки?

4. Может быть, это? sudo apt-get install libncurses5-dev

5. Установить его на Windows / Mac намного проще, я прекратил разработку erlang на Linux, не беспокойтесь

Ответ №2:

‘sudo yum install ncurses-devel.x86_64’ перед запуском./configure работал для меня просто отлично. Fedora 21 x64, кстати.

После того, как я извлек tar, документация была в ‘/opt_src_{version}/HOWTO/INSTALL.md. Содержимое которых гласит:

Необходимые утилиты

Это инструменты, необходимые для распаковки и сборки Erlang / OTP.

ПРЕДУПРЕЖДЕНИЕ: Пожалуйста, ознакомьтесь с главой [Известные проблемы с платформой] [], прежде чем начать.

Распаковка

  • GNU unzip или современный uncompress.
  • Программа TAR, которая понимает формат GNU TAR для длинных имен файлов.

Сборка

  • GNU make
  • Компилятор — компилятор GNU C gcc или интерфейс компилятора C для LLVM, clang .
  • Perl 5
  • GNU m4 — Если включена поддержка HiPE (native code). HiPE можно отключить с помощью --disable-hipe
  • ncurses , termcap , или termlib — Необходимы заголовки и библиотеки разработки, часто известные как ncurses-devel . Используйте --without-termcap для сборки без каких-либо из этих библиотек. Обратите внимание, что в этом случае можно использовать только старую оболочку (без какого-либо редактирования строк).
  • sed — Редактор потоков для базового преобразования текста.

ncurses просто оказался единственным необходимым пакетом, который я не установил на этой виртуальной машине для разработки. Таким образом, ваш пробег может отличаться.

Это был вывод «locate ncurses» после того, как я установил библиотеку ncurses:

/usr/lib64/libncurses .so.5
/usr/lib64/libncurses .so.5.9
/usr/lib64/libncurses w.so.5.5
/usr/lib64/libncurses w.so.5.9
/usr/lib64/libncurses.so.5
/usr/lib64/libncurses.so.5.9
/usr/lib64/libncursesw.so.5
.5 /usr/lib64/libncursesw.so.5.9
/usr/share/doc/ncurses
/usr/share/doc/ncurses-база
/usr/share/doc/ncurses/ANNOUNCE
/usr/share/doc/ncurses/AUTHORS
/usr/share/doc/ncurses/NEWS.bz2
/usr/share/doc/ncurses/README
/usr/share/doc/ncurses/TO-DO
/usr/share/doc/ncurses-base/README
/usr/share/licenses/ncurses-base
/usr/share/licenses/ncurses-base/КОПИРОВАНИЕ

Итак, я бы сказал, что в OP была установлена поврежденная / неправильная установка ncurses. Я просто публикую это здесь, потому что это был результат Google № 1, который я получил, когда мне было лень использовать RTFD.

Комментарии:

1. проблема заключалась в том, что Windows — зло

Ответ №3:

Одной из альтернатив является использование опции « --without-termcap «

в файле otp_src_18.0 / configure говорится:

—без-termcap не используйте библиотеки
termcap (ncurses, curses, termcap, termlib)

 ./configure --prefix=/home/username/erlang/18.0 --without-termcap
  

Установите переменную PATH, как показано ниже.

 export PATH=$PATH=/home/username/erlang/18.0/bin
  

Хотя не уверен в последствиях. 🙂
Надеюсь, это кому-то поможет.

Понравилась статья? Поделить с друзьями:
  • Configure error lzo enabled but missing openvpn
  • Configure error libxml2 library not found zabbix
  • Connection refused код ошибки
  • Connection refused socket error 10061 connection refused socket error 10061
  • Connection refused no further information minecraft как исправить