Displaying 20 results from an estimated 2000 matches similar to: "How do I install uwsgi + python 3?"
2019 Apr 13
0
compile samba 4.10.2 centos 7.6
On Fri, Apr 12, 2019 at 7:20 AM Andreas Habel via samba
<samba at lists.samba.org> wrote:
>
> Hi,
>
> I managed to compile 4.10.0 under CentOS 7.6. I did the following:
I'll put muney down that you did not get it working as a full domain
controller. The"--with-dc" option activates a gnutls >= 3.4.7
requirement.
> - update the yum package repository cache:
2017 Dec 12
2
upgrading python
On Mon, Dec 11, 2017 at 4:32 PM, Larry Martell <larry.martell at gmail.com> wrote:
> On Mon, Dec 11, 2017 at 4:25 PM, Clint Dilks <clintd at scms.waikato.ac.nz> wrote:
>> On Tue, Dec 12, 2017 at 10:09 AM, Larry Martell <larry.martell at gmail.com>
>> wrote:
>>
>>> On Tue, Dec 5, 2017 at 8:22 AM, Pete Biggs <pete at biggs.org.uk> wrote:
2019 Apr 14
3
compile samba 4.10.2 centos 7.6
On Sat, 2019-04-13 at 07:43 -0400, Nico Kadel-Garcia via samba wrote:
> On Fri, Apr 12, 2019 at 7:20 AM Andreas Habel via samba
> <samba at lists.samba.org> wrote:
> >
> > Hi,
> >
> > I managed to compile 4.10.0 under CentOS 7.6. I did the following:
>
> I'll put muney down that you did not get it working as a full domain
> controller.
2017 Dec 11
2
upgrading python
On Mon, Dec 11, 2017 at 5:43 PM, Clint Dilks <clintd at scms.waikato.ac.nz> wrote:
> On Tue, Dec 12, 2017 at 11:31 AM, <m.roth at 5-cent.us> wrote:
>
>> Pete Biggs wrote:
>> > On Mon, 2017-12-11 at 15:44 -0600, Frank Cox wrote:
>> >> On Mon, 11 Dec 2017 16:32:06 -0500
>> >> Larry Martell wrote:
>> >>
>> >> > Can I
2019 Apr 12
2
compile samba 4.10.2 centos 7.6
Hi,
I managed to compile 4.10.0 under CentOS 7.6. I did the following:
- update the yum package repository cache: sudo yum makecache
- install yum-utils: sudo yum install yum-utils
- add the IUS package repository: sudo yum install https://centos7.iuscommunity.org/ius-release.rpm
- update the yum package repository cache again: sudo yum makecache
- install Python 3.6 including PIP: sudo yum
2011 Jun 06
1
Write-behind breaks Mercurial
Hi all
It seems Mercurial doesn't work with "write behind" on. Any ideas?
With write-behind --
root at dj1:~/mnt# gluster volume set conf performance.write-behind on
Set volume successful
root at dj1:~/mnt# hg clone http://projects.unbit.it/hg/uwsgi
destination directory: uwsgi
requesting all changes
adding changesets
transaction abort!
rollback completed
abort: integrity check
2017 Dec 05
0
upgrading python
On Tue, Dec 5, 2017 at 10:00 AM, Marc Gouw <marc.gouw at embl.de> wrote:
>
>
> On 12/05/2017 02:45 PM, Kai Grunau wrote:
>>
>> On 05.12.2017 14:24, Larry Martell wrote:
>>>
>>> On Tue, Dec 5, 2017 at 8:16 AM, Kai Grunau <kgrunau at geomar.de> wrote:
>>>>
>>>> On 05.12.2017 14:05, Larry Martell wrote:
>>>>>
2017 Dec 11
0
upgrading python
On 12/11/2017 2:50 PM, Larry Martell wrote:
> ExecStart=/usr/bin/scl enable python27 bash; /usr/bin/uwsgi --emperor
> /etc/uwsgi/sites
You probably want:
ExecStart=/usr/bin/scl enable python27 '/usr/bin/uwsgi --emperor /etc/uwsgi/sites'
See:
https://linux.die.net/man/1/scl
2017 Dec 05
2
upgrading python
On 12/05/2017 02:45 PM, Kai Grunau wrote:
> On 05.12.2017 14:24, Larry Martell wrote:
>> On Tue, Dec 5, 2017 at 8:16 AM, Kai Grunau <kgrunau at geomar.de> wrote:
>>> On 05.12.2017 14:05, Larry Martell wrote:
>>>> I am running CentOS 7 and I have python version:
>>>>
>>>> Python 2.7.5 (default, Sep 15 2016, 22:37:39)
>>>>
2014 Apr 21
0
CentOS 5.10: Upgrading from IUS's php52 to CentOS's php53 questions
I would like to update one of the websites on my server from Joomla 1.5 to
Joomla 3.2, but it wants PHP 5.3. I am currently using IUS's php52 5.2.17,
which is fine for the Joomla 1.5 and the various WordPress sites (up to 3.9)
currently served on this server. I plan to test the update procedure on my
home (test) system (a pretty much identically setup system) before possible
breaking my
2023 May 26
2
IUS not pulling latest PHP packages
Hi,
I am running CentOS Linux release 7.9.2009 (Core) and have enabled both
epel and ius repository
- ius-release-2-1.el7.ius.noarch
- epel-release-7-14.noarch
IUS not pulling the latest PHP packages. I have ran yum clean metadata
and yum clean all commands but no luck.
The latest version is *7.4.33*
# php -v
PHP 7.4.30 (cli) (built: Jun 10 2022 16:22:42) ( NTS )
Copyright (c) The PHP
2023 May 26
1
IUS not pulling latest PHP packages
Hello,
looking at the metadata for EPEL and IUS, neither seem to carry PHP 7.4.
It is EOL anyway, so you should migrate to PHP 8.
To find out where your current PHP comes from try something like:
# rpm -qf /usr/bin/php
# rpm -qi php
I would recommend you switch to Remi's repo and upgrade to PHP 8:
https://rpms.remirepo.net/
Kind regards,
Steve
Am 26.05.2023 12:50, schrieb Kaushal
2017 Dec 05
2
upgrading python
On Tue, Dec 5, 2017 at 8:16 AM, Kai Grunau <kgrunau at geomar.de> wrote:
> On 05.12.2017 14:05, Larry Martell wrote:
>>
>> I am running CentOS 7 and I have python version:
>>
>> Python 2.7.5 (default, Sep 15 2016, 22:37:39)
>>
>> I need a newer version of 2.7 to pick up a bug fix. How can I do that
>> (without breaking anything in CentOS)?
>
2015 Mar 24
2
error building php spec file
Hi Ashish,
Which CentOS version you using?
> If it is CentOS 6 then instead of building it from source, you can use IUS
> repo which has latest php packages.
> Below is the link for the packages in IUS repo for CentOS 6.
> <http://dl.iuscommunity.org/pub/ius/stable/Redhat/6/x86_64/repoview/>
>
I'm using CentOS 7. I'll check to see if I can get php version 5.6.7
2019 Apr 08
0
Issues when updating CentOS 7
On Sat, Apr 6, 2019 at 1:03 AM Jyrki Tikka <jyrki.tikka at iki.fi> wrote:
>
> >I wanted to update my CentOS 7 install this morning and I
> started>getting the errors from below.
> >Any ideas on a fix?
> Certainly!
> >Error: Package: python34-xapps-overrides-1.0.4-13.el7.x86_64 (@epel)
> > Requires: xapps(x86-64) = 1.0.4-13.el7
> >
2011 Aug 19
3
PHP 5.3: IUS vs CentOS repos
I need to upgrade PHP because the latest WordPress requires one at least at
5.2.4. What are the tradeoffs of using the php53 packages provided by
CentOS versus IUS? I've seen that installing the RHEL-derived php53
requires removing php first and it creates package conflicts because it
doesn't provide a virtual php-common package. That suggests I should
install the IUS package. Is
2012 May 02
2
Upgrading PHP and PHP53 on CentOS5 - Progress/Problem w/ Squirrelmail
Greetings
In the attempt to upgrade the technology stack on CentOS 5 from stock PHP
to PHP53 I have made some progress.
Much thanks to all respondents, especially Jesus.
One repository that provides a complete set of builds and seems to fulfill
both PHP and PHP53 requirements is the IUS one:
http://iuscommunity.org/
Repos here:
http://dl.iuscommunity.org/pub/ius/stable/Redhat/5/i386/repoview/
2023 Apr 30
1
Should '@" now be listed in tools:::.get_internal_S3_generics() ?
>>>>> Karolis Koncevi?ius writes:
> But this might require a more detailed investigation. For example I
> just noticed that even with the patch `@` is still not listed in
> .S3_methods_table().
Afaict base does not register any methods for @ or @<- ?
-k
> KK.
>> On Apr 29, 2023, at 4:44 PM, Karolis Koncevi?ius <karolis.koncevicius at gmail.com> wrote:
2019 May 22
1
PHP 7.3 and IUS repo
Does anyone know if PHP 7.3 is coming to the IUS repo soon? I'd rather
upgrade from 7.2 than tear out IUS and replace with Remi.
--
-- Steve
2023 Apr 30
1
Should '@" now be listed in tools:::.get_internal_S3_generics() ?
But this might require a more detailed investigation. For example I just noticed that even with the patch `@` is still not listed in .S3_methods_table().
KK.
> On Apr 29, 2023, at 4:44 PM, Karolis Koncevi?ius <karolis.koncevicius at gmail.com> wrote:
>
> Hello Kurt,
>
> With r84341 it now works on my side.
>
> Warm regards,
> Karolis K.
>
>> On Apr 29,