Hi All,
I am trying to install Lasso 8.6.3 on an clean install of El Capitain (10.11.6), with Mark's instructions (on a post dated 2016-09-21) I also installed X11 and the last version of Java (from Oracle site), but Lasso fails to install. I tought it may be a SIP issue and I have done the following: (the dir /usr/local already exists) 1) Reboot in Recovery mode 2) (in Terminal app) csrutil disable 3) Reboot in El Capitain 4) (in Terminal app) sudo chflags norestricted /usr/local && sudo chown $(whoami):admin /usr/local && sudo chown -R $(whoami):admin /usr/local 5) Reboot in Recovery mode 6) (in Terminal app) csrutil enable 7) reboot in El Capitain I tried again to reinstall Lasso 8.6.3, but it still fails. Any idea? Many thanks in advance and ciao from Rome francesco ############################################################# This message is sent to you because you are subscribed to the mailing list Lasso [hidden email] Official list archives available at http://www.lassotalk.com To unsubscribe, E-mail to: <[hidden email]> Send administrative queries to <[hidden email]> |
Hi Francesco,
Install Java from here: https://support.apple.com/kb/dl1572?locale=en_US and try again. - - Regards, Marc > On 1 nov. 2016, at 16:26, Francesco Badaloni <[hidden email]> wrote: > > Hi All, > > I am trying to install Lasso 8.6.3 on an clean install of El Capitain (10.11.6), > with Mark's instructions (on a post dated 2016-09-21) > > I also installed X11 and the last version of Java (from Oracle site), but Lasso fails to install. > > I tought it may be a SIP issue and I have done the following: > > (the dir /usr/local already exists) > > 1) Reboot in Recovery mode > 2) (in Terminal app) csrutil disable > 3) Reboot in El Capitain > 4) (in Terminal app) sudo chflags norestricted /usr/local && sudo chown $(whoami):admin /usr/local && sudo chown -R $(whoami):admin /usr/local > 5) Reboot in Recovery mode > 6) (in Terminal app) csrutil enable > 7) reboot in El Capitain > > I tried again to reinstall Lasso 8.6.3, but it still fails. > > Any idea? > > Many thanks in advance and ciao from Rome > > francesco > > > > > > > ############################################################# > > This message is sent to you because you are subscribed to > the mailing list Lasso [hidden email] > Official list archives available at http://www.lassotalk.com > To unsubscribe, E-mail to: <[hidden email]> > Send administrative queries to <[hidden email]> ############################################################# This message is sent to you because you are subscribed to the mailing list Lasso [hidden email] Official list archives available at http://www.lassotalk.com To unsubscribe, E-mail to: <[hidden email]> Send administrative queries to <[hidden email]> |
Hi Marc,
thank for your reply. I made a brand new installation, installing Java as you suggested. Unfortunately Lasso 8.6.3 still fails. Lasso is not able to create: /usr/local/libexec /usr/local/libexec/apache2 in httpd.conf: $ tail /etc/apache2/httpd.conf #Begin: Added by Lasso 8.6 installer Include /private/etc/apache2/users/lasso8.conf #End: Added by Lasso 8.6 installer and the file: /etc/apache2/users/lasso8.conf despite I changed files and dir permissions. What else can I do? Many thanks for your help francesco Il giorno 01/nov/2016, alle ore 19:00, Marc Vos ha scritto: > Hi Francesco, > > Install Java from here: https://support.apple.com/kb/dl1572?locale=en_US > and try again. > > - - > Regards, > Marc > > >> On 1 nov. 2016, at 16:26, Francesco Badaloni <[hidden email]> wrote: >> >> Hi All, >> >> I am trying to install Lasso 8.6.3 on an clean install of El Capitain (10.11.6), >> with Mark's instructions (on a post dated 2016-09-21) >> >> I also installed X11 and the last version of Java (from Oracle site), but Lasso fails to install. >> >> I tought it may be a SIP issue and I have done the following: >> >> (the dir /usr/local already exists) >> >> 1) Reboot in Recovery mode >> 2) (in Terminal app) csrutil disable >> 3) Reboot in El Capitain >> 4) (in Terminal app) sudo chflags norestricted /usr/local && sudo chown $(whoami):admin /usr/local && sudo chown -R $(whoami):admin /usr/local >> 5) Reboot in Recovery mode >> 6) (in Terminal app) csrutil enable >> 7) reboot in El Capitain >> >> I tried again to reinstall Lasso 8.6.3, but it still fails. >> >> Any idea? >> >> Many thanks in advance and ciao from Rome >> >> francesco >> >> >> >> >> >> >> ############################################################# >> >> This message is sent to you because you are subscribed to >> the mailing list Lasso [hidden email] >> Official list archives available at http://www.lassotalk.com >> To unsubscribe, E-mail to: <[hidden email]> >> Send administrative queries to <[hidden email]> > > > ############################################################# > > This message is sent to you because you are subscribed to > the mailing list Lasso [hidden email] > Official list archives available at http://www.lassotalk.com > To unsubscribe, E-mail to: <[hidden email]> > Send administrative queries to <[hidden email]> ############################################################# This message is sent to you because you are subscribed to the mailing list Lasso [hidden email] Official list archives available at http://www.lassotalk.com To unsubscribe, E-mail to: <[hidden email]> Send administrative queries to <[hidden email]> |
Hi Francesco,
I suggest to create those folders manually, and then set the owner to root:wheel and the permissions to drwxr-xr-x Then manually copy the file Lasso8ConnectorforApache2.4.so into the libexec/apache2 folder. Furthermore, what's in /etc/apache2/users/lasso8.conf ? You might have to change the path in there too into: LoadModule lasso8_module /usr/local/libexec/apache2/Lasso8ConnectorforApache2.4.so Do not forget to restart Apache after those changes. - - Marc > On 7 nov. 2016, at 15:19, Francesco Badaloni <[hidden email]> wrote: > > Hi Marc, > > thank for your reply. > > I made a brand new installation, installing Java as you suggested. > > Unfortunately Lasso 8.6.3 still fails. > > Lasso is not able to create: > > /usr/local/libexec > /usr/local/libexec/apache2 > > in httpd.conf: > > $ tail /etc/apache2/httpd.conf > #Begin: Added by Lasso 8.6 installer > Include /private/etc/apache2/users/lasso8.conf > #End: Added by Lasso 8.6 installer > > and the file: > > /etc/apache2/users/lasso8.conf > > despite I changed files and dir permissions. > > What else can I do? > > Many thanks for your help > > francesco > > Il giorno 01/nov/2016, alle ore 19:00, Marc Vos ha scritto: > >> Hi Francesco, >> >> Install Java from here: https://support.apple.com/kb/dl1572?locale=en_US >> and try again. >> >> - - >> Regards, >> Marc >> >> >>> On 1 nov. 2016, at 16:26, Francesco Badaloni <[hidden email]> wrote: >>> >>> Hi All, >>> >>> I am trying to install Lasso 8.6.3 on an clean install of El Capitain (10.11.6), >>> with Mark's instructions (on a post dated 2016-09-21) >>> >>> I also installed X11 and the last version of Java (from Oracle site), but Lasso fails to install. >>> >>> I tought it may be a SIP issue and I have done the following: >>> >>> (the dir /usr/local already exists) >>> >>> 1) Reboot in Recovery mode >>> 2) (in Terminal app) csrutil disable >>> 3) Reboot in El Capitain >>> 4) (in Terminal app) sudo chflags norestricted /usr/local && sudo chown $(whoami):admin /usr/local && sudo chown -R $(whoami):admin /usr/local >>> 5) Reboot in Recovery mode >>> 6) (in Terminal app) csrutil enable >>> 7) reboot in El Capitain >>> >>> I tried again to reinstall Lasso 8.6.3, but it still fails. >>> >>> Any idea? >>> >>> Many thanks in advance and ciao from Rome >>> >>> francesco >>> >>> >>> >>> >>> >>> >>> ############################################################# >>> >>> This message is sent to you because you are subscribed to >>> the mailing list Lasso [hidden email] >>> Official list archives available at http://www.lassotalk.com >>> To unsubscribe, E-mail to: <[hidden email]> >>> Send administrative queries to <[hidden email]> >> >> >> ############################################################# >> >> This message is sent to you because you are subscribed to >> the mailing list Lasso [hidden email] >> Official list archives available at http://www.lassotalk.com >> To unsubscribe, E-mail to: <[hidden email]> >> Send administrative queries to <[hidden email]> > > > ############################################################# > > This message is sent to you because you are subscribed to > the mailing list Lasso [hidden email] > Official list archives available at http://www.lassotalk.com > To unsubscribe, E-mail to: <[hidden email]> > Send administrative queries to <[hidden email]> ############################################################# This message is sent to you because you are subscribed to the mailing list Lasso [hidden email] Official list archives available at http://www.lassotalk.com To unsubscribe, E-mail to: <[hidden email]> Send administrative queries to <[hidden email]> |
Hi Francesco,
If you restart Apache in a more verbose mode in the terminal, it will likely give you more info about if any files are missing or have wrong paths etc. If Apache is running and you type this in the terminal ... sudo apachectl -e info -k restart ... the -e option will log errors to the terminal which may help you narrow down what the problem is. There is also an excellent summary here from Marc of the steps ... http://www.lassotalk.com/Re-El-Capitan.lasso?278869 - Adam > On 8 Nov 2016, at 1:44 AM, Marc Vos <[hidden email]> wrote: > > Hi Francesco, > > I suggest to create those folders manually, and then set the owner to root:wheel and the permissions to drwxr-xr-x > Then manually copy the file Lasso8ConnectorforApache2.4.so into the libexec/apache2 folder. > > Furthermore, what's in /etc/apache2/users/lasso8.conf ? > You might have to change the path in there too into: > > LoadModule lasso8_module /usr/local/libexec/apache2/Lasso8ConnectorforApache2.4.so > > Do not forget to restart Apache after those changes. > > - - > Marc > > >> On 7 nov. 2016, at 15:19, Francesco Badaloni <[hidden email]> wrote: >> >> Hi Marc, >> >> thank for your reply. >> >> I made a brand new installation, installing Java as you suggested. >> >> Unfortunately Lasso 8.6.3 still fails. >> >> Lasso is not able to create: >> >> /usr/local/libexec >> /usr/local/libexec/apache2 >> >> in httpd.conf: >> >> $ tail /etc/apache2/httpd.conf >> #Begin: Added by Lasso 8.6 installer >> Include /private/etc/apache2/users/lasso8.conf >> #End: Added by Lasso 8.6 installer >> >> and the file: >> >> /etc/apache2/users/lasso8.conf >> >> despite I changed files and dir permissions. >> >> What else can I do? >> >> Many thanks for your help >> >> francesco >> >> Il giorno 01/nov/2016, alle ore 19:00, Marc Vos ha scritto: >> >>> Hi Francesco, >>> >>> Install Java from here: https://support.apple.com/kb/dl1572?locale=en_US >>> and try again. >>> >>> - - >>> Regards, >>> Marc >>> >>> >>>> On 1 nov. 2016, at 16:26, Francesco Badaloni <[hidden email]> wrote: >>>> >>>> Hi All, >>>> >>>> I am trying to install Lasso 8.6.3 on an clean install of El Capitain (10.11.6), >>>> with Mark's instructions (on a post dated 2016-09-21) >>>> >>>> I also installed X11 and the last version of Java (from Oracle site), but Lasso fails to install. >>>> >>>> I tought it may be a SIP issue and I have done the following: >>>> >>>> (the dir /usr/local already exists) >>>> >>>> 1) Reboot in Recovery mode >>>> 2) (in Terminal app) csrutil disable >>>> 3) Reboot in El Capitain >>>> 4) (in Terminal app) sudo chflags norestricted /usr/local && sudo chown $(whoami):admin /usr/local && sudo chown -R $(whoami):admin /usr/local >>>> 5) Reboot in Recovery mode >>>> 6) (in Terminal app) csrutil enable >>>> 7) reboot in El Capitain >>>> >>>> I tried again to reinstall Lasso 8.6.3, but it still fails. >>>> >>>> Any idea? >>>> >>>> Many thanks in advance and ciao from Rome >>>> >>>> francesco >>>> >>>> >>>> >>>> >>>> >>>> >>>> ############################################################# >>>> >>>> This message is sent to you because you are subscribed to >>>> the mailing list Lasso [hidden email] >>>> Official list archives available at http://www.lassotalk.com >>>> To unsubscribe, E-mail to: <[hidden email]> >>>> Send administrative queries to <[hidden email]> >>> >>> >>> ############################################################# >>> >>> This message is sent to you because you are subscribed to >>> the mailing list Lasso [hidden email] >>> Official list archives available at http://www.lassotalk.com >>> To unsubscribe, E-mail to: <[hidden email]> >>> Send administrative queries to <[hidden email]> >> >> >> ############################################################# >> >> This message is sent to you because you are subscribed to >> the mailing list Lasso [hidden email] >> Official list archives available at http://www.lassotalk.com >> To unsubscribe, E-mail to: <[hidden email]> >> Send administrative queries to <[hidden email]> > > > ############################################################# > > This message is sent to you because you are subscribed to > the mailing list Lasso [hidden email] > Official list archives available at http://www.lassotalk.com > To unsubscribe, E-mail to: <[hidden email]> > Send administrative queries to <[hidden email]> ############################################################# This message is sent to you because you are subscribed to the mailing list Lasso [hidden email] Official list archives available at http://www.lassotalk.com To unsubscribe, E-mail to: <[hidden email]> Send administrative queries to <[hidden email]> |
Free forum by Nabble | Edit this page |