How can I install SCL on Oracle Linux 6? - software-collections

I would like to use the SCLs, but cannot find a way to install the release file. Is it possible to install SCL on Oracle Linux 6 and, if so, how?

You can do it using yum.
https://docs.oracle.com/cd/E37670_01/E59096/html/section_e3v_nbl_cr.html
Does this help?

Related

no redis function on phpinfo after install php redis with macPorts

i need help. currently i want to use PHP redis on my macOS from this repo https://github.com/phpredis/phpredis
because there are many error when i direct clone from that repository, i decided to choose install the phpredis use MacPorts.
my specification mac is
macOS Cataline v 10.15.7
PHP 7.3.11
i'm using XAMPP 7.4.12
after i install the macPorts i did run this command
sudo port install php73-redis
the installation was good and no error. after that i restart my apache and also restart my mac.. but when i check on phpinfo() no function redis..
i also check on my file /opt/local/var/db/php73/redis.ini also contain extension=redis.so
what is missing from my steps? i still not able to set the PHPredis after that. please help

Using owlqn from PyLBFGS

I have a problem with installation of PyLBFGS. I would be grateful if anyone could help me.
My problem is that I have python 3.10 in my Win10. By using pip install PyLBFGS in cmd , I have installed the package in my python. But when I want to use owlqn in the python code, I face with a error:
Thanks in advance for your help,
Regards,
Saleh
Well, I have the same problem on Ubuntu 20.04 and Python 3.9.9. What I did was dowload PyLBFGS package source and manually build it. Basically I did the following:
git clone https://github.com/larsmans/pylbfgs.git
cd pylbfgs
pip install .
Naturally, on Windows 10 you might have to adapt these steps, but this is the only way I was able to install this package. After that, the import works as expected.

Connecting MSSQL to PHP 5.5 on Centos 6

I want to connect mssql in my site and it's on CENTOS 6 and I am using PHP 5.5.
Got many solutions online about installing drivers regarding the PDO and ODBC, always getting error of no package found or failed dependencies, don't know why I am not able to install or proceed further.
Any help will be appreciated.
Thanks
If You want to use mssql_connect, You need to install php-mssql from extras repository:
yum install --enablerepo=extras php-mssql
and restart httpd:
service httpd restart
That's it :-)

install faststart cloud in a box

I want to install FastStart on my laptop (cloud-in-a-box),
My current operating system is Windows 7
So, I burned the FastSTART on a DVD
It is recommended to install linux before or the DVD wil install both the system Centos and FastSTART?
thank you
The DVD will install both CentOS and Eucalyptus. The installation is quite straightforward, but understand that installing a new Operating System, such as CentOS means that you will lose your Windows 7 installation. Prior to installing, please make backups of everything you may need. Have a look here for the instructions to install Eucalyptus from the faststart iso.
You should also look at the YouTube video that is produced by Eucalyptus.
http://www.youtube.com/watch?v=AsIRAKNQMGc
Basically it will wipe out the existing operating system and data on your machine and put CentOS on it. Don't do this on your main machine. Do it on another machine.

installing mod_perl with centos and plesk

I'm trying to install mod_perl on Centos 5.5 with Plesk. Does this already come with mod_perl? I'm not showing anything in the $ENV{MOD_PERL} variable.
I tried installing it via cpan (install mod_perl2) with this:
Please provide a full path to 'apxs' executable
which I don't know. So I skip it and then I am asked:
Please provide the location of the Apache directory:
Searched though I have, I can't seem to find it. No apache folder with ap_release.h.
Where would I find this or is there a better way to install it via plesk?
Thanks,
Jonathan
I was able to get mod_perl2 installed by:
>> yum install perl-devel
>> cpan
>> install YAML
>> install mod_perl2
Then, I configured it thanks to this: http://www.server-world.info/en/note?os=CentOS_6&p=httpd&f=9
I added a new <Directory> for my web site in case there would be a conflict with plesk.
/cgi-bin runs regular perl scripts
/mod-perl runs my scripts using mod_perl2... the $ENV{MOD_PERL} variable does exist here!
#oleg - thanks for your help, a2enmod perl does not work in CentOS
The Perl Support check box in Plesk doesn't seem to have any effect what-so-ever.
Does this already come with mod_perl?
Yes. Check any domain's hosting settings.
also you can check:
rpm -qa | grep perl
and I'm definitely recommend you use Plesk on Centos 6, because most things will be easier.

Resources