Re: apache doc folder permissions problem

2021-06-18 Thread Bill Cole
On 2021-06-18 at 14:33:43 UTC-0400 (Fri, 18 Jun 2021 14:33:43 -0400) Murray Eisenberg is rumored to have said: On 18 Jun2021, at 2:13 PM, Bill Cole wrote: On 2021-06-18 at 10:17:13 UTC-0400 (Fri, 18 Jun 2021 10:17:13 -0400) Murray Eisenberg is rumored to have said: Indeed, sudo c

Re: mysql8 data dir owner and permissions?

2021-06-18 Thread Bill Cole
On 2021-06-18 at 12:40:30 UTC-0400 (Fri, 18 Jun 2021 12:40:30 -0400) Murray Eisenberg is rumored to have said: I have a non-default location for the data dir with mysql8, namely, as specified in my.cnf: datadir = /Users/me/Databases/mysql/data What should the ownership of that direct

Re: apache doc folder permissions problem

2021-06-18 Thread Murray Eisenberg
> On 18 Jun2021, at 2:13 PM, Bill Cole > wrote: > > On 2021-06-18 at 10:17:13 UTC-0400 (Fri, 18 Jun 2021 10:17:13 -0400) > Murray Eisenberg > is rumored to have said: > >> Indeed, >> >> sudo chmod a+x /Users /Users/me /Users/me/Sites >> >> fixed the permissions access problem. >> ... >

Re: apache doc folder permissions problem

2021-06-18 Thread Bill Cole
On 2021-06-18 at 10:17:13 UTC-0400 (Fri, 18 Jun 2021 10:17:13 -0400) Murray Eisenberg is rumored to have said: Indeed, sudo chmod a+x /Users /Users/me /Users/me/Sites fixed the permissions access problem. Is there some alternative way to fix this — by changing the owner of just /Use

mysql8 data dir owner and permissions?

2021-06-18 Thread Murray Eisenberg
I have a non-default location for the data dir with mysql8, namely, as specified in my.cnf: datadir = /Users/me/Databases/mysql/data What should the ownership of that directory, and its subdirectories and files, be? And with what permissions? At the moment, for reasons I do not know, I

Re: gcc<10 on M1 Mac

2021-06-18 Thread VACCARI FRANCO
Hi Maxim, I’m really happy to report that -std=legacy allowed our palaeolithic programs to compile with gcc11! Thanks so much for the providing the solution! Ciao Franco > On 18 Jun 2021, at 17:16, Maxim Abalenkov wrote: > > Hello Franco et al., > > How are you? I’m not an expert on MacPor

Re: gcc<10 on M1 Mac

2021-06-18 Thread VACCARI FRANCO
Hi Chris, thanks for the kind explanation! Franco > On 18 Jun 2021, at 17:16, Christopher Jones wrote: > > Hi, > > Its highly unlikely you will ever get support for gcc<10 on arm. We only have > support for 10 and 11 because we are using unreleased back ports of support > from a development

Re: gcc<10 on M1 Mac

2021-06-18 Thread Maxim Abalenkov
Hello Franco et al., How are you? I’m not an expert on MacPorts dependencies, but you may/should be able to compile your Fortran code with the GNU11 toolchain. Potentially, you only need to specify the Fortran standard that your code supports. This is possible via the -std flag to gfortran, e.g

Re: gcc<10 on M1 Mac

2021-06-18 Thread Christopher Jones
Hi, Its highly unlikely you will ever get support for gcc<10 on arm. We only have support for 10 and 11 because we are using unreleased back ports of support from a development branch on arm for these two versions. The back port has not been done for anything older than 10, and is highly unlike

gcc<10 on M1 Mac

2021-06-18 Thread VACCARI FRANCO
I’ve a temporary access to a new MacBook Air with M1 processor, to test on that Mac all our home made programs, mainly fortran. All external packages needed by our workflow were successfully installed (gnuplot, ImageMagick, gmt4 and many others), and I installed gcc11. Such modern compiler com

Re: apache doc folder permissions problem

2021-06-18 Thread Murray Eisenberg
> On 18 Jun2021, at 8:00 AM, Bill Cole wrote: > > > I?m at a loss what to do in response to the reply, below, from Bill Cole. > > I note that to the best of my knowledge, nothing changed as to the attributes > or permissions of any of the user doc folders listed in my httpd-vhosts.conf > fil