Questions tagged as 'ubuntu'

1
answer

apt - Apache2 package does not have "apache2.conf"

I recently started using Ubuntu 16.04 I'm following this tutorial to install LAMP. sudo apt-get install apache2 After encountering several errors, I noticed that the package is coming without the apache configuration file , apache2.c...
asked by 22.01.2017 / 23:34
1
answer

Terminal: program not installed [closed]

After I uninstall some programs every time I open the terminal the following message appears    The 'rbenv' program is not currently installed. You can install it by typing:   sudo apt install rbenv How do I remove this message?     
asked by 30.10.2016 / 10:38
1
answer

How to install PHP7 on * unix

I decided to test a unix-like system (Linux Mint) to learn more, and I need to install PHP7, because PHPtherightway sent . I have already installed apache2 via Terminal and Mysql. I know there is a way to install PHP7 via the terminal, but acc...
asked by 14.02.2016 / 01:23
1
answer

Ubuntu Cordova - Build with problem

I'm uploading the cordova on Ubuntu 64, but I'm having a build problem. [Error: Failed to find 'ANDROID_HOME' environment variable. Try setting setting it manually. Failed to find 'android' command in your 'PATH'. Try update your 'PATH' to inc...
asked by 26.01.2016 / 19:54
1
answer

Can not execute binary file: Exec format error

I'm trying to run a code on Linux and I'm getting this message:    Can not execute binary file: Exec format error I did some research and this could be because of the structure of my pc, but from what I see my pc has the right structure f...
asked by 17.09.2015 / 08:39
1
answer

Error loading extension mcrypt: extension "mcrypt" must be loaded [closed]

I'm trying to install magento locally but the same accuses;    PHP extension "mcrypt" must be loaded. I already installed curl and gd but nothing I do to install mcrypt works, I already tried ... sudo apt-get install php5-...
asked by 14.09.2015 / 21:52
1
answer

Configure Apache2 with PHP 5.6 to use FuelPHP

Well come on, I use ubuntu , php5.6 , apache2 , mysql-server %% FuelPHP . And while I'm using the% xampp that can certinho run my applications (however I have to start him always and he will not let me log in with more than one user). So I...
asked by 12.06.2015 / 17:15
1
answer

Failed to do bundle install

Good afternoon, I'm having a little problem when I bundle install : /usr/local/bin/ruby extconf.rb *** extconf.rb failed *** Could not create Makefile due to some reason, probably lack of necessary libraries and/or headers. Check the mk...
asked by 13.04.2015 / 14:44
1
answer

How to compile and run C program using Sublime Text in Ubuntu 12.04?

Is it possible to configure Sublime Text 2 so that it compiles a code in C and then execute and show the result in the terminal?     
asked by 21.03.2015 / 06:55
2
answers

Ignore \ n no with bash

Hello, I have a PHP script that I run on a server, I put it in a cron. For security and maintenance reasons I write the entire STDERR return to a file, but even though the file does not return anything it writes a "\ n" line break in the file ho...
asked by 26.02.2015 / 14:48