简体   繁体   English

在共享主机上安装git - ./configure:没有这样的文件或目录

[英]Installing git on shared hosting - ./configure: no such file or directory

Im trying to install git on shared hosting - (via SSH, gcc --version returns number) I downloaded the lasted git from GitHub: wget https://github.com/git/git/archive/v1.8.4.2.tar.gz then extracted it to a folder: tar zxvf v1.8.4.2 and navigated to the git folder: cd git-v1.8.4.2 . 我试图在共享主机上安装git - (通过SSH, gcc --version返回数字)我从GitHub下载了持续的git: wget https://github.com/git/git/archive/v1.8.4.2.tar.gz然后将其解压缩到一个文件夹: tar zxvf v1.8.4.2并导航到git文件夹: cd git-v1.8.4.2

then tried to install it: ./configure prefix=/home/$USER --with-curl --with-expat . 然后尝试安装它: ./configure prefix=/home/$USER --with-curl --with-expat

在此输入图像描述

the command returned bash: ./cofigure.ac: No such file or directory . 命令返回bash: ./cofigure.ac: No such file or directory its seems like there is no configure file? 它似乎没有配置文件? why? 为什么? there is another file to configure? 还有另一个要配置的文件?

i saw there is a file named configure.ac and started it. 我看到有一个名为configure.ac的文件并启动它。 not worked: 没工作:

git共享主机configure.ac

what is the problem? 问题是什么? how I can configure git before installing? 如何在安装之前配置git?

Just type 只需输入

make configure

to create the configure file. 创建配置文件。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 在共享主机上安装 Ghost CMS - Installing Ghost CMS on a shared hosting 在 Godaddy 共享主机上安装 Ruby - Installing Ruby on Godaddy Shared Hosting 共享主机上的绝对路径:安装Smarty - Absolute path on shared hosting: Installing Smarty 在 Godaddy 共享 Linux 主机上安装 Nodejs 时出错 - Error while installing Nodejs on Godaddy Shared Linux Hosting 在共享主机上编译32位Linux的git - Compile git for 32-bit linux on shared hosting OSError: libespeak.so.1: cannot open shared object file: No such file or directory notsolved after install espeak and libespeak1 - OSError: libespeak.so.1: cannot open shared object file: No such file or directory n ot solved after installing espeak and libespeak1 ./configure-无需任何此类文件或目录 - ./configure--with-boost no such file or directory 配方文件安装在其他目录中 - Recipe file installing in different directory 从文件夹安装npm会给Wikimedia软件包带来git错误,尽管已经安装了依赖项(共享主机) - for npm install from folder gives git error for wikimedia packages despite dependencies already being installed (shared hosting) 编译并安装选定版本的git后,如何强制共享主机使用我的版本? - Once I compile and install chosen version of git, how do I force the shared hosting to use my version?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM