Questions tagged [source]
82 questions
0
votes
3 answers
Installing git from source on OS X - exec-path error
I'm trying to install git from source using
make prefix=/Users/gareth/local/git install
but after installation nothing works properly, the commands all fail with, for example
git: 'pull' is not a git-command. See 'git --help'.
After some research…

Gareth
- 1,416
- 2
- 11
- 12
0
votes
1 answer
apt-get source: Unknown command "source"
Following this tutorial, I'm stuck a this line:
$ apt-get source lighttpd
Unknown command "source"
aptitude 0.6.8.2
Why does my apt-get/aptitude does not support this command?
I don't know if this has something to do with this, but my sources.list…

dummy
- 241
- 2
- 6
0
votes
1 answer
Installing OS-programs in linux
A previous user asked a question on where to install applications, and the answer spells out how the directories are used, however, as the answer says, when you use make install for a system daemon like sshd or ntpd it typically puts the results in…

Tyler Durden
- 477
- 1
- 6
- 16
0
votes
2 answers
Getting the executed source from bash
Okay, this is a last attempt to see if I can salvage something I accidentally did.
I accidentally did "command > ~/.profile" instead of "command >> ~/.profile" on my computer.
I didn't have it version controlled (never happening again), and since…

Hassan Shahid
- 103
- 1
0
votes
1 answer
Failed to build rpm from source
I want to build a package from source, basically all I did was downloading Percona-Server-56-5.6.12-rc60.4.393.rhel6.src.rpm and adding -DWITH_INNODB_MEMCACHED=ON to spec…

rabotalius
- 109
- 1
- 5
0
votes
1 answer
Debian upgrade Nginx from source
I've installed Nginx 1.2.1 from apt-get install in my Debian 7 instance (Google Compute Engine).
In order to install Pagespeed mod for Nginx, I will need to compile Nginx from the source code to add pagespeed module.
But I have difficulties…

Thong Tran
- 101
- 1
0
votes
1 answer
Where to find source of an Amazon EC2 compatible kernel
I have some issues with finding the source code of Amazon EC2 compatible kernels. There is a tutorial in Amazon EC2 documentation of how to run instances with custom kernels, but those must be from the Amazon EC2 compatible kernels. It is hard to…

Dimos
- 11
- 2
0
votes
3 answers
Duplicate rsync source
i sync my master and slave servers using rsync, but recently my source hard disk is going out of free space, so i copied (native copy using cp) source files to a new high capacity hard disk. but after replacing the source hard disk my slave server…

Mehdi
- 103
- 3
0
votes
1 answer
Both bashrc and bash_profile won't seemingly source? VirtualMin Clean install
I am not too familiar with this level of management on a nix server however I am unable to get either the bashrc or bash_profile to source at login.
Details about the server:
Centos 6.0 - Basic GUI installation
Virtualmin Server Manager
I am…

Mallow
- 144
- 2
- 9
0
votes
1 answer
Linux Program Source Management
This particular problem has little do with SubVersion Repositories and more to do with the management of installed programs. My question revolves around the problem of installing a program from source. If I where to build a distro with no package…

Blackninja543
- 195
- 1
- 1
- 9
0
votes
1 answer
Another NGINX & PHP set up failure
I'm trying to set up NGINX with PHP and FPM. No installation errors, NGINX and PHP-FPM are running (I can see them with ps aux | gre nginx and ps aux | grep php). HTML pages are working fine.
Browsing to mysite/test.php just shows the PHP source…

jwbensley
- 4,202
- 11
- 58
- 90
0
votes
2 answers
Problem with compiling PHP on Centos
Im trying all day compile the newest PHP from source. At first after configure, make, make install there was no libphp5.so anywhere on system(problem with PHP SAPI module CGI instead apache2handler), after downloading the source one more time and…

B14D3
- 5,188
- 15
- 64
- 83
0
votes
1 answer
Cisco ASA 5520 and "source routing based"
I have a Cisco ASA 5520 (8.3.x) with 3 interface active.
One HDSL internet connection (outsite1), one ADSL internet connection (outside2) and one for internal LAN (inside).
The default gateway is the HDSL connection.
I'm interesting to routing the…

SmV
- 25
- 1
- 5
0
votes
3 answers
Making a .so file for Apache
I am using CentOS 5.
I am trying using Mod_Security which requires liblua. I was not able to find lua on the default repos. I prefer not to use any third party repos. This in mind, I downloaded the lua source from the offical site. After compiling…

Joshua Enfield
- 3,454
- 8
- 42
- 59
0
votes
2 answers
Build Freebsd from source (LFS like)
Do you know any project/document similar to Linux from Scratch for FreeBSD?
Any pointers to build FreeBSD from scratch is appreciated. It is for learning purpose similar to LFS.

user39184
- 163
- 2
- 6