Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - bullten

Pages: 1 ... 26 27 [28] 29 30 31
406
CentOS-WebPanel Bugs / Re: php7.x installation fails
« on: January 30, 2018, 09:44:31 PM »
See if above solution helps you.

407
CentOS-WebPanel Bugs / Re: php7.x installation fails
« on: January 30, 2018, 09:30:11 PM »
nano /etc/ld.so.conf
add
Quote
/usr/local/lib/
run
ldconfig

Then try re installation again :)

408
CentOS-WebPanel Bugs / Re: php7.x installation fails
« on: January 30, 2018, 09:05:30 PM »
I just installed the same way I told you.

what is output of cat /etc/ld.so.conf

409
Apache / Re: mod_rewrite not visible even after apache rebuild
« on: January 30, 2018, 08:32:21 PM »
did you check your htaccess file?

410
Apache / Re: mod_rewrite not visible even after apache rebuild
« on: January 30, 2018, 08:22:49 PM »
what is output of command

Quote
/usr/local/apache/bin/httpd -M

411
DNS / Re: Cant start DNS after hostname change
« on: January 30, 2018, 08:00:08 PM »
Goto nameserver IP's and there just click on save changes.

412
CentOS-WebPanel Bugs / Re: php7.x installation fails
« on: January 30, 2018, 07:27:59 PM »
Dont forget to remove libzip before installation :)

Quote
rpm -e --nodeps libzip-devel.x86_64
rpm -e --nodeps libzip.x86_64

413
CentOS-WebPanel Bugs / Re: php7.x installation fails
« on: January 30, 2018, 06:24:29 PM »
Try

Quote
wget https://cmake.org/files/v3.10/cmake-3.10.2.tar.gz
tar zxvf cmake-3.10.2.tar.gz
cd cmake-3.10.2
./bootstrap
make
make install

Quote
wget https://libzip.org/download/libzip-1.4.0.tar.gz
tar zxvf libzip-1.4.0.tar.gz
cd libzip-1.4.0
mkdir build
cd build
/usr/local/bin/cmake ..
make
make test
make install

414
CentOS-WebPanel Bugs / Re: php7.x installation fails
« on: January 30, 2018, 06:13:30 PM »
which php 7 version you are trying to compile?

415
PHP / Re: suphp removal script
« on: January 30, 2018, 05:14:44 PM »
No this would never effect.

416
Apache / Re: where is apache config ?
« on: January 30, 2018, 04:54:18 PM »
nano /usr/local/apache/conf/httpd.conf

Uncomment

Include conf/extra/httpd-mpm.conf


nano /usr/local/apache/conf/extra/httpd-mpm.conf



417
PHP / Re: suphp removal script
« on: January 29, 2018, 10:31:46 PM »
mv /usr/local/apache/conf.d/suphp.conf /usr/local/apache/conf/suphp.conf
server httpd restart

418
They can be manually updated or removed. I dont feel we need a script for that. Also it may be not a priority for now.

419
CentOS-WebPanel Bugs / Re: phpMyAdmin 4.6.6 outdated
« on: January 29, 2018, 10:07:39 PM »
cd /root/phpmyadmin

420
CentOS-WebPanel Bugs / Re: php7.x installation fails
« on: January 29, 2018, 10:05:30 PM »
did you try

yum install  libzip-devel -y

Pages: 1 ... 26 27 [28] 29 30 31