Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Debian Install Pre-requisites Don't Exist? #1

Open
bepstein111 opened this issue Dec 2, 2024 · 0 comments
Open

Debian Install Pre-requisites Don't Exist? #1

bepstein111 opened this issue Dec 2, 2024 · 0 comments

Comments

@bepstein111
Copy link

Hi there-
I'm attempting to get an asterisk server setup to interface with my home phone line, and while trying to compile dahdi, I'm running into multiple issues, one might be caused by another. First of all, your example command is actually two commands glommed together:
apt-get -y install gcc g++ automake autoconf libtool make libncurses5-dev flex bison patch libtool autoconf linux-headers-$(uname -r) sqlite3 libsqlite3-dev **_\\_** apt-get -y install gcc libncurses-devel kernel-devel kernel-smp-devel gcc-c++ libnewt-dev zlib-devel unixODBC-devel libtool make

Simple enough fix.

Second, while trying to install the pre-requisites, the following packages don't exist in the standard bullseye repos from a fresh install:

  • libncurses-devel
  • kernel-devel
  • kernel-smp-devel
  • gcc-c++
  • zlib-devel
  • unixODBC-devel

Debian dev packages are typically titled with the "-dev" convention, so I tried that instead of -devel, and that got libncurses-dev to install, but none of the others existed. Not sure where to go from here because,

Third, when running tools/bootstrap.sh, I am informed that:

aclocal: error: 'configure.ac' is required
autoconf: error: no input file
autoheader: error: 'configure.ac' is required

Which doesn't even sound (to me at least) like a pre-requisite problem, just a missing file? Am thinking correctly?

Thanks,
bepstein111

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant