Questions tagged [lampp]

An abbreviation for "Linux, Apache, MySQL, PHP, and Perl"; an interoperable group of open-source computer programs.

An abbreviation for "Linux, Apache, MySQL, PHP, and Perl"; an interoperable group of open-source computer programs.

Since its creation, the LAMP model has been adapted to other componentry, though typically consisting of free and open-source software. For example, an equivalent installation on the Microsoft Windows family of operating systems is known as .

Use this tag for programming questions related to the LAMP programs.

Source: Wikipedia

292 questions
2
votes
1 answer

RockMongo, "Unable to load dynamic library '/.../mongo.so' - wrong ELF class: ELFCLASS64 in Unknown"

I just installed RockMongo by extracting all the files to a lampp web folder /opt/lampp/htdocs/rockMongo/. Visiting index.php shows To make things right, you must install php_mongo module. Here for installation documents on PHP.net. I followed…
Shawn
  • 10,931
  • 18
  • 81
  • 126
2
votes
1 answer

FFMPEG shell execution with PHP - Unusual Error Because of GCC

I've been trying to debug the PHP Script, but the error message that I receive is very unusual. CP, MV , WHOAMI - all these commands work with shell_exec FFMPEG is installed apache user - nobody with read write execute permission for nogroup to…
trocker
  • 21
  • 1
2
votes
2 answers

How to connect existing MYSQL with an XAMPP in linux server

In my server, MYSQl is installed and it has some databases. I have installed xampp (LAMPP) in the server. My problem is , now there are two mysql and it is clashing. My xampp is in /opt/lampp folder How to connect my old MYSQL to the LAMPP, so that…
mosivagan
  • 21
  • 1
  • 5
2
votes
2 answers

How to fix "Slim Application Error" error while using lampp to host

I'm using lampp on my linux machine to host a website. The db is configured as the virtual host. Also, the php dependencies are fixed using composer. When I start the lampp components and I go to locahost I recive this error. I tried to fix it in…
Triad
  • 152
  • 1
  • 4
  • 12
2
votes
0 answers

How enable lampp(Xampp) php extension in in ubuntu

I installed xampp on my ubuntu 18.04 machine. Now I need to enable some extension that is not enabled by default. I found php.ini file but can't figure it our where should i place the .so file. There is a question asked here before for windows, and…
aziz
  • 326
  • 1
  • 20
2
votes
1 answer

Adding mongodb extension to PHP-7.1.9 XAMPP Ubuntu

I have installed lampp(XAMPP) server on my ubuntu pc and now I want to add mongodb extension to it's PHP. So I tried sudo /opt/lampp/bin/pecl install mongodb and it successfully installed it. But after that, when I try to start lampp server It just…
Vajira Prabuddhaka
  • 852
  • 4
  • 13
  • 34
2
votes
1 answer

config.m4 file is missing when compiling gmp php extension in lampp suite

I am trying to compile the gmp for lampp suite with php 7.1.7 with api version 20160303 . I downloaded gmp-6.1.2.tar.bz2 used bzip2 -dk gmp-6.1.2.tar.bz2 to get tar file then tar -xvvf gmp-6.1.2.tar then cd gmp-6.1.2/. When i run…
2
votes
2 answers

PhP local host redirecting to /var/www/html/index.php

I am using Ubuntu machine. I am running lampp server for php files. I have all my PHP files in my_folder where I have all my codes in /opt/lampp/htdocs/my_folder including index file in /opt/lampp/htdocs/my_folder/index.php. I wanted to check my…
MAPK
  • 5,635
  • 4
  • 37
  • 88
2
votes
2 answers

Where I should store the Wordpress site in Xampp (linux)

I never use Wordpress but I usually use Xampp (Linux) to work. So, I installed Wordpress and it works fine, if I enter with my browser to http://localhost/wordpress/ I can see the WP page. I got from a friend his WordPress site files and stored them…
Aby W
  • 217
  • 4
  • 12
2
votes
1 answer

Install Laravel 5.3 in XAMPP Linux

I installed Laravel 5.3 with this command: composer create-project --prefer-dist laravel/laravel blog in /opt/lampp/htdocs directory when I go to http://localhost/blog/public/ I get HTTP ERROR 500 I think this error is due to: permission storage…
javad75
  • 1,415
  • 2
  • 11
  • 13
2
votes
1 answer

How to run a python script on my server?

So, i'm currently working on a Android app. Everything work just fine so far, but i'm facing an annoying problem : I can't seem to be able to run a python script on my server. The first thing I tried was to call a php function that execute the…
user7235278
2
votes
2 answers

Execute PHP script on linux with PHP LAMPP service

So, I have that question. I've installed xampp on my ubuntu, and I run my web system from there ( /opt/lampp/htdocs ). I can open my php web systems from navigator with no troubles. So now I want to run a php script from linux console, like…
leirbag
  • 73
  • 1
  • 3
  • 8
2
votes
3 answers

Debian 8.5: Lampp Doesn't Start

I'm using Debian 8.5 Jessie and I installed lampp.7.0.9. But when i want to start lampp like this: /opt/lampp/lampp start then i'm taking a fail like this: Starting XAMPP for Linux 7.0.9-0... XAMPP: Starting Apache...fail. httpd: Syntax error on…
Jsawyer
  • 73
  • 1
  • 3
  • 11
2
votes
1 answer

Cannot find save handler 'redis' - Ubuntu

I am running LAMPP on ubuntu with PHP 5.6.23. I decided to store my sessions in the Redis and I installed it. I also installed Predis too. As a searched in the web I changed my php.ini to : session.save_handler = redis session.save_path =…
Xaretre
  • 55
  • 1
  • 1
  • 5
2
votes
2 answers

Ubuntu export /opt/lampp/lampp into PATH

I'm trying to put lampp into my Ubuntu Path but I'm seemingly doing something wrong because it doesn't work. I put this into the ~/.bashrc file : export PATH="/opt/lampp/lampp:$PATH" and then I ran the following command in ~ : $ source…
Fab
  • 668
  • 9
  • 24
1 2
3
19 20