Questions tagged [fedora-23]

Questions related to fedora release 23 should use this tag.

68 questions
7
votes
3 answers

What is the best way to install OpenCv in Fedora?

I tried compiling it from source, but it turns out many libraries are missing like the Nonfree. Is it advisable to install it with dnf ? I have Fedora 23
alchemist95
  • 759
  • 2
  • 9
  • 26
4
votes
0 answers

How to start a systemd service after user login and stop it before user logout

I have a Fedora 23 Machine. I have a directory/file synchronizing bash script that synchronizes my local /home directory to a remote directory (in a NAS machine). I run it manually but I would like to create a systemd service and make it more…
GeorgeKaf
  • 599
  • 8
  • 23
3
votes
0 answers

Access Telegram-CLI by php

I want to access the Telegram-CLI using PHP. I'm compiled Telegram-CLI and loged in to my account, and its works like a charm. I installed LAMP ([in Linux], Apache, MySQL, PHP) and i tested them works. I even installed these [following] PHP…
Rancbar
  • 184
  • 12
3
votes
2 answers

ncurses not found when trying to build vim

I am trying to build vim in my user dir after recently upgraded to Fedora 23 I have ncurses and ncurses-devel [root@statquant-laptop lib]# dnf install ncurses Last metadata expiration check performed 1:09:48 ago on Sat Jan 9 10:33:06 2016. Package…
statquant
  • 13,672
  • 21
  • 91
  • 162
2
votes
0 answers

install google chrome in fedora 23

I'm trying to install google-chrome on fedora 23. I have followed this page: https://ask.fedoraproject.org/en/question/73302/how-to-install-google-chrome-in-fedora/ And this is error i get: Error: nothing provides libssl3.so(NSS_3.28)(64bit)…
Ali Farhoudi
  • 5,350
  • 7
  • 26
  • 44
2
votes
1 answer

cmake and make unable to compile YAP in Fedora 23

This is kind of a specific question, but, I am unable to get cmake and make to compile Yet Another Prolog in Fedora 23. Cloned the latest repo on Github, YAP 6.3.4. My friend ran cmake and make successfully on the identical clone on his Funtoo…
safulop
  • 33
  • 2
2
votes
1 answer

How to build chromium with minimum features

I am trying to build chromium with minimal features using Fedora 23 64bit. I followed the link from cef website did the below steps. installed depot_tools package mkdir chromium cd chromium fetch --no-history --no-hooks chromium cd src gclient…
Fedora User
  • 21
  • 1
  • 3
2
votes
1 answer

Can't configure apache (httpd) on fedora 23

I installed httpd (apache), it does not work, in log file i got this errors -> [Mon Jun 27 18:59:26.121033 2016] [proxy:error] [pid 3827] (2)No such file or directory: AH02454: FCGI: attempt to connect to Unix domain socket /run/php-fpm/www.sock…
A'zam Mamatmurodov
  • 370
  • 1
  • 5
  • 14
2
votes
0 answers

Fedora 23: AKMODS - Failed to start Builds and Install new kmods from akmod packages

A few days ago, I updated my Fedora installation then the battery died and the system shutdown. When I plugged it back in and booted, I got the above error and I was unable to log into to graphical desktop, as well as a suggestion to take a look at…
ms_nitrogen
  • 240
  • 1
  • 14
2
votes
2 answers

RubyGems Building Native Extensions Fails on Fedora 23

First I Try: gem install rails It Produces: Building native extensions. This could take a while... ERROR: Error installing rails: ERROR: Failed to build gem native extension. /usr/bin/ruby extconf.rb checking if the C compiler accepts…
kingsfoil
  • 3,795
  • 7
  • 32
  • 56
1
vote
1 answer

Fedora Legacy Releases; Cannot Locate on Site

I am looking for a Fedora 23 distribution. Currently Fedora is on version 27 as suggested by its homepage. https://getfedora.org/ I cannot seem to find any legacy releases on the Fedora Project website. Does Fedora not keep their legacy releases?
John Frye
  • 255
  • 6
  • 22
1
vote
1 answer

Recording with arecord stops after 1h 33m Under Fedora 23

I'm using this command to record audio in Linux Fedora 23 /usr/bin/arecord -d 11400 -D hw:1,0 -f S32_LE -c2 -r48000 -t wav | lame -b 192 - longrec.mp3 >> output.txt 2>&1 & echo $! Basically I want an mp3 record of 3 hours and 10 minutes (11400…
Miro Barsocchi
  • 343
  • 1
  • 3
  • 15
1
vote
2 answers

Unable to install Laravel via Composer

I'm getting an error while trying to install Laravel using Composer. I also had the same problem trying to install composer itself, was getting "Connection Timed-out", so I had to download composer.phar manually. I'm using Fedora 23. Here's my…
Mathenge
  • 49
  • 2
  • 11
1
vote
1 answer

"Curl error (5): Couldn't resolve proxy name" error

I am trying to install php on my system using command 'sudo yum install php-common'. But it is giving following error Error: Error downloading packages: Curl error (5): Couldn't resolve proxy name for…
abcd
  • 11
  • 1
  • 3
1
vote
0 answers

R fedora package .lme4 error on install RcppEigen.h missing

Attempts to install package lme4 result in: cpp -o external.o In file included from external.cpp:8:0: predModule.h:12:23: fatal error: RcppEigen.h: No such file or directory compilation terminated. /usr/lib64/R/etc/Makeconf:139: recipe for target…
dan sawyer
  • 193
  • 1
  • 1
  • 12
1
2 3 4 5