Questions tagged [make-install]

50 questions
0
votes
0 answers

trouble with make install

ALL, I'm trying to test my program on Linux. I have a Gentoo box that recently was updated and now I'm trying to build my application. Before the update I was using wxWidgets-3.1.4 amd now after the update I built 3.1.7. I usse Anjuta as an IDE, and…
Igor
  • 5,620
  • 11
  • 51
  • 103
0
votes
1 answer

Jupyter Notebook Unable to Configure and Install Library

I am trying to install exafmm to use in Python 3.8 using Jupyter notebook. It should be simple, and so I don't know what the problem is. I've been stuck and unable to solve this. When I run the code, I get the error File…
0
votes
0 answers

Make install PHP 7.4.9 with Ubuntu 12.04 Error

Downlaod PHP 7.4.9 source from php.net. ./configure ./configure --prefix=/opt/php74 --with-config-file-path=/opt/php74/etc --sysconfdir=/opt/php74/etc --with-config-file-scan-dir=/opt/php74/etc/conf.d --with-icu-dir=/usr/local/icu --enable-bcmath…
0
votes
0 answers

How to install python files for a target (including python files of dependent targets) with CMake?

I have requirement to create different targets for different group of python files in my project. Any target can be dependent on one or more set of targets. During, make install the files associated with specific targets, shall be copied to some…
Vinay
  • 107
  • 1
  • 3
  • 15
0
votes
1 answer

How to improve make and make install's speed in centos?

Sometimes use make and make install mysql or python, the process of those are very slow. how cloud i speed up the process of make or make install in centos?
auggie321
  • 41
  • 5
0
votes
0 answers

ERROR: git can't find remote helper for https on SUSE 12.4

On SUSE version 12.4 the git installation is made through binaries 2.12.2 (OFFLINE). libcurl, expat and openssl are already installed COMMANDS: CPPFLAGS="-I $HOME/include" LDFLAGS="-L$HOME/lib -L$HOME/lib64" ./configure --with-curl=$HOME…
0
votes
1 answer

Error pertaining to installation of PHP 7.2 in AIX 7.2 machine while running "make install"

I am installing PHP 7.2 on AIX 7.2 machine from source along with Apache 2.4. Used the following command's in the order. No errors in step 1 and 2. 1) ./configure --prefix=/opt/php/install --with-config-file-path=/opt/php/install…
Shankar
  • 3
  • 5
0
votes
1 answer

GTSAM install failed

i had tried and search over google but there is no solution for this. could somebody tell me how to fix this. machine: ubuntu 16.04 ipin@LT-061-2017-OCT:~/gtsam/gtsam-3.2.1/build$ make install [ 2%] Built target CppUnitLite [ 9%] Built…
zhang yu
  • 45
  • 1
  • 4
0
votes
0 answers

Building FreeRDP and make install error: field ‘des3_ctx’ has incomplete type

I was trying to install FreeRDP server using the link : https://github.com/FreeRDP/Remmina/wiki/Compile-on-Ubuntu-16.04 I hit to the below error during make and make install [ 25%] Building C object…
Harry
  • 3,072
  • 6
  • 43
  • 100
0
votes
0 answers

building rpm creates /usr/lib/rpm/rpmrc, yet rpm executable requires /usr/local/lib/rpm/rpmrc

I have built rpm (Version 4.14.1) with the usual trilogy: ./configure --prefix=/usr make make install This went without error and the rpm executable was installed, as expected, into /usr/bin/rpm. When I then tried to execute rpm, it wouldn't do…
René Nyffenegger
  • 39,402
  • 33
  • 158
  • 293
0
votes
0 answers

is compilation and installation possible on two different machines ?

I have developed an Django app that uses few python dependencies that uses a software called "openbabel-2.4.2", which can be compiled through "Cmake" when I am trying to install this "openbabel-2.4.2" on "pythonanywhere.com" free account,…
jax
  • 3,927
  • 7
  • 41
  • 70
0
votes
1 answer

Create FreeXL rpm for CentOS 7: spec file?

I'm trying to build a spec file to create rpm for FreeXL con CentOS 7. If I try to execute these steps manually tar xzf freexl-1.0.2.tar.gz cd freexl-1.0.2 export MAKEFLAGS='-j2' ./configure --prefix=/usr/local && make && make install all works…
Cesare
  • 1,629
  • 9
  • 30
  • 72
0
votes
0 answers

Failed to install Facebook Folly in EC2 machine

I am trying to install - [Gorilla (Beringei)][1]. But it is failing while installing Folly facebook project. Script that I ran - #!/bin/bash set -e FB_VERSION="2017.04.24.00" ZSTD_VERSION="1.1.1" echo "This script configures ubuntu with everything…
devsda
  • 4,112
  • 9
  • 50
  • 87
0
votes
3 answers

Uninstalling Python3.5 from Linux RHEL

I installed Python3.5 in Linux machine using configure, make, make install and made it default over existing Python2.6 . Now I want to uninstall Python 3.5 as it is not supporting zlib. How do I uninstall default Python 3.5. Linux is RHEL6.7.
Alex
  • 21
  • 1
  • 5
0
votes
1 answer

Why ejabberd web admin has less option on compile and install?

I installed ejabberd on my mac my two different ways Using installer from this link. Using source code from this link. I got issue on installing by second method but I manage to install it but after install everything is fine but I don't know the…
Varun Naharia
  • 5,318
  • 10
  • 50
  • 84