Questions tagged [make-install]

50 questions
0
votes
1 answer

Make error installing DBD::Informix module

I am running the make on the DBD::Informix module and I am getting an error that it can't create the Informix.so file. If you take a look at the first step it did for the make it removed the original Informix.so file. But it looks like an…
BV45
  • 605
  • 3
  • 10
  • 27
0
votes
1 answer

make install tries to copy a file twice

I'm trying to build a package from source. The ./configure and make steps work out, but sudo make install or sudo checkinstall results in an error: As we can see drbd is listed twice in the /usr/bin/install -c line. The problem is I don't really…
Pavel A
  • 111
  • 2
-1
votes
1 answer

How to install upgrade to new version of awstats Linux / UNIX *.tar.gz tarball files

I currently have awstats 7.0 which is from 2010. I would like to update to current stable relase, which is awstats 7.3 I tried tar zxf awstats-7.3.tar.gz cd awstats-7.3 ls -al drwxr-xr-x 5 puter puter 4096 Jan 29 2014 . drwxr-xr-x 4 puter puter…
bay
  • 35
  • 3
-1
votes
1 answer

Error in installing Mesos.make and make check works fine but its giving an error while running make install

Error in installing Mesos.make and make check works fine but its giving an error while running make install /bin/mkdir -p '/home/nitk/mesos-0.13.0/include/mesos' /usr/bin/install -c -m 644 ../../include/mesos/executor.hpp…
-2
votes
1 answer

Install packages with `make install`

I've installed a package (vim) in my raspberry pi (debian 11) by cloning the GitHub repository and running the commands make and make install as it's explained here https://tecadmin.net/install-vim-linux/ What I typed: sudo apt install git make…
Reds
  • 1
  • 1
  • 2
1 2 3
4